org.apache.tools.ant.filters
public static class ReplaceTokens.Token extends Object
| Method Summary | |
|---|---|
| String | getKey()
Returns the key for this token.
|
| String | getValue()
Returns the value for this token.
|
| void | setKey(String key)
Sets the token key
|
| void | setValue(String value)
Sets the token value
|
Returns: the key for this token
Returns: the value for this token
Parameters: key The key for this token. Must not be null.
Parameters: value The value for this token. Must not be null.