Skip navigation links
JBoss Dynamic Model Representation API 1.4.1.Final-redhat-11.4.1.Final-redhat-1
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

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(ValueExpression) - 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(Property) - Method in class org.jboss.dmr.ModelNode
Add a property 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, ValueExpression) - 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
Deprecated.
ARROW - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
asBigDecimal() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a BigDecimal.
asBigDecimalOrNull() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a BigDecimal or null if this node is not defined.
asBigInteger() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a BigInteger.
asBigIntegerOrNull() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a BigInteger or null if this node is not defined.
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.
asBooleanOrNull() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a boolean, or null if this node is not defined.
asBytes() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a byte array.
asBytesOrNull() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a byte array or null if this node is not defined.
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.
asDoubleOrNull() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a double or null if this node is not defined.
asExpression() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as an expression.
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.
asIntOrNull() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as an int, or null if this node is not defined.
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.
asLongOrNull() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a Long, or null if this node is not defined.
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.
asString(String) - Method in class org.jboss.dmr.ModelNode
Get the value as a string.
asStringOrNull() - Method in class org.jboss.dmr.ModelNode
Get the value as a string or null if this node is not defined.
asType() - Method in class org.jboss.dmr.ModelNode
Get the value of this node as a type, expressed using the ModelType enum.

B

begin(int) - Method in class org.jboss.dmr.JSONParser
Deprecated.
Set the lexer's current state.
begin(String) - Method in class org.jboss.dmr.JSONParser
Deprecated.
This function is used to change the initial state for the lexer.
begin(int) - Method in class org.jboss.dmr.Parser
Deprecated.
Set the lexer's current state.
begin(String) - Method in class org.jboss.dmr.Parser
Deprecated.
This function is used to change the initial state for the lexer.
BIG - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
BIG - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
BYTES - Static variable in class org.jboss.dmr.Parser
Deprecated.
 

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
 
close() - Method in interface org.jboss.dmr.stream.ModelReader
Free resources associated with this reader.
close() - Method in interface org.jboss.dmr.stream.ModelWriter
Free resources associated with this writer.
CLOSE_BRACE - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
CLOSE_BRACE - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
CLOSE_BRACKET - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
CLOSE_BRACKET - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
CLOSE_PAREN - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
COLON - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
COMMA - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
COMMA - Static variable in class org.jboss.dmr.Parser
Deprecated.
 

D

DEC_INT_VAL - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
DEC_VAL - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
DEC_VAL - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
DECIMAL - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
DECIMAL - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
DEFAULT_RESOLVER - Static variable in class org.jboss.dmr.ValueExpressionResolver
The default value expression resolver.
DOUBLE_SPECIAL_VAL - Static variable in class org.jboss.dmr.Parser
Deprecated.
 

E

echo() - Method in class org.jboss.dmr.JSONParser
Deprecated.
Print the current string token to the standard output.
echo() - Method in class org.jboss.dmr.Parser
Deprecated.
Print the current string token to the standard output.
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.
equals(Object) - Method in class org.jboss.dmr.ValueExpression
Determine whether this object is equal to another.
equals(ValueExpression) - Method in class org.jboss.dmr.ValueExpression
Determine whether this object is equal to another.
EXPRESSION - Static variable in class org.jboss.dmr.Parser
Deprecated.
 

F

FALSE - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
FALSE - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
finishList(ModelNode) - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
finishObject(ModelNode) - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
flush() - Method in interface org.jboss.dmr.stream.ModelWriter
Writes all cached data.
fromBase64(InputStream) - Static method in class org.jboss.dmr.ModelNode
Reads base64 data from the passed stream, and deserializes the decoded result.
fromBase64String(String) - Static method in class org.jboss.dmr.ModelNode
Reads base64 data from the passed string, 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.
getBigDecimal() - Method in interface org.jboss.dmr.stream.ModelReader
Converts available context data to big decimal instance.
getBigInteger() - Method in interface org.jboss.dmr.stream.ModelReader
Converts available context data to big integer instance.
getBoolean() - Method in interface org.jboss.dmr.stream.ModelReader
Converts available context data to boolean.
getBytes() - Method in interface org.jboss.dmr.stream.ModelReader
Converts available context data to bytes.
getDouble() - Method in interface org.jboss.dmr.stream.ModelReader
Converts available context data to double.
getExpression() - Method in interface org.jboss.dmr.stream.ModelReader
Converts available context data to expression.
getExpressionString() - Method in class org.jboss.dmr.ValueExpression
Get the raw expression string.
getInput() - Method in class org.jboss.dmr.JSONParser
Deprecated.
Obtain the current input.
getInput() - Method in class org.jboss.dmr.Parser
Deprecated.
Obtain the current input.
getInstance(boolean) - Static method in class org.jboss.dmr.stream.ModelStreamFactory
Returns DMR stream factory instance.
getInt() - Method in interface org.jboss.dmr.stream.ModelReader
Converts available context data to int.
getLong() - Method in interface org.jboss.dmr.stream.ModelReader
Converts available context data to long.
getName() - Method in class org.jboss.dmr.Property
 
getResult() - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
getString() - Method in interface org.jboss.dmr.stream.ModelReader
Converts available context data to String.
getType() - Method in class org.jboss.dmr.ModelNode
Get the current type of this node.
getType() - Method in interface org.jboss.dmr.stream.ModelReader
Converts available context data to model type.
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.
has(String...) - Method in class org.jboss.dmr.ModelNode
Recursively determine whether this node has children with the given names.
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.
hasDefined(String...) - Method in class org.jboss.dmr.ModelNode
Recursively determine whether this node has defined children with the given names.
hashCode() - Method in class org.jboss.dmr.ModelNode
Get the hash code of this node object.
hashCode() - Method in class org.jboss.dmr.ValueExpression
Get the hash code of the expression string.
hasNext() - Method in interface org.jboss.dmr.stream.ModelReader
Detects if there is next DMR parsing event available.
HEX_INT_VAL - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 

I

ignored() - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
INF_VAL - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
INITIAL - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
INITIAL - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
insert(ModelNode, int) - Method in class org.jboss.dmr.ModelNode
insert copy of the given value to provided index of this node's value list.
insert(int) - Method in class org.jboss.dmr.ModelNode
Insert a node at provided index of this node's value list and return it.
INT_HEX_VAL - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
INT_VAL - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
INTEGER - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
INTEGER - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
invalid() - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
isBigDecimal() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR big decimal, false otherwise.
isBigInteger() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR big integer, false otherwise.
isBoolean() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR boolean token, false otherwise.
isBytes() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR bytes, false otherwise.
isDefined() - Method in class org.jboss.dmr.ModelNode
Determine whether this node is defined.
isDouble() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR double, false otherwise.
isExpression() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR expression, false otherwise.
isInt() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR int, false otherwise.
isListEnd() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR list end token, false otherwise.
isListStart() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR list start token, false otherwise.
isLong() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR long, false otherwise.
isObjectEnd() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR object end token, false otherwise.
isObjectStart() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR object start token, false otherwise.
isPropertyEnd() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR property end token, false otherwise.
isPropertyStart() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR property start token, false otherwise.
isString() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR string, false otherwise.
isType() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR type, false otherwise.
isUndefined() - Method in interface org.jboss.dmr.stream.ModelReader
Returns true if current DMR parsing event is DMR undefined token, false otherwise.

J

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

K

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

L

LONG_HEX_VAL - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
LONG_VAL - Static variable in class org.jboss.dmr.Parser
Deprecated.
 

M

ModelEvent - Enum in org.jboss.dmr.stream
DMR parsing events.
ModelException - Exception in org.jboss.dmr.stream
DMR encoding exception.
ModelException() - Constructor for exception org.jboss.dmr.stream.ModelException
Constructor.
ModelException(String) - Constructor for exception org.jboss.dmr.stream.ModelException
Constructor.
ModelException(String, Throwable) - Constructor for exception org.jboss.dmr.stream.ModelException
Constructor.
ModelException(Throwable) - Constructor for exception org.jboss.dmr.stream.ModelException
Constructor.
ModelNode - Class in org.jboss.dmr
A dynamic model representation node object.
ModelNode() - Constructor for class org.jboss.dmr.ModelNode
Creates a new ModelNode with an undefined value.
ModelNode(BigDecimal) - Constructor for class org.jboss.dmr.ModelNode
Creates a new ModelNode with the given value.
ModelNode(BigInteger) - Constructor for class org.jboss.dmr.ModelNode
Creates a new ModelNode with the given value.
ModelNode(boolean) - Constructor for class org.jboss.dmr.ModelNode
Creates a new ModelNode with the given value.
ModelNode(byte[]) - Constructor for class org.jboss.dmr.ModelNode
Creates a new ModelNode with the given value.
ModelNode(double) - Constructor for class org.jboss.dmr.ModelNode
Creates a new ModelNode with the given value.
ModelNode(int) - Constructor for class org.jboss.dmr.ModelNode
Creates a new ModelNode with the given value.
ModelNode(long) - Constructor for class org.jboss.dmr.ModelNode
Creates a new ModelNode with the given value.
ModelNode(String) - Constructor for class org.jboss.dmr.ModelNode
Creates a new ModelNode with the given value.
ModelNode(ValueExpression) - Constructor for class org.jboss.dmr.ModelNode
Creates a new ModelNode with the given value.
ModelNode(ModelType) - Constructor for class org.jboss.dmr.ModelNode
Creates a new ModelNode with the given value.
ModelReader - Interface in org.jboss.dmr.stream
DMR reader.
ModelStreamFactory - Class in org.jboss.dmr.stream
DMR streams factory.
ModelType - Enum in org.jboss.dmr
 
ModelWriter - Interface in org.jboss.dmr.stream
DMR writer.

N

NAN_VAL - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
newModelReader(Reader) - Method in class org.jboss.dmr.stream.ModelStreamFactory
Creates new DMR reader.
newModelReader(InputStream) - Method in class org.jboss.dmr.stream.ModelStreamFactory
Creates new DMR reader with UTF-8 character set.
newModelReader(InputStream, Charset) - Method in class org.jboss.dmr.stream.ModelStreamFactory
Creates new DMR reader with specified character set.
newModelWriter(Writer) - Method in class org.jboss.dmr.stream.ModelStreamFactory
Creates new DMR writer.
newModelWriter(OutputStream) - Method in class org.jboss.dmr.stream.ModelStreamFactory
Creates new DMR writer with UTF-8 character set.
newModelWriter(OutputStream, Charset) - Method in class org.jboss.dmr.stream.ModelStreamFactory
Creates new DMR writer with specified character set.
next() - Method in interface org.jboss.dmr.stream.ModelReader
Returns next DMR parsing event.

O

OCTAL_INT_VAL - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
OPEN_BRACE - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
OPEN_BRACE - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
OPEN_BRACKET - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
OPEN_BRACKET - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
OPEN_PAREN - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
org.jboss.dmr - package org.jboss.dmr
 
org.jboss.dmr.stream - package org.jboss.dmr.stream
Dynamic Model Representation (DMR) Streaming API for reading and writing DMR documents.

P

parse(ModelNode) - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseBigDecimal(String) - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseDecInt(String) - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseEmptyList() - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseEmptyObject() - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseEOF() - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseFalse() - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseHex(String) - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseHexSigned(String) - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseInf(String) - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseListItem(ModelNode, ModelNode) - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseNaN() - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseObjectItem(ModelNode, String, ModelNode) - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseOctal(String) - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parsePlainValue() - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
Parser - Class in org.jboss.dmr
Deprecated.
Parser() - Constructor for class org.jboss.dmr.Parser
Deprecated.
 
parseStartList(ModelNode) - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseStartObject(String, ModelNode) - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseString(String) - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseStringValue() - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseToken() - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseTrue() - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseUndefined() - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
parseZero() - Method in class org.jboss.dmr.JSONParserImpl
Deprecated.
 
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.

Q

quote(String) - Static method in class org.jboss.dmr.ValueExpression
Quote a string so that it can be used in an expression as a literal string, instead of being expanded.

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.
readExternal(ObjectInput) - Method in class org.jboss.dmr.ValueExpression
Deserialize this instance.
remove(String) - Method in class org.jboss.dmr.ModelNode
Remove a child of this node, returning the child.
remove(int) - Method in class org.jboss.dmr.ModelNode
Remove a child of this list, 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 values of type ModelType.EXPRESSION locally resolved.
resolve(ValueExpression) - Method in class org.jboss.dmr.ValueExpressionResolver
Perform expression resolution.
resolveBigDecimal() - Method in class org.jboss.dmr.ValueExpression
Resolve this expression to a decimal value.
resolveBigDecimal(ValueExpressionResolver) - Method in class org.jboss.dmr.ValueExpression
Resolve this expression to a decimal value.
resolveBigInteger() - Method in class org.jboss.dmr.ValueExpression
Resolve this expression to a large integer value.
resolveBigInteger(ValueExpressionResolver) - Method in class org.jboss.dmr.ValueExpression
Resolve this expression to a large integer value.
resolveBoolean() - Method in class org.jboss.dmr.ValueExpression
Resolve this expression to a boolean value.
resolveBoolean(ValueExpressionResolver) - Method in class org.jboss.dmr.ValueExpression
Resolve this expression to a boolean value.
resolveInt() - Method in class org.jboss.dmr.ValueExpression
Resolve this expression to an int value.
resolveInt(ValueExpressionResolver) - Method in class org.jboss.dmr.ValueExpression
Resolve this expression to an int value.
resolveLong() - Method in class org.jboss.dmr.ValueExpression
Resolve this expression to a long value.
resolveLong(ValueExpressionResolver) - Method in class org.jboss.dmr.ValueExpression
Resolve this expression to a long value.
resolvePart(String) - Method in class org.jboss.dmr.ValueExpressionResolver
Resolve a single name in the expression.
resolveString() - Method in class org.jboss.dmr.ValueExpression
Resolve this expression to a string value.
resolveString(ValueExpressionResolver) - Method in class org.jboss.dmr.ValueExpression
Resolve this expression to a string value.

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(ValueExpression) - 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, ValueExpression) - 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.
setBufferSize(int) - Method in class org.jboss.dmr.JSONParser
Deprecated.
Set the internal buffer size.
setBufferSize(int) - Method in class org.jboss.dmr.Parser
Deprecated.
Set the internal buffer size.
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
Deprecated.
setExpression(String, String) - Method in class org.jboss.dmr.ModelNode
Deprecated.
setInput(InputStream) - Method in class org.jboss.dmr.JSONParser
Deprecated.
Set the current input.
setInput(InputStream) - Method in class org.jboss.dmr.Parser
Deprecated.
Set the current input.
SIGNED_HEX_INT_VAL - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
STR_VAL - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
STR_VAL - Static variable in class org.jboss.dmr.Parser
Deprecated.
 

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).
toString() - Method in class org.jboss.dmr.ValueExpression
Get a printable string representation of this object.
TRUE - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
TRUE - Static variable in class org.jboss.dmr.Parser
Deprecated.
 
TYPE_VAL - Static variable in class org.jboss.dmr.Parser
Deprecated.
 

U

UNDEFINED - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
UNDEFINED - Static variable in class org.jboss.dmr.Parser
Deprecated.
 

V

validate(ModelNode, String) - Static method in class org.jboss.dmr.Validation
 
Validation - Class in org.jboss.dmr
 
ValueExpression - Class in org.jboss.dmr
A value expression.
ValueExpression(String) - Constructor for class org.jboss.dmr.ValueExpression
Construct a new instance.
ValueExpressionResolver - Class in org.jboss.dmr
A resolver for value expressions.
ValueExpressionResolver() - Constructor for class org.jboss.dmr.ValueExpressionResolver
Construct a new instance.
valueOf(String) - Static method in enum org.jboss.dmr.ModelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dmr.stream.ModelEvent
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.
values() - Static method in enum org.jboss.dmr.stream.ModelEvent
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.
writeBigDecimal(BigDecimal) - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR number.
writeBigInteger(BigInteger) - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR number.
writeBoolean(boolean) - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR true or false token.
writeBytes(byte[]) - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR bytes.
writeDouble(double) - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR number.
writeExpression(String) - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR expression.
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.
writeExternal(ObjectOutput) - Method in class org.jboss.dmr.ValueExpression
Serialize this instance.
writeInt(int) - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR number.
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.
writeListEnd() - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR list end token.
writeListStart() - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR list start token.
writeLong(long) - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR number.
writeObjectEnd() - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR object end token.
writeObjectStart() - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR object start token.
writePropertyEnd() - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR property end token.
writePropertyStart() - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR property start token.
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.
writeString(String) - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR string.
writeType(ModelType) - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR type.
writeUndefined() - Method in interface org.jboss.dmr.stream.ModelWriter
Writes DMR undefined token.

Y

yyClearError() - Method in class org.jboss.dmr.JSONParser
Deprecated.
Clear the error flag.
yyClearError() - Method in class org.jboss.dmr.Parser
Deprecated.
Clear the error flag.
yyGetValue(int) - Method in class org.jboss.dmr.JSONParser
Deprecated.
Gets the object value associated with the symbol at the argument's position.
yyGetValue(int) - Method in class org.jboss.dmr.Parser
Deprecated.
Gets the object value associated with the symbol at the argument's position.
yyInputStackSize() - Method in class org.jboss.dmr.JSONParser
Deprecated.
Obtain the number of input objects on the stack.
yyInputStackSize() - Method in class org.jboss.dmr.Parser
Deprecated.
Obtain the number of input objects on the stack.
yyLength() - Method in class org.jboss.dmr.JSONParser
Deprecated.
Get the current text token's length.
yyLength() - Method in class org.jboss.dmr.Parser
Deprecated.
Get the current text token's length.
yyLess(int) - Method in class org.jboss.dmr.JSONParser
Deprecated.
Put all but n characters back to the input stream.
yyLess(int) - Method in class org.jboss.dmr.Parser
Deprecated.
Put all but n characters back to the input stream.
yyLex() - Method in class org.jboss.dmr.JSONParser
Deprecated.
Call this function to start the scanning of the input.
yyLex() - Method in class org.jboss.dmr.Parser
Deprecated.
Call this function to start the scanning of the input.
yyParse() - Method in class org.jboss.dmr.JSONParser
Deprecated.
Call this function to start parsing.
yyParse() - Method in class org.jboss.dmr.Parser
Deprecated.
Call this function to start parsing.
yyParseError(int) - Method in class org.jboss.dmr.JSONParser
Deprecated.
This function reports error and return true if critical error occurred, or false if the error has been successfully recovered.
yyParseError(int) - Method in class org.jboss.dmr.Parser
Deprecated.
This function reports error and return true if critical error occurred, or false if the error has been successfully recovered.
yyPeekLookahead() - Method in class org.jboss.dmr.JSONParser
Deprecated.
This function is used by the error handling grammars to check the immediate lookahead token on the stack.
yyPeekLookahead() - Method in class org.jboss.dmr.Parser
Deprecated.
This function is used by the error handling grammars to check the immediate lookahead token on the stack.
yyPopInput() - Method in class org.jboss.dmr.JSONParser
Deprecated.
Switch the current input to the old input on stack.
yyPopInput() - Method in class org.jboss.dmr.Parser
Deprecated.
Switch the current input to the old input on stack.
yyPopLexerState() - Method in class org.jboss.dmr.JSONParser
Deprecated.
Restore the previous lexer state.
yyPopLexerState() - Method in class org.jboss.dmr.Parser
Deprecated.
Restore the previous lexer state.
yyPopLookahead() - Method in class org.jboss.dmr.JSONParser
Deprecated.
This function is used by the error handling grammars to pop an unwantted token from the lookahead stack.
yyPopLookahead() - Method in class org.jboss.dmr.Parser
Deprecated.
This function is used by the error handling grammars to pop an unwantted token from the lookahead stack.
yyPushInput(InputStream) - Method in class org.jboss.dmr.JSONParser
Deprecated.
Switch the current input to the new input.
yyPushInput(InputStream) - Method in class org.jboss.dmr.Parser
Deprecated.
Switch the current input to the new input.
yyPushLexerState(int) - Method in class org.jboss.dmr.JSONParser
Deprecated.
Push the current state onto lexer state onto stack and begin the new state specified by the user.
yyPushLexerState(String) - Method in class org.jboss.dmr.JSONParser
Deprecated.
Push the current state onto lexer state onto stack and begin the new state specified by the user.
yyPushLexerState(int) - Method in class org.jboss.dmr.Parser
Deprecated.
Push the current state onto lexer state onto stack and begin the new state specified by the user.
yyPushLexerState(String) - Method in class org.jboss.dmr.Parser
Deprecated.
Push the current state onto lexer state onto stack and begin the new state specified by the user.
yyRefreshBuffer() - Method in class org.jboss.dmr.JSONParser
Deprecated.
 
yyRefreshBuffer() - Method in class org.jboss.dmr.Parser
Deprecated.
 
yyResetBuffer() - Method in class org.jboss.dmr.JSONParser
Deprecated.
Reset the internal buffer.
yyResetBuffer() - Method in class org.jboss.dmr.Parser
Deprecated.
Reset the internal buffer.
yySetValue(Object) - Method in class org.jboss.dmr.JSONParser
Deprecated.
Set the object value for the current non-terminal being reduced.
yySetValue(Object) - Method in class org.jboss.dmr.Parser
Deprecated.
Set the object value for the current non-terminal being reduced.
yyText() - Method in class org.jboss.dmr.JSONParser
Deprecated.
Get the current token text.
yyText() - Method in class org.jboss.dmr.Parser
Deprecated.
Get the current token text.
yyWrap() - Method in class org.jboss.dmr.JSONParser
Deprecated.
Check if there are more inputs.
yyWrap() - Method in class org.jboss.dmr.Parser
Deprecated.
Check if there are more inputs.

Z

ZERO_VAL - Static variable in class org.jboss.dmr.JSONParser
Deprecated.
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
Skip navigation links
JBoss Dynamic Model Representation API 1.4.1.Final-redhat-11.4.1.Final-redhat-1

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