public class JBossDmrExtentions extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
asBoolean(org.jboss.dmr.ModelNode node,
Map<String,String[]> propertyKeys,
String key) |
static int |
asInt(org.jboss.dmr.ModelNode node,
Map<String,String[]> propertyKeys,
String key) |
static Map<String,String> |
asMap(org.jboss.dmr.ModelNode root,
Map<String,String[]> propertyKeys,
String key) |
static String |
asString(org.jboss.dmr.ModelNode node,
Map<String,String[]> propertyKeys,
String key) |
static org.jboss.dmr.ModelNode |
get(org.jboss.dmr.ModelNode node,
Map<String,String[]> propertyKeys,
String key) |
static String[] |
getPath(Map<String,String[]> propertyKeys,
String key) |
static String[] |
getPath(String key) |
static void |
set(org.jboss.dmr.ModelNode node,
Map<String,String[]> propertyKeys,
String key,
boolean value) |
static void |
set(org.jboss.dmr.ModelNode node,
Map<String,String[]> propertyKeys,
String key,
int value) |
static void |
set(org.jboss.dmr.ModelNode node,
Map<String,String[]> propertyKeys,
String key,
Map<String,String> values) |
static void |
set(org.jboss.dmr.ModelNode node,
Map<String,String[]> propertyKeys,
String key,
String value) |
static void |
set(org.jboss.dmr.ModelNode node,
String[] path,
String value) |
public static void set(org.jboss.dmr.ModelNode node, Map<String,String[]> propertyKeys, String key, boolean value)
public static void set(org.jboss.dmr.ModelNode node, Map<String,String[]> propertyKeys, String key, String value)
public static void set(org.jboss.dmr.ModelNode node, Map<String,String[]> propertyKeys, String key, int value)
public static void set(org.jboss.dmr.ModelNode node, Map<String,String[]> propertyKeys, String key, Map<String,String> values)
public static Map<String,String> asMap(org.jboss.dmr.ModelNode root, Map<String,String[]> propertyKeys, String key)
root
- propertyKeys
- key
- UnregisteredPropertyException
- if the property is not found in the property mappublic static int asInt(org.jboss.dmr.ModelNode node, Map<String,String[]> propertyKeys, String key)
node
- propertyKeys
- key
- UnregisteredPropertyException
- if the property is not found in the property mappublic static String asString(org.jboss.dmr.ModelNode node, Map<String,String[]> propertyKeys, String key)
node
- propertyKeys
- key
- UnregisteredPropertyException
- if the property is not found in the property mappublic static boolean asBoolean(org.jboss.dmr.ModelNode node, Map<String,String[]> propertyKeys, String key)
node
- propertyKeys
- key
- UnregisteredPropertyException
- if the property is not found in the property mappublic static org.jboss.dmr.ModelNode get(org.jboss.dmr.ModelNode node, Map<String,String[]> propertyKeys, String key)
Copyright © 2016 Red Hat, Inc. All rights reserved.