Package com.sun.enterprise.admin.util
Class TokenValue
java.lang.Object
com.sun.enterprise.admin.util.TokenValue
- All Implemented Interfaces:
Comparable
- Author:
- kedar
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTokenValue(TokenValue other) TokenValue(String token, String value) Creates a new instance of TokenValue - with default delimiter.TokenValue(String token, String value, String delimiter) TokenValue(String token, String value, String preDelimiter, String postDelimiter) -
Method Summary
-
Field Details
-
token
-
value
-
preDelimiter
-
postDelimiter
-
delimitedToken
-
DEFAULT_DELIMITER
- See Also:
-
-
Constructor Details
-
TokenValue
Creates a new instance of TokenValue - with default delimiter. Also note that if the value contains any '\' characters, then these are appended to by another '\' character to work around the Java byte code interpretation. Note that none of the arguments can be null. The value of delimiter is given by DEFAULT_DELIMITER.- Parameters:
token- a String that is the name of the token in this TokenValue.value- a String that is the value of the token.- Throws:
IllegalArgumentException- in case of null values.- See Also:
-
TokenValue
-
TokenValue
-
TokenValue
-
-
Method Details