JBoss Dynamic Model Representation API 1.0.0.Final
A C E F G H I J K M O P R S T V W

A

add(int) - Method in class org.jboss.dmr.ModelNode
Add the given value to the end of this node's value list.
add(long) - Method in class org.jboss.dmr.ModelNode
Add the given value to the end of this node's value list.
add(double) - Method in class org.jboss.dmr.ModelNode
Add the given value to the end of this node's value list.
add(boolean) - Method in class org.jboss.dmr.ModelNode
Add the given value to the end of this node's value list.
add(String) - Method in class org.jboss.dmr.ModelNode
Add the given value to the end of this node's value list.
add(BigDecimal) - Method in class org.jboss.dmr.ModelNode
Add the given value to the end of this node's value list.
add(BigInteger) - Method in class org.jboss.dmr.ModelNode
Add the given value to the end of this node's value list.
add(ModelNode) - Method in class org.jboss.dmr.ModelNode
Add a copy of the given value to the end of this node's value list.
add(byte[]) - Method in class org.jboss.dmr.ModelNode
Add the given value to the end of this node's value list.
add(String, int) - Method in class org.jboss.dmr.ModelNode
Add a property with the given name and value to the end of this node's value list.
add(String, long) - Method in class org.jboss.dmr.ModelNode
Add a property with the given name and value to the end of this node's value list.
add(String, double) - Method in class org.jboss.dmr.ModelNode
Add a property with the given name and value to the end of this node's value list.
add(String, boolean) - Method in class org.jboss.dmr.ModelNode
Add a property with the given name and value to the end of this node's value list.
add(String, String) - Method in class org.jboss.dmr.ModelNode
Add a property with the given name and value to the end of this node's value list.
add(String, BigDecimal) - Method in class org.jboss.dmr.ModelNode
Add a property with the given name and value to the end of this node's value list.
add(String, BigInteger) - Method in class org.jboss.dmr.ModelNode
Add a property with the given name and value to the end of this node's value list.
add(String, ModelNode) - Method in class org.jboss.dmr.ModelNode
Add a property with the given name and value to the end of this node's value list.
add(String, byte[]) - Method in class org.jboss.dmr.ModelNode
Add a property with the given name and value to the end of this node's value list.
add() - Method in class org.jboss.dmr.ModelNode
Add a node to the end of this node's value list and return it.
addEmptyList() - Method in class org.jboss.dmr.ModelNode
Add a node of type ModelType.LIST to the end of this node's value list and return it.
addEmptyObject() - Method in class org.jboss.dmr.ModelNode
Add a node of type ModelType.OBJECT to the end of this node's value list and return it.
addExpression(String) - Method in class org.jboss.dmr.ModelNode
Add the given expression to the end of this node's value list.
asBigDecimal() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a BigDecimal.
asBigInteger() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a BigInteger.
asBoolean() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a boolean.
asBoolean(boolean) - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a boolean.
asBytes() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a byte array.
asDouble() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a double.
asDouble(double) - Method in class org.jboss.dmr.ModelNode
Get the value of this node as an double.
asInt() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as an int.
asInt(int) - Method in class org.jboss.dmr.ModelNode
Get the value of this node as an int.
asList() - Method in class org.jboss.dmr.ModelNode
Get the list of entries contained in this object.
asLong() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a long.
asLong(long) - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a long.
asObject() - Method in class org.jboss.dmr.ModelNode
Get a copy of this value as an object.
asProperty() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a property.
asPropertyList() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a property list.
asString() - Method in class org.jboss.dmr.ModelNode
Get the value as a string.
asType() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a type, expressed using the ModelType enum.

C

clear() - Method in class org.jboss.dmr.ModelNode
Clear this node's value and change its type to ModelType.UNDEFINED.
clone() - Method in class org.jboss.dmr.ModelNode
Clone this model node.
clone() - Method in class org.jboss.dmr.Property
 

E

equals(Object) - Method in class org.jboss.dmr.ModelNode
Determine whether this object is equal to another.
equals(ModelNode) - Method in class org.jboss.dmr.ModelNode
Determine whether this object is equal to another.

F

finishList(ModelNode) - Method in class org.jboss.dmr.JSONParserImpl
 
finishObject(ModelNode) - Method in class org.jboss.dmr.JSONParserImpl
 
fromBase64(InputStream) - Static method in class org.jboss.dmr.ModelNode
Reads base64 data from the passed stream, and deserializes the decoded result.
fromJSONStream(InputStream) - Static method in class org.jboss.dmr.ModelNode
Get a model node from a JSON text representation of the model node.
fromJSONString(String) - Static method in class org.jboss.dmr.ModelNode
 
fromStream(InputStream) - Static method in class org.jboss.dmr.ModelNode
Get a model node from a text representation of the model node.
fromString(String) - Static method in class org.jboss.dmr.ModelNode
Get a model node from a string representation of the model node.

G

get(String) - Method in class org.jboss.dmr.ModelNode
Get the child of this node with the given name.
get(int) - Method in class org.jboss.dmr.ModelNode
Get the child of this node with the given index.
get(String...) - Method in class org.jboss.dmr.ModelNode
Recursively get the children of this node with the given names.
getName() - Method in class org.jboss.dmr.Property
 
getResult() - Method in class org.jboss.dmr.JSONParserImpl
 
getType() - Method in class org.jboss.dmr.ModelNode
Get the current type of this node.
getValue() - Method in class org.jboss.dmr.Property
 

H

has(int) - Method in class org.jboss.dmr.ModelNode
Determine whether this node has a child with the given index.
has(String) - Method in class org.jboss.dmr.ModelNode
Determine whether this node has a child with the given name.
hasDefined(int) - Method in class org.jboss.dmr.ModelNode
Determine whether this node has a defined child with the given index.
hasDefined(String) - Method in class org.jboss.dmr.ModelNode
Determine whether this node has a defined child with the given name.
hashCode() - Method in class org.jboss.dmr.ModelNode
Get the hash code of this node object.

I

ignored() - Method in class org.jboss.dmr.JSONParserImpl
 
invalid() - Method in class org.jboss.dmr.JSONParserImpl
 
isDefined() - Method in class org.jboss.dmr.ModelNode
Determine whether this node is defined.

J

JSONParser - Class in org.jboss.dmr
 
JSONParser() - Constructor for class org.jboss.dmr.JSONParser
 
JSONParserImpl - Class in org.jboss.dmr
 
JSONParserImpl() - Constructor for class org.jboss.dmr.JSONParserImpl
 

K

keys() - Method in class org.jboss.dmr.ModelNode
Get the set of keys contained in this object.

M

ModelNode - Class in org.jboss.dmr
A dynamic model representation node object.
ModelNode() - Constructor for class org.jboss.dmr.ModelNode
 
ModelType - Enum in org.jboss.dmr
 

O

org.jboss.dmr - package org.jboss.dmr
 

P

parse(ModelNode) - Method in class org.jboss.dmr.JSONParserImpl
 
parseBigDecimal(String) - Method in class org.jboss.dmr.JSONParserImpl
 
parseBigInteger(String) - Method in class org.jboss.dmr.JSONParserImpl
 
parseEmptyList() - Method in class org.jboss.dmr.JSONParserImpl
 
parseEmptyObject() - Method in class org.jboss.dmr.JSONParserImpl
 
parseEOF() - Method in class org.jboss.dmr.JSONParserImpl
 
parseFalse() - Method in class org.jboss.dmr.JSONParserImpl
 
parseIntHex(String) - Method in class org.jboss.dmr.JSONParserImpl
 
parseListItem(ModelNode, ModelNode) - Method in class org.jboss.dmr.JSONParserImpl
 
parseLongHex(String) - Method in class org.jboss.dmr.JSONParserImpl
 
parseObjectItem(ModelNode, String, ModelNode) - Method in class org.jboss.dmr.JSONParserImpl
 
parsePlainValue() - Method in class org.jboss.dmr.JSONParserImpl
 
Parser - Class in org.jboss.dmr
 
Parser() - Constructor for class org.jboss.dmr.Parser
 
parseStartList(ModelNode) - Method in class org.jboss.dmr.JSONParserImpl
 
parseStartObject(String, ModelNode) - Method in class org.jboss.dmr.JSONParserImpl
 
parseString(String) - Method in class org.jboss.dmr.JSONParserImpl
 
parseStringValue() - Method in class org.jboss.dmr.JSONParserImpl
 
parseToken() - Method in class org.jboss.dmr.JSONParserImpl
 
parseTrue() - Method in class org.jboss.dmr.JSONParserImpl
 
parseUndefined() - Method in class org.jboss.dmr.JSONParserImpl
 
Property - Class in org.jboss.dmr
 
Property(String, ModelNode) - Constructor for class org.jboss.dmr.Property
 
protect() - Method in class org.jboss.dmr.ModelNode
Prevent further modifications to this node and its sub-nodes.

R

readExternal(ObjectInput) - Method in class org.jboss.dmr.ModelNode
Read this node's content in binary format from the given source.
readExternal(DataInputStream) - Method in class org.jboss.dmr.ModelNode
Read this node's content in binary format from the given source.
readExternal(InputStream) - Method in class org.jboss.dmr.ModelNode
Read this node's content in binary format from the given source.
readExternal(DataInput) - Method in class org.jboss.dmr.ModelNode
Read this node's content in binary format from the given source.
remove(String) - Method in class org.jboss.dmr.ModelNode
Remove a child of this node, returning the child.
require(String) - Method in class org.jboss.dmr.ModelNode
Require the existence of a child of this node with the given name, returning the child.
require(int) - Method in class org.jboss.dmr.ModelNode
Require the existence of a child of this node with the given index, returning the child.
resolve() - Method in class org.jboss.dmr.ModelNode
Return a copy of this model node, with all system property expressions locally resolved.

S

SCHEMA_DEFINITION - Static variable in class org.jboss.dmr.Validation
 
set(int) - Method in class org.jboss.dmr.ModelNode
Change this node's value to the given value.
set(long) - Method in class org.jboss.dmr.ModelNode
Change this node's value to the given value.
set(double) - Method in class org.jboss.dmr.ModelNode
Change this node's value to the given value.
set(boolean) - Method in class org.jboss.dmr.ModelNode
Change this node's value to the given value.
set(String) - Method in class org.jboss.dmr.ModelNode
Change this node's value to the given value.
set(BigDecimal) - Method in class org.jboss.dmr.ModelNode
Change this node's value to the given value.
set(BigInteger) - Method in class org.jboss.dmr.ModelNode
Change this node's value to the given value.
set(ModelNode) - Method in class org.jboss.dmr.ModelNode
Change this node's value to the given value.
set(byte[]) - Method in class org.jboss.dmr.ModelNode
Change this node's value to the given value.
set(ModelType) - Method in class org.jboss.dmr.ModelNode
Change this node's value to the given value.
set(Property) - Method in class org.jboss.dmr.ModelNode
Change this node's value to the given value.
set(String, ModelNode) - Method in class org.jboss.dmr.ModelNode
Change this node's value to a property with the given name and value.
set(String, int) - Method in class org.jboss.dmr.ModelNode
Change this node's value to a property with the given name and value.
set(String, long) - Method in class org.jboss.dmr.ModelNode
Change this node's value to a property with the given name and value.
set(String, double) - Method in class org.jboss.dmr.ModelNode
Change this node's value to a property with the given name and value.
set(String, boolean) - Method in class org.jboss.dmr.ModelNode
Change this node's value to a property with the given name and value.
set(String, String) - Method in class org.jboss.dmr.ModelNode
Change this node's value to a property with the given name and value.
set(String, BigDecimal) - Method in class org.jboss.dmr.ModelNode
Change this node's value to a property with the given name and value.
set(String, BigInteger) - Method in class org.jboss.dmr.ModelNode
Change this node's value to a property with the given name and value.
set(String, byte[]) - Method in class org.jboss.dmr.ModelNode
Change this node's value to a property with the given name and value.
set(String, ModelType) - Method in class org.jboss.dmr.ModelNode
Change this node's value to a property with the given name and value.
set(Collection<ModelNode>) - Method in class org.jboss.dmr.ModelNode
Change this node's value to a list whose values are copied from the given collection.
setEmptyList() - Method in class org.jboss.dmr.ModelNode
Change this node's value to an empty list.
setEmptyObject() - Method in class org.jboss.dmr.ModelNode
Change this node's value to an empty object.
setExpression(String) - Method in class org.jboss.dmr.ModelNode
Change this node's value to the given expression value.
setExpression(String, String) - Method in class org.jboss.dmr.ModelNode
Change this node's value to a property with the given name and expression value.

T

toJSONString(boolean) - Method in class org.jboss.dmr.ModelNode
Get a JSON string representation of this model node, formatted nicely, if requested.
toString() - Method in class org.jboss.dmr.ModelNode
Get a human-readable string representation of this model node, formatted nicely (possibly on multiple lines).

V

validate(ModelNode, String) - Static method in class org.jboss.dmr.Validation
 
Validation - Class in org.jboss.dmr
 
valueOf(String) - Static method in enum org.jboss.dmr.ModelType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.dmr.ModelType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeBase64(OutputStream) - Method in class org.jboss.dmr.ModelNode
Encodes the serialized representation in base64 form and writes it to the specified output stream.
writeExternal(ObjectOutput) - Method in class org.jboss.dmr.ModelNode
Write this node's content in binary format to the given target.
writeExternal(OutputStream) - Method in class org.jboss.dmr.ModelNode
Write this node's content in binary format to the given target.
writeExternal(DataOutputStream) - Method in class org.jboss.dmr.ModelNode
Write this node's content in binary format to the given target.
writeExternal(DataOutput) - Method in class org.jboss.dmr.ModelNode
Write this node's content in binary format to the given target.
writeJSONString(PrintWriter, boolean) - Method in class org.jboss.dmr.ModelNode
Output the JSON string representation of this model node, formatted nicely, if requested to the supplied PrintWriter instance.
writeString(PrintWriter, boolean) - Method in class org.jboss.dmr.ModelNode
Output the DMR string representation of this model node, formatted nicely, if requested to the supplied PrintWriter instance.

A C E F G H I J K M O P R S T V W
JBoss Dynamic Model Representation API 1.0.0.Final

Copyright © 2010 JBoss, a division of Red Hat, Inc.