Class ReplaceTokens.Token

java.lang.Object
org.apache.tools.ant.filters.ReplaceTokens.Token
Enclosing class:
ReplaceTokens

public static class ReplaceTokens.Token extends Object
Holds a token
  • Constructor Details

    • Token

      public Token()
  • Method Details

    • setKey

      public final void setKey(String key)
      Sets the token key
      Parameters:
      key - The key for this token. Must not be null.
    • setValue

      public final void setValue(String value)
      Sets the token value
      Parameters:
      value - The value for this token. Must not be null.
    • getKey

      public final String getKey()
      Returns the key for this token.
      Returns:
      the key for this token
    • getValue

      public final String getValue()
      Returns the value for this token.
      Returns:
      the value for this token