Package 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.ObjectIndividual filter component of filterset.
- 
- 
Method SummaryModifier and Type Method Description java.lang.StringgetToken()Gets the Token attribute of the Filter object.java.lang.StringgetValue()Gets the Value attribute of the Filter object.voidsetToken(java.lang.String token)Sets the Token attribute of the Filter object.voidsetValue(java.lang.String value)Sets the Value attribute of the Filter object.
 
- 
- 
- 
Constructor Detail- 
Filterpublic Filter(java.lang.String token, java.lang.String value)Constructor for the Filter object.- Parameters:
- token- The token which will be replaced when filtering.
- value- The value which will replace the token when filtering.
 
 - 
Filterpublic Filter() No-argument constructor.
 
- 
 - 
Method Detail- 
setTokenpublic void setToken(java.lang.String token) Sets the Token attribute of the Filter object.- Parameters:
- token- The new Token value.
 
 - 
setValuepublic void setValue(java.lang.String value) Sets the Value attribute of the Filter object.- Parameters:
- value- The new Value value.
 
 - 
getTokenpublic java.lang.String getToken() Gets the Token attribute of the Filter object.- Returns:
- The Token value.
 
 - 
getValuepublic java.lang.String getValue() Gets the Value attribute of the Filter object.- Returns:
- The Value value.
 
 
- 
 
-