Package org.apache.tools.ant.filters
Class ReplaceTokens.Token
java.lang.Object
org.apache.tools.ant.filters.ReplaceTokens.Token
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Token
public Token()
-
-
Method Details
-
setKey
Sets the token key- Parameters:
key
- The key for this token. Must not benull
.
-
setValue
Sets the token value- Parameters:
value
- The value for this token. Must not benull
.
-
getKey
-
getValue
-