|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.types.DataType org.apache.tools.ant.types.AntFilterReader
public final class AntFilterReader
An AntFilterReader is a wrapper class that encloses the classname and configuration of a Configurable FilterReader.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.types.DataType |
---|
checked, ref |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
AntFilterReader()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.tools.ant.types.DataType |
---|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, tooManyAttributes, toString |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AntFilterReader()
Method Detail |
---|
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 associated
BuildException
- if this instance already has been configured.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |