org.apache.tools.ant.types
Class FilterSet.Filter
java.lang.Object
|
+--org.apache.tools.ant.types.FilterSet.Filter
- Enclosing class:
- FilterSet
- public static class FilterSet.Filter
- extends java.lang.Object
Individual filter component of filterset
Constructor Summary |
FilterSet.Filter()
No argument conmstructor |
FilterSet.Filter(java.lang.String token,
java.lang.String value)
Constructor for the Filter object |
Method Summary |
java.lang.String |
getToken()
Gets the Token attribute of the Filter object |
java.lang.String |
getValue()
Gets the Value attribute of the Filter object |
void |
setToken(java.lang.String token)
Sets the Token attribute of the Filter object |
void |
setValue(java.lang.String value)
Sets the Value attribute of the Filter object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterSet.Filter
public FilterSet.Filter(java.lang.String token,
java.lang.String value)
- Constructor for the Filter object
- Parameters:
token
- The token which will be replaced when filteringvalue
- The value which will replace the token when filtering
FilterSet.Filter
public FilterSet.Filter()
- No argument conmstructor
setToken
public void setToken(java.lang.String token)
- Sets the Token attribute of the Filter object
- Parameters:
token
- The new Token value
setValue
public void setValue(java.lang.String value)
- Sets the Value attribute of the Filter object
- Parameters:
value
- The new Value value
getToken
public java.lang.String getToken()
- Gets the Token attribute of the Filter object
- Returns:
- The Token value
getValue
public java.lang.String getValue()
- Gets the Value attribute of the Filter object
- Returns:
- The Value value
Includes only those classes commonly used by task writers. The Ant 1.4.1 distribution includes complete Javadoc for all classes included in Ant, though in most cases these are not intended as APIs.