Package org.apache.tools.ant.filters
Class ReplaceTokens.Token
- java.lang.Object
- 
- org.apache.tools.ant.filters.ReplaceTokens.Token
 
- 
- Enclosing class:
- ReplaceTokens
 
 public static class ReplaceTokens.Token extends java.lang.ObjectHolds a token
- 
- 
Constructor SummaryConstructors Constructor Description Token()
 
- 
- 
- 
Method Detail- 
setKeypublic final void setKey(java.lang.String key) Sets the token key- Parameters:
- key- The key for this token. Must not be- null.
 
 - 
setValuepublic final void setValue(java.lang.String value) Sets the token value- Parameters:
- value- The value for this token. Must not be- null.
 
 - 
getKeypublic final java.lang.String getKey() Returns the key for this token.- Returns:
- the key for this token
 
 - 
getValuepublic final java.lang.String getValue() Returns the value for this token.- Returns:
- the value for this token
 
 
- 
 
-