Uses of Interface
org.jboss.as.cli.parsing.ParsingState
-
-
Uses of ParsingState in org.jboss.as.cli.handlers.ifelse
Methods in org.jboss.as.cli.handlers.ifelse that return ParsingState Modifier and Type Method Description protected ParsingStateConditionArgument. initParsingState() -
Uses of ParsingState in org.jboss.as.cli.impl
Classes in org.jboss.as.cli.impl that implement ParsingState Modifier and Type Class Description static classAttributeNamePathCompleter.AttributeNameStatestatic classAttributeNamePathCompleter.CloseBracketStatestatic classAttributeNamePathCompleter.DotStatestatic classAttributeNamePathCompleter.InitialValueStatestatic classAttributeNamePathCompleter.ListIndexStatestatic classAttributeNamePathCompleter.OpenBracketStatestatic classValueTypeCompleter.BytesStatestatic classValueTypeCompleter.EqualsStatestatic classValueTypeCompleter.InitialValueStatestatic classValueTypeCompleter.ListItemSeparatorStatestatic classValueTypeCompleter.PropertyListStatestatic classValueTypeCompleter.PropertyStatestatic classValueTypeCompleter.StartListStatestatic classValueTypeCompleter.StartObjectStatestatic classValueTypeCompleter.TextStateFields in org.jboss.as.cli.impl declared as ParsingState Modifier and Type Field Description protected ParsingStateArgumentWithValue. initialStateinitial state for value parsingMethods in org.jboss.as.cli.impl that return ParsingState Modifier and Type Method Description protected ParsingStateArgumentWithValue. initParsingState()protected ParsingStateFileSystemPathArgument. initParsingState()Methods in org.jboss.as.cli.impl with parameters of type ParsingState Modifier and Type Method Description static StringArgumentWithValue. resolveValue(String value, ParsingState initialState) -
Uses of ParsingState in org.jboss.as.cli.operation.impl
Classes in org.jboss.as.cli.operation.impl that implement ParsingState Modifier and Type Class Description classSegmentParsingInitialStateParses operation address segments and counts quotes and leading spaces. -
Uses of ParsingState in org.jboss.as.cli.parsing
Classes in org.jboss.as.cli.parsing that implement ParsingState Modifier and Type Class Description classBackQuotesStateclassBasicInitialParsingStateclassBracketsStateclassDefaultParsingStateclassDefaultStateWithEndCharacterclassEscapeCharacterStateclassExpressionBaseStateclassInitialStatestatic classOperatorState.OpStateclassOutputTargetStateclassQuotesStateFields in org.jboss.as.cli.parsing declared as ParsingState Modifier and Type Field Description protected ParsingStateEnterStateCharacterHandler. stateMethods in org.jboss.as.cli.parsing that return ParsingState Modifier and Type Method Description ParsingStateParsingContext. getState()The current state.ParsingStateParsingContext. leaveState()Leaves the current state and and returns it.Methods in org.jboss.as.cli.parsing with parameters of type ParsingState Modifier and Type Method Description voidStateParser. addState(char ch, ParsingState state)protected static StateParser.SubstitutedLineStateParser. doParse(String str, ParsingStateCallbackHandler callbackHandler, ParsingState initialState, boolean strict, boolean disableResolutionException, CommandContext cmdCtx)Returns the string which was actually parsed with all the substitutions performedvoidDefaultParsingState. enterState(char ch, ParsingState state)voidParsingContext. enterState(ParsingState state)Enters the state passed in as the argument which then becomes the current state.static StringParserUtil. parse(String str, CommandLineParser.CallbackHandler handler, ParsingState initialState)Returns the string which was actually parsed with all the substitutions performedstatic StringStateParser. parse(String str, ParsingStateCallbackHandler callbackHandler, ParsingState initialState)Returns the string which was actually parsed with all the substitutions performed.static StringStateParser. parse(String str, ParsingStateCallbackHandler callbackHandler, ParsingState initialState, boolean strict)Returns the string which was actually parsed with all the substitutions performed.static StringStateParser. parse(String str, ParsingStateCallbackHandler callbackHandler, ParsingState initialState, boolean strict, CommandContext ctx)Returns the string which was actually parsed with all the substitutions performedstatic StateParser.SubstitutedLineStateParser. parseLine(String str, ParsingStateCallbackHandler callbackHandler, ParsingState initialState)Returns the string which was actually parsed with all the substitutions performed.static StateParser.SubstitutedLineStateParser. parseLine(String str, ParsingStateCallbackHandler callbackHandler, ParsingState initialState, boolean strict)Returns the string which was actually parsed with all the substitutions performed.static StateParser.SubstitutedLineStateParser. parseLine(String str, ParsingStateCallbackHandler callbackHandler, ParsingState initialState, boolean strict, boolean disableResolutionException, CommandContext ctx)static StateParser.SubstitutedLineStateParser. parseLine(String str, ParsingStateCallbackHandler callbackHandler, ParsingState initialState, boolean strict, CommandContext ctx)static StateParser.SubstitutedLineStateParser. parseLine(String str, ParsingStateCallbackHandler callbackHandler, ParsingState initialState, CommandContext ctx)Returns the string which was actually parsed with all the substitutions performedConstructors in org.jboss.as.cli.parsing with parameters of type ParsingState Constructor Description EnterStateCharacterHandler(ParsingState state) -
Uses of ParsingState in org.jboss.as.cli.parsing.arguments
Classes in org.jboss.as.cli.parsing.arguments that implement ParsingState Modifier and Type Class Description classArgumentValueInitialStateclassArgumentValueStateclassBytesValueStateclassCompositeStateclassExpressionValueStateclassListItemSeparatorStateclassNameValueSeparatorStateclassNonObjectArgumentValueState -
Uses of ParsingState in org.jboss.as.cli.parsing.command
Classes in org.jboss.as.cli.parsing.command that implement ParsingState Modifier and Type Class Description classAddressCommandSeparatorStateclassArgumentListStateclassArgumentStateclassArgumentValueStateclassCommandNameStateclassCommandState -
Uses of ParsingState in org.jboss.as.cli.parsing.operation
Classes in org.jboss.as.cli.parsing.operation that implement ParsingState Modifier and Type Class Description classAddressOperationSeparatorStateclassHeaderListStateclassHeaderNameStateclassHeaderStateclassHeaderValueStateclassNodeStateclassOperationNameStateclassOperationRequestStateclassPropertyListStateclassPropertyStateclassPropertyValueState -
Uses of ParsingState in org.jboss.as.cli.parsing.operation.header
Classes in org.jboss.as.cli.parsing.operation.header that implement ParsingState Modifier and Type Class Description classConcurrentSignStateclassInSeriesStateclassRolloutPlanStateclassServerGroupListStateclassServerGroupNameStateclassServerGroupSeparatorStateclassServerGroupState
-