Convenience base class for all selectors accessed through ExtendSelector.
It provides support for gathering the parameters together as well as for
assigning an error message and throwing a build exception if an error is
detected.
getParameters()
Allows access to the parameters gathered and set within the
<custom> tag.
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.
void
setParameters(Parameter[] parameters)
Set all the Parameters for this custom selector, collected by
the ExtendSelector class.
Methods inherited from class org.apache.tools.ant.types.selectors.BaseSelector
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.