|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectProjectComponent
org.apache.ant.antunit.ResourceExists
public class ResourceExists
A condition that tests whether a given resource exists.
Constructor Summary | |
---|---|
ResourceExists()
|
Method Summary | |
---|---|
void |
add(Resource r)
The resource to check as nested element. |
boolean |
eval()
|
void |
setResource(Resource r)
The resource to check as attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceExists()
Method Detail |
---|
public void setResource(Resource r)
Exactly one resource must be specfied either as attribute or nested element.
public void add(Resource r)
Exactly one resource must be specfied either as attribute or nested element.
public boolean eval()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |