public class TypeNameValue extends Object
| Constructor and Description |
|---|
TypeNameValue(String key) |
TypeNameValue(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<TypeNameValue> |
extract(String typeNameStr) |
static Map<String,String> |
extractMap(String typeNameStr)
Given a typeNameStr string, create a Map with every key and value in the typeNameStr.
|
public TypeNameValue(String key)
public static Iterable<TypeNameValue> extract(String typeNameStr)
public static Map<String,String> extractMap(String typeNameStr)
typeNameStr - the type name strCopyright © 2010-2016 JmxTrans team. All Rights Reserved.