See: Description
| Interface | Description |
|---|---|
| VariableContext |
The variable context is an extension of the somewhat simplistic
VariableResolver. |
| VariableResolver |
A variable resolver returns a variable value given the name of the variable.
|
| Class | Description |
|---|---|
| Arg |
The Arg class defines variable name constants for command arguments.
|
| DefaultVariableContext |
Default implementation of
VariableContext. |
| ExecutionContextVariableResolver |
Variable resolver for values defined by the
ExecutionContext. |
| MapVariableResolver |
Variable resolver based on an existing map, where the keys may or may not be
prefixed with the variable dollar sign '$'.
|
| SimpleVariableResolver |
Simple variable resolver implementation backed by a map of variable names to
values.
|
| Enum | Description |
|---|---|
| ExecutionContextVariableResolver.Variable |
Variable name constants for
ExecutionContext values. |
Copyright © 2025. All rights reserved.