org.apache.tools.ant.types
public final class AntFilterReader extends DataType implements java.lang.Cloneable
description, location, project
Constructor and Description |
---|
AntFilterReader() |
Modifier and Type | Method and Description |
---|---|
void |
addParam(Parameter param)
Add a Parameter.
|
Path |
createClasspath()
Set the classpath to load the FilterReader through (nested element).
|
java.lang.String |
getClassName()
Get the className attribute.
|
Path |
getClasspath()
Get the classpath.
|
Parameter[] |
getParams()
The parameters for this filter.
|
void |
setClassName(java.lang.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.
|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, tooManyAttributes, toString
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
public void setClassName(java.lang.String className)
className
- a String
valuepublic java.lang.String getClassName()
String
valuepublic void addParam(Parameter param)
param
- a Parameter
valuepublic void setClasspath(Path classpath)
classpath
- a classpathpublic Path createClasspath()
public Path getClasspath()
public void setClasspathRef(Reference r)
r
- a reference to a classpathpublic Parameter[] getParams()
Parameter[]
valuepublic void setRefid(Reference r) throws BuildException
You must not set another attribute or nest elements inside this element if you make it a reference.
setRefid
in class DataType
r
- the reference to which this instance is associatedBuildException
- if this instance already has been configured.