Modifier and Type | Field and Description |
---|---|
private String | |
private Path | |
private String | |
private boolean | |
private AntClassLoader | |
private String |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Path | Returns: an empty Path instance to be configured by Ant.Classpath to be used when searching for classes and resources. |
public boolean | |
private boolean | |
private boolean | |
private Class | |
public void | |
public void | setClasspath(Path
an Ant Path object containing the search path. classpath)Set the classpath to be used when searching for classes and resources. |
public void | setClasspathRef(Reference
a Reference to a Path instance to be used as the classpath
value. r)Set the classpath by reference. |
public void | |
public void | setIgnoreSystemClasses(boolean
a ignoreSystemClasses)boolean value.Set whether to ignore system classes when looking for the class. |
public void |
classname | back to summary |
---|---|
private String classname |
classpath | back to summary |
---|---|
private Path classpath |
field | back to summary |
---|---|
private String field |
ignoreSystemClasses | back to summary |
---|---|
private boolean ignoreSystemClasses |
loader | back to summary |
---|---|
private AntClassLoader loader |
method | back to summary |
---|---|
private String method |
HasMethod | back to summary |
---|---|
public HasMethod() |
createClasspath | back to summary |
---|---|
public Path createClasspath() Classpath to be used when searching for classes and resources.
|
eval | back to summary |
---|---|
public boolean eval() throws BuildException Implements org. Doc from org. Is this condition true?.
|
isFieldFound | back to summary |
---|---|
private boolean isFieldFound(Class<?> clazz) |
isMethodFound | back to summary |
---|---|
private boolean isMethodFound(Class<?> clazz) |
loadClass | back to summary |
---|---|
private Class Check if a given class can be loaded. |
setClassname | back to summary |
---|---|
public void setClassname(String classname) Set the classname attribute.
|
setClasspath | back to summary |
---|---|
public void setClasspath(Path classpath) Set the classpath to be used when searching for classes and resources.
|
setClasspathRef | back to summary |
---|---|
public void setClasspathRef(Reference r) Set the classpath by reference.
|
setField | back to summary |
---|---|
public void setField(String field) Set the name of the field.
|
setIgnoreSystemClasses | back to summary |
---|---|
public void setIgnoreSystemClasses(boolean ignoreSystemClasses) Set whether to ignore system classes when looking for the class.
|
setMethod | back to summary |
---|---|
public void setMethod(String method) Set the name of the method.
|