Class ValueFormat

java.lang.Object
org.cyclopsgroup.jmxterm.utils.ValueFormat

public class ValueFormat extends Object
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 Details

  • Method Details

    • parseValue

      public static String parseValue(String value)
      Parse given syntax of string
      Parameters:
      value - String value
      Returns:
      Escaped string value