Modifier and Type | Class and Description |
---|---|
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 | Class and Description |
---|---|
class |
BasicInitialParsingState |
class |
BracketsState |
class |
DefaultParsingState |
class |
DefaultStateWithEndCharacter |
class |
EscapeCharacterState |
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) |
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 void |
ParserUtil.parse(String str,
CommandLineParser.CallbackHandler handler,
ParsingState initialState) |
static void |
StateParser.parse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState) |
static void |
StateParser.parse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
boolean strict) |
Constructor and Description |
---|
EnterStateCharacterHandler(ParsingState state) |
Modifier and Type | Class and Description |
---|---|
class |
ArgumentValueInitialState |
class |
ListItemSeparatorState |
class |
ListState |
class |
NameValueSeparatorState |
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 © 2013 JBoss by Red Hat. All rights reserved.