public class JMXHelper extends Object
| Constructor and Description |
|---|
JMXHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
getBooleanAttribute(Object object,
String name) |
static Double |
getDoubleAttribute(Object object,
String name) |
static Float |
getFloatAttribute(Object object,
String name) |
static Integer |
getIntegerAttribute(Object object,
String name) |
static Long |
getLongAttribute(Object object,
String name) |
static String |
getStringAttribute(Object object,
String name) |
static boolean |
isQuoted(String value) |
public static boolean isQuoted(String value)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.