Package | Description |
---|---|
org.jboss.as.cli.parsing | |
org.jboss.as.cli.util |
Modifier and Type | Class and Description |
---|---|
class |
CommandSubstitutionException |
class |
UnresolvedVariableException |
Modifier and Type | Method and Description |
---|---|
void |
ParsingContext.resolveExpression(boolean systemProperty,
boolean exceptionIfNotResolved)
Replaces system property specified with ${xxx} fomrat or a local variable
whose name is prefixed with '$'.
|
Modifier and Type | Method and Description |
---|---|
static String |
CLIExpressionResolver.resolve(String input)
Attempts to substitute all the found expressions in the input
with their corresponding resolved values.
|
static String |
CLIExpressionResolver.resolveProperty(String input,
int location,
boolean exceptionIfNotResolved) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.