Methods Summary |
---|
protected org.apache.tools.ant.types.Parameter[] | getParameters()Allows access to the parameters gathered and set within the
<custom> tag.
return parameters;
|
public abstract boolean | isSelected(java.io.File basedir, java.lang.String filename, java.io.File file)Method that each selector will implement to create their
selection behaviour. If there is a problem with the setup
of a selector, it can throw a BuildException to indicate
the problem.
|
public void | setParameters(org.apache.tools.ant.types.Parameter[] parameters)Set all the Parameters for this custom selector, collected by
the ExtendSelector class.
this.parameters = parameters;
|