Package org.apache.tools.ant.filters
Class ReplaceTokens.Token
java.lang.Object
org.apache.tools.ant.filters.ReplaceTokens.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.
 
- 
getKey
- 
getValue
 
-