org.apache.tools.ant.types
public static class FilterSet.Filter extends Object
| Constructor Summary | |
|---|---|
| Filter(String token, String value)
Constructor for the Filter object.
| |
| Filter()
No-argument conmstructor. | |
| Method Summary | |
|---|---|
| String | getToken()
Gets the Token attribute of the Filter object.
|
| String | getValue()
Gets the Value attribute of the Filter object.
|
| void | setToken(String token)
Sets the Token attribute of the Filter object.
|
| void | setValue(String value)
Sets the Value attribute of the Filter object.
|
Parameters: token The token which will be replaced when filtering. value The value which will replace the token when filtering.
Returns: The Token value.
Returns: The Value value.
Parameters: token The new Token value.
Parameters: value The new Value value.