public class HasMethod extends ProjectComponent implements Condition
description, location, project| Constructor and Description | 
|---|
| HasMethod() | 
| Modifier and Type | Method and Description | 
|---|---|
| Path | createClasspath()Classpath to be used when searching for classes and resources. | 
| boolean | eval()Is this condition true? | 
| void | setClassname(java.lang.String classname)Set the classname attribute. | 
| void | setClasspath(Path classpath)Set the classpath to be used when searching for classes and resources. | 
| void | setClasspathRef(Reference r)Set the classpath by reference. | 
| void | setField(java.lang.String field)Set the name of the field. | 
| void | setIgnoreSystemClasses(boolean ignoreSystemClasses)Set whether to ignore system classes when looking for the class. | 
| void | setMethod(java.lang.String method)Set the name of the method. | 
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectpublic void setClasspath(Path classpath)
classpath - an Ant Path object containing the search path.public Path createClasspath()
public void setClasspathRef(Reference r)
r - a Reference to a Path instance to be used as the classpath
          value.public void setClassname(java.lang.String classname)
classname - the name of the class to check.public void setMethod(java.lang.String method)
method - the name of the method to check.public void setField(java.lang.String field)
field - the name of the field to check.public void setIgnoreSystemClasses(boolean ignoreSystemClasses)
ignoreSystemClasses - a boolean value.public boolean eval()
             throws BuildException
eval in interface ConditionBuildException - if an error occurs