org.apache.tools.ant.types
public final class AntFilterReader extends DataType implements Cloneable
| Method Summary | |
|---|---|
| void | addParam(Parameter param)
Add a Parameter.
|
| Path | createClasspath()
Set the classpath to load the FilterReader through (nested element). |
| String | getClassName()
Get the className attribute.
|
| Path | getClasspath()
Get the classpath. |
| Parameter[] | getParams()
The parameters for this filter.
|
| void | setClassName(String className)
Set the className attribute.
|
| void | setClasspath(Path classpath)
Set the classpath to load the FilterReader through (attribute). |
| void | setClasspathRef(Reference r)
Set the classpath to load the FilterReader through via
reference (attribute). |
| void | setRefid(Reference r)
Makes this instance in effect a reference to another AntFilterReader
instance.
|
Parameters: param a Parameter value
Returns: a classpath to be configured
Returns: a String value
Returns: the classpath
Returns: a Parameter[] value
Parameters: className a String value
Parameters: classpath a classpath
Parameters: r a reference to a classpath
You must not set another attribute or nest elements inside this element if you make it a reference.
Parameters: r the reference to which this instance is associated
Throws: BuildException if this instance already has been configured.