Package org.apache.tools.ant.filters
Class ReplaceTokens.Token
java.lang.Object
org.apache.tools.ant.filters.ReplaceTokens.Token
- Enclosing class:
- ReplaceTokens
Holds a token
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Tokenpublic Token()
 
- 
- 
Method Details- 
setKeySets the token key- Parameters:
- key- The key for this token. Must not be- null.
 
- 
setValueSets the token value- Parameters:
- value- The value for this token. Must not be- null.
 
- 
getKeyReturns the key for this token.- Returns:
- the key for this token
 
- 
getValueReturns the value for this token.- Returns:
- the value for this token
 
 
-