- 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
-
- 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.
- asList(List<ModelNode>) - Method in class org.jboss.dmr.ModelNode
-
- asListOrEmpty() - Method in class org.jboss.dmr.ModelNode
-
- 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.
- asPropertyList(List<Property>) - Method in class org.jboss.dmr.ModelNode
-
Get the value of this node as a property list.
- asPropertyListOrEmpty() - 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.
- 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.
- 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
-
- 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
-
- 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.
- 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.
- isProtected() - Method in class org.jboss.dmr.ModelNode
-
Returns whether this node has been
protected
.
- 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.
- 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
-
- 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.
- 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.
- 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
-
- setExpression(String, String) - Method in class org.jboss.dmr.ModelNode
-
- 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.