public interface ExpressionResolver
ModelType.EXPRESSION expressions in a ModelNode.| Modifier and Type | Field and Description |
|---|---|
static ExpressionResolver |
DEFAULT
Default
ExpressionResolver that simply calls ModelNode.resolve(). |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
resolveExpressions(org.jboss.dmr.ModelNode node)
Resolves any expressions in the passed in ModelNode.
|
static final ExpressionResolver DEFAULT
ExpressionResolver that simply calls ModelNode.resolve().org.jboss.dmr.ModelNode resolveExpressions(org.jboss.dmr.ModelNode node)
throws OperationFailedException
node - the ModelNode containing expressions.OperationFailedException - if there is a value of type ModelType.EXPRESSION in the node tree and
there is no system property or environment variable that matches the expression, or if a security
manager exists and its checkPermission method doesn't allow
access to the relevant system property or environment variableCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.