Package | Description |
---|---|
org.jboss.dmr |
Modifier and Type | Method and Description |
---|---|
ValueExpression |
ModelNode.asExpression()
Get the value of this node as an expression.
|
Modifier and Type | Method and Description |
---|---|
ModelNode |
ModelNode.add(String propertyName,
ValueExpression propertyValue)
Add a property with the given name and value to the end of this node's value list.
|
ModelNode |
ModelNode.add(ValueExpression newValue)
Add the given value to the end of this node's value list.
|
boolean |
ValueExpression.equals(ValueExpression other)
Determine whether this object is equal to another.
|
String |
ValueExpressionResolver.resolve(ValueExpression expression)
Perform expression resolution.
|
ModelNode |
ModelNode.set(String propertyName,
ValueExpression propertyValue)
Change this node's value to a property with the given name and value.
|
ModelNode |
ModelNode.set(ValueExpression newValue)
Change this node's value to the given value.
|
Constructor and Description |
---|
ModelNode(ValueExpression value)
Creates a new
ModelNode with the given value . |
Copyright © 2017 JBoss by Red Hat. All rights reserved.