Modifier and Type | Method and Description |
---|---|
protected ParsingState |
ConditionArgument.initParsingState() |
Modifier and Type | Class and Description |
---|---|
static class |
AttributeNamePathCompleter.AttributeNameState |
static class |
AttributeNamePathCompleter.CloseBracketState |
static class |
AttributeNamePathCompleter.DotState |
static class |
AttributeNamePathCompleter.InitialValueState |
static class |
AttributeNamePathCompleter.ListIndexState |
static class |
AttributeNamePathCompleter.OpenBracketState |
static class |
ValueTypeCompleter.EqualsState |
static class |
ValueTypeCompleter.InitialValueState |
static class |
ValueTypeCompleter.ListItemSeparatorState |
static class |
ValueTypeCompleter.PropertyListState |
static class |
ValueTypeCompleter.PropertyState |
static class |
ValueTypeCompleter.StartListState |
static class |
ValueTypeCompleter.StartObjectState |
static class |
ValueTypeCompleter.TextState |
Modifier and Type | Field and Description |
---|---|
protected ParsingState |
ArgumentWithValue.initialState
initial state for value parsing
|
Modifier and Type | Method and Description |
---|---|
protected ParsingState |
FileSystemPathArgument.initParsingState() |
protected ParsingState |
ArgumentWithValue.initParsingState() |
Modifier and Type | Method and Description |
---|---|
static String |
ArgumentWithValue.resolveValue(String value,
ParsingState initialState) |
Modifier and Type | Class and Description |
---|---|
class |
BackQuotesState |
class |
BasicInitialParsingState |
class |
BracketsState |
class |
DefaultParsingState |
class |
DefaultStateWithEndCharacter |
class |
EscapeCharacterState |
class |
ExpressionBaseState |
class |
InitialState |
class |
OutputTargetState |
class |
QuotesState |
Modifier and Type | Field and Description |
---|---|
protected ParsingState |
EnterStateCharacterHandler.state |
Modifier and Type | Method and Description |
---|---|
ParsingState |
ParsingContext.getState()
The current state.
|
ParsingState |
ParsingContext.leaveState()
Leaves the current state and and returns it.
|
Modifier and Type | Method and Description |
---|---|
void |
StateParser.addState(char ch,
ParsingState state) |
protected static String |
StateParser.doParse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
boolean strict)
Returns the string which was actually parsed with all the substitutions performed
|
protected static String |
StateParser.doParse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
boolean strict,
CommandContext cmdCtx)
Returns the string which was actually parsed with all the substitutions performed
|
void |
DefaultParsingState.enterState(char ch,
ParsingState state) |
void |
ParsingContext.enterState(ParsingState state)
Enters the state passed in as the argument which then becomes the current state.
|
static String |
ParserUtil.parse(String str,
CommandLineParser.CallbackHandler handler,
ParsingState initialState)
Returns the string which was actually parsed with all the substitutions performed
|
static String |
StateParser.parse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState)
Returns the string which was actually parsed with all the substitutions performed
|
static String |
StateParser.parse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
boolean strict)
Returns the string which was actually parsed with all the substitutions performed
|
static String |
StateParser.parse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
boolean strict,
CommandContext ctx)
Returns the string which was actually parsed with all the substitutions performed
|
Constructor and Description |
---|
EnterStateCharacterHandler(ParsingState state) |
Modifier and Type | Class and Description |
---|---|
class |
ArgumentValueInitialState |
class |
CompositeState |
class |
ExpressionValueState |
class |
ListItemSeparatorState |
class |
NameValueSeparatorState |
class |
NonObjectArgumentValueState |
Modifier and Type | Class and Description |
---|---|
class |
AddressCommandSeparatorState |
class |
ArgumentListState |
class |
ArgumentState |
class |
ArgumentValueState |
class |
CommandNameState |
class |
CommandState |
Modifier and Type | Class and Description |
---|---|
class |
AddressOperationSeparatorState |
class |
HeaderListState |
class |
HeaderNameState |
class |
HeaderState |
class |
HeaderValueState |
class |
NodeState |
class |
OperationNameState |
class |
OperationRequestState |
class |
PropertyListState |
class |
PropertyState |
class |
PropertyValueState |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentSignState |
class |
InSeriesState |
class |
RolloutPlanState |
class |
ServerGroupListState |
class |
ServerGroupNameState |
class |
ServerGroupSeparatorState |
class |
ServerGroupState |
Copyright © 2023 JBoss by Red Hat. All rights reserved.