org.apache.tools.ant.types
public final class AntFilterReader extends DataType implements Cloneable
Method Summary | |
---|---|
void | addParam(Parameter param) |
Path | createClasspath()
Set the classpath to load the FilterReader through (nested element). |
String | getClassName() |
Path | getClasspath()
Get the classpath |
Parameter[] | getParams() |
void | setClassName(String className) |
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.
|
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.