Package org.cyclopsgroup.jmxterm.utils
Class ValueFormat
java.lang.Object
org.cyclopsgroup.jmxterm.utils.ValueFormat
This is an utility to parse string value from input. It's only to parse a value such as MBean
attribute value or parameter of operation. It's NOT designed to parse MBean name or other type of
input.
- Version:
- $Revision$ in $Change$ submitted at $DateTime$
- Author:
- $Author$
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringparseValue(String value) Parse given syntax of string
-
Field Details
-
NULL
Keyword that identifies NULL pointernull- See Also:
-
-
Method Details
-
parseValue
Parse given syntax of string- Parameters:
value- String value- Returns:
- Escaped string value
-