|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.filters.ReplaceTokens.Token
Holds a token
Constructor Summary | |
ReplaceTokens.Token()
|
Method Summary | |
java.lang.String |
getKey()
Returns the key for this token. |
java.lang.String |
getValue()
Returns the value for this token. |
void |
setKey(java.lang.String key)
Sets the token key |
void |
setValue(java.lang.String value)
Sets the token value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReplaceTokens.Token()
Method Detail |
public final void setKey(java.lang.String key)
key
- The key for this token. Must not be null
.public final void setValue(java.lang.String value)
value
- The value for this token. Must not be null
.public final java.lang.String getKey()
public final java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |