Uses of Class
org.jboss.as.cli.CommandFormatException
-
-
Uses of CommandFormatException in org.jboss.as.cli
Methods in org.jboss.as.cli that throw CommandFormatException Modifier and Type Method Description default OperationCommand.HandledRequestOperationCommand. buildHandledRequest(CommandContext ctx, Attachments attachments)org.jboss.dmr.ModelNodeCommandContext. buildRequest(String line)Builds a DMR request corresponding to the command or the operation.org.jboss.dmr.ModelNodeOperationCommand. buildRequest(CommandContext ctx)default org.jboss.dmr.ModelNodeOperationCommand. buildRequest(CommandContext ctx, Attachments attachments)static org.jboss.dmr.ModelNodeUtil. buildRequest(CommandContext ctx, OperationRequestAddress address, String operation)booleanCommandArgument. canAppearNext(CommandContext ctx)Checks whether the argument can appear on the command given the already present arguments.protected abstract org.jboss.dmr.ModelNodeArgumentValueConverter.DMRWithFallbackConverter. fromNonDMRString(CommandContext ctx, String value)org.jboss.dmr.ModelNodeArgumentValueConverter.DMRWithFallbackConverter. fromString(CommandContext ctx, String value)org.jboss.dmr.ModelNodeArgumentValueConverter. fromString(CommandContext ctx, String value)static org.jboss.dmr.ModelNodeUtil. getRolloutPlan(ModelControllerClient client, String name)StringCommandArgument. getValue(ParsedCommandLine args)Returns the value of the argument specified on the command line.StringCommandArgument. getValue(ParsedCommandLine args, boolean required)Returns the value of the argument specified on the command line.static booleanUtil. isEnabledDeployment(String name, ModelControllerClient client, String serverGroup)booleanCommandArgument. isPresent(ParsedCommandLine args)Checks whether the argument is present on the command line.booleanCommandArgument. isValueComplete(ParsedCommandLine args)Checks whether the value is specified and complete.static voidUtil. replaceFilePathsWithBytes(org.jboss.dmr.ModelNode request, org.jboss.dmr.ModelNode opDescOutcome)BatchedCommandCommandContext. toBatchedCommand(String line)Builds an operation request from the passed in command line.static org.jboss.dmr.ModelNodeUtil. toOperationRequest(CommandContext ctx, ParsedCommandLine parsedLine)static org.jboss.dmr.ModelNodeUtil. toOperationRequest(CommandContext ctx, ParsedCommandLine parsedLine, Attachments attachments)static org.jboss.dmr.ModelNodeUtil. validateRequest(CommandContext ctx, org.jboss.dmr.ModelNode request) -
Uses of CommandFormatException in org.jboss.as.cli.gui
Methods in org.jboss.as.cli.gui that throw CommandFormatException Modifier and Type Method Description org.jboss.dmr.ModelNodeCommandExecutor. doCommand(String command)Submit a command to the server.CommandExecutor.ResponseCommandExecutor. doCommandFullResponse(String command)User-initiated commands use this method. -
Uses of CommandFormatException in org.jboss.as.cli.handlers
Methods in org.jboss.as.cli.handlers that throw CommandFormatException Modifier and Type Method Description protected voidBaseOperationCommand. addHeaders(CommandContext ctx, org.jboss.dmr.ModelNode request)protected voidDeploymentOverlayHandler. assertNotPresent(ArgumentWithoutValue arg, ParsedCommandLine args)OperationCommand.HandledRequestAttachmentHandler. buildHandledRequest(CommandContext ctx, Attachments attachments)protected org.jboss.dmr.ModelNodeResourceCompositeOperationHandler. buildOperationAddress(CommandContext ctx)org.jboss.dmr.ModelNodeBaseOperationCommand. buildRequest(CommandContext ctx)org.jboss.dmr.ModelNodeOperationRequestHandler. buildRequest(CommandContext ctx)org.jboss.dmr.ModelNodeArchiveHandler. buildRequestWithoutHeaders(CommandContext ctx)protected org.jboss.dmr.ModelNodeAttachmentHandler. buildRequestWithoutHeaders(CommandContext ctx)protected abstract org.jboss.dmr.ModelNodeBaseOperationCommand. buildRequestWithoutHeaders(CommandContext ctx)org.jboss.dmr.ModelNodeDeployHandler. buildRequestWithoutHeaders(CommandContext ctx)Deprecated.org.jboss.dmr.ModelNodeDeploymentInfoHandler. buildRequestWithoutHeaders(CommandContext ctx)Deprecated.protected org.jboss.dmr.ModelNodeDeploymentOverlayHandler. buildRequestWithoutHeaders(CommandContext ctx)org.jboss.dmr.ModelNodeGenericTypeOperationHandler. buildRequestWithoutHeaders(CommandContext ctx)protected org.jboss.dmr.ModelNodeLsHandler. buildRequestWithoutHeaders(CommandContext ctx)org.jboss.dmr.ModelNodeReadAttributeHandler. buildRequestWithoutHeaders(CommandContext ctx)org.jboss.dmr.ModelNodeReadOperationHandler. buildRequestWithoutHeaders(CommandContext ctx)protected org.jboss.dmr.ModelNodeReloadHandler. buildRequestWithoutHeaders(CommandContext ctx)protected org.jboss.dmr.ModelNodeResourceCompositeOperationHandler. buildRequestWithoutHeaders(CommandContext ctx)protected org.jboss.dmr.ModelNodeShutdownHandler. buildRequestWithoutHeaders(CommandContext ctx)org.jboss.dmr.ModelNodeUndeployHandler. buildRequestWithoutHeaders(CommandContext ctx)Deprecated.protected org.jboss.dmr.ModelNodeBaseOperationCommand. buildRequestWOValidation(CommandContext ctx)protected voidEchoDMRHandler. doHandle(CommandContext ctx)protected voidEchoVariableHandler. doHandle(CommandContext ctx)protected voidHistoryHandler. doHandle(CommandContext ctx)protected StringBuilderGenericTypeOperationHandler. formatResponse(CommandContext ctx, org.jboss.dmr.ModelNode opResponse, boolean composite, StringBuilder buf)protected StringBuilderReadAttributeHandler. formatResponse(CommandContext ctx, org.jboss.dmr.ModelNode opResponse, boolean composite, StringBuilder buf)protected OperationRequestAddressReadAttributeHandler. getAddress(CommandContext ctx, boolean completion)protected OperationRequestAddressReadOperationHandler. getAddress(CommandContext ctx)protected org.jboss.dmr.ModelNodeDeploymentHandler. getDeploymentDescriptions(CommandContext ctx, List<String> names)protected String[]DeploymentOverlayHandler. getLinks(ArgumentWithValue linksArg, ParsedCommandLine args)protected List<org.jboss.dmr.Property>CommandCommandHandler. getNodeProperties(CommandContext ctx)protected List<String>DeploymentOverlayHandler. getServerGroupsToLink(CommandContext ctx)protected voidDeploymentInfoHandler. handleResponse(CommandContext ctx, org.jboss.dmr.ModelNode response, boolean composite)Deprecated.protected voidGenericTypeOperationHandler. handleResponse(CommandContext ctx, org.jboss.dmr.ModelNode opResponse, boolean composite)protected voidReadAttributeHandler. handleResponse(CommandContext ctx, org.jboss.dmr.ModelNode response, boolean composite)protected voidReadOperationHandler. handleResponse(CommandContext ctx, org.jboss.dmr.ModelNode response, boolean composite)protected org.jboss.dmr.ModelNodeCommandCommandHandler. initRequest(CommandContext ctx)protected org.jboss.dmr.ModelNodeGenericTypeOperationHandler. initRequest(CommandContext ctx)protected voidDeploymentHandler. listDeployments(CommandContext ctx, boolean l)voidGenericTypeOperationHandler. printDescription(CommandContext ctx)protected voidGenericTypeOperationHandler. printNodeDescription(CommandContext ctx)protected voidAttachmentHandler. recognizeArguments(CommandContext ctx)protected voidCommandHandlerWithArguments. recognizeArguments(CommandContext ctx)protected voidEchoDMRHandler. recognizeArguments(CommandContext ctx)protected voidEchoVariableHandler. recognizeArguments(CommandContext ctx)protected voidGenericTypeOperationHandler. recognizeArguments(CommandContext ctx)protected voidLsHandler. recognizeArguments(CommandContext ctx)protected voidReadAttributeHandler. recognizeArguments(CommandContext ctx)protected voidResourceCompositeOperationHandler. recognizeArguments(CommandContext ctx)protected voidSetVariableHandler. recognizeArguments(CommandContext ctx)protected voidUnsetVariableHandler. recognizeArguments(CommandContext ctx)protected voidReloadHandler. setBooleanArgument(ParsedCommandLine args, org.jboss.dmr.ModelNode op, ArgumentWithValue arg, String paramName)protected voidShutdownHandler. setBooleanArgument(ParsedCommandLine args, org.jboss.dmr.ModelNode op, ArgumentWithValue arg, String paramName)protected voidBaseOperationCommand. setParams(CommandContext ctx, org.jboss.dmr.ModelNode request)protected voidCommandCommandHandler. validateInput(CommandContext ctx, String typePath, String propertyName, boolean isChildType) -
Uses of CommandFormatException in org.jboss.as.cli.handlers.batch
Methods in org.jboss.as.cli.handlers.batch that throw CommandFormatException Modifier and Type Method Description protected org.jboss.dmr.ModelNodeBatchRunHandler. buildRequestWithoutHeaders(CommandContext ctx)protected org.jboss.dmr.ModelNodeBatchRunHandler. buildRequestWOValidation(CommandContext ctx)protected voidBatchClearHandler. doHandle(CommandContext ctx)protected voidBatchDiscardHandler. doHandle(CommandContext ctx)protected voidBatchEditLineHandler. doHandle(CommandContext ctx)protected voidBatchHoldbackHandler. doHandle(CommandContext ctx)protected voidBatchListHandler. doHandle(CommandContext ctx)protected voidBatchMoveLineHandler. doHandle(CommandContext ctx)protected voidBatchRemoveLineHandler. doHandle(CommandContext ctx)protected voidBatchEditLineHandler. recognizeArguments(CommandContext ctx) -
Uses of CommandFormatException in org.jboss.as.cli.handlers.ifelse
Methods in org.jboss.as.cli.handlers.ifelse that throw CommandFormatException Modifier and Type Method Description StringConditionArgument. getResolvedValue(ParsedCommandLine parsedLine, boolean required)OperationConditionArgument. resolveOperation(ParsedCommandLine parsedLine)Constructors in org.jboss.as.cli.handlers.ifelse that throw CommandFormatException Constructor Description ModelNodePathOperand(String pathStr) -
Uses of CommandFormatException in org.jboss.as.cli.handlers.jca
Methods in org.jboss.as.cli.handlers.jca that throw CommandFormatException Modifier and Type Method Description protected org.jboss.dmr.ModelNodeDataSourceAddCompositeHandler. buildRequestWithoutHeaders(CommandContext ctx)protected org.jboss.dmr.ModelNodeJDBCDriverInfoHandler. buildRequestWithoutHeaders(CommandContext ctx)protected org.jboss.dmr.ModelNodeXADataSourceAddCompositeHandler. buildRequestWithoutHeaders(CommandContext ctx) -
Uses of CommandFormatException in org.jboss.as.cli.handlers.report
Methods in org.jboss.as.cli.handlers.report that throw CommandFormatException Modifier and Type Method Description protected org.jboss.dmr.ModelNodeInstallationReportHandler. buildRequestWithoutHeaders(CommandContext ctx) -
Uses of CommandFormatException in org.jboss.as.cli.impl
Methods in org.jboss.as.cli.impl that throw CommandFormatException Modifier and Type Method Description OperationCommand.HandledRequestCommandContextImpl. buildAeshCommandRequest(ParsedCommandLine parsedCmd, boolean batchMode)org.jboss.dmr.ModelNodeCommandContextImpl. buildRequest(String line)protected OperationCommand.HandledRequestCommandContextImpl. buildRequest(String line, boolean batchMode)org.jboss.dmr.ModelNodeCommandExecutor.TimeoutCommandContext. buildRequest(String line)booleanArgumentWithoutValue. canAppearNext(CommandContext ctx)protected org.jboss.dmr.ModelNodeHeadersArgumentValueConverter. fromNonDMRString(CommandContext ctx, String value)StringArgumentWithValue. getOriginalValue(ParsedCommandLine parsedLine, boolean required)Returns value as it appeared on the command line with escape sequences and system properties not resolved.StringArgumentWithValue. getResolvedValue(ParsedCommandLine parsedLine, boolean required)Calls getOriginalValue(ParsedCommandLine parsedLine, boolean required) and correctly handles escape sequences and resolves system properties.StringArgumentWithListValue. getValue(ParsedCommandLine args, boolean required)StringArgumentWithoutValue. getValue(ParsedCommandLine args, boolean required)StringArgumentWithValue. getValue(ParsedCommandLine args, boolean required)StringFileSystemPathArgument. getValue(ParsedCommandLine args, boolean required)booleanArgumentWithoutValue. isPresent(ParsedCommandLine args)booleanArgumentWithoutValue. isValueComplete(ParsedCommandLine args)booleanArgumentWithValue. isValueComplete(ParsedCommandLine args)protected org.jboss.as.cli.impl.AttributeNamePathCompleter.AttributeNamePathCallbackHandlerAttributeNamePathCompleter. parse(String line)protected org.jboss.as.cli.impl.ValueTypeCompleter.ValueTypeCallbackHandlerValueTypeCompleter. parse(String line)static StringArgumentWithValue. resolveValue(String value)static StringArgumentWithValue. resolveValue(String value, ParsingState initialState)voidRequestParamArgWithoutValue. set(ParsedCommandLine args, org.jboss.dmr.ModelNode request)voidRequestParamArgWithValue. set(ParsedCommandLine args, org.jboss.dmr.ModelNode request)voidRequestParameterArgument. set(ParsedCommandLine args, org.jboss.dmr.ModelNode request)voidRequestParamPropertiesArg. set(ParsedCommandLine args, org.jboss.dmr.ModelNode request)voidRequiredRequestParamArg. set(ParsedCommandLine args, org.jboss.dmr.ModelNode request)protected static voidRequestParamPropertiesArg. setPropertyMapValue(org.jboss.dmr.ModelNode request, String name, String value)BatchedCommandCommandContextImpl. toBatchedCommand(String line)BatchedCommandCommandExecutor.TimeoutCommandContext. toBatchedCommand(String line)org.jboss.dmr.ModelNodeArgumentWithValue. toModelNode(CommandContext ctx) -
Uses of CommandFormatException in org.jboss.as.cli.impl.aesh
Methods in org.jboss.as.cli.impl.aesh that throw CommandFormatException Modifier and Type Method Description List<AeshCommands.CLIExecution>AeshCommands. newExecutions(ParsedCommandLine line) -
Uses of CommandFormatException in org.jboss.as.cli.impl.aesh.cmd.deployment
Methods in org.jboss.as.cli.impl.aesh.cmd.deployment that throw CommandFormatException Modifier and Type Method Description org.jboss.dmr.ModelNodeAbstractDeployContentCommand. buildRequest(CommandContext context)org.jboss.dmr.ModelNodeAbstractUndeployCommand. buildRequest(CommandContext context)org.jboss.dmr.ModelNodeDeployArchiveCommand. buildRequest(CommandContext context)org.jboss.dmr.ModelNodeDeployArchiveCommand. buildRequest(CommandContext context, Attachments attachments)null attachments means that the command is in a batch, non null means command executed.org.jboss.dmr.ModelNodeEnableAllCommand. buildRequest(CommandContext context)org.jboss.dmr.ModelNodeEnableCommand. buildRequest(CommandContext context)org.jboss.dmr.ModelNodeInfoCommand. buildRequest(CommandContext ctx)protected org.jboss.dmr.ModelNodeAbstractDeployContentCommand. createExtraStep(CommandContext ctx)protected List<String>AbstractDeployContentCommand. getServerGroups(CommandContext ctx)protected List<String>DeployFileCommand. getServerGroups(CommandContext ctx)voidInfoCommand. handleResponse(CommandContext ctx, org.jboss.dmr.ModelNode response) -
Uses of CommandFormatException in org.jboss.as.cli.impl.aesh.cmd.security.auth
Methods in org.jboss.as.cli.impl.aesh.cmd.security.auth that throw CommandFormatException Modifier and Type Method Description org.jboss.dmr.ModelNodeAbstractDisableAuthenticationCommand. buildRequest(CommandContext context)org.jboss.dmr.ModelNodeAbstractEnableAuthenticationCommand. buildRequest(CommandContext context)org.jboss.dmr.ModelNodeAbstractReorderSASLCommand. buildRequest(CommandContext context) -
Uses of CommandFormatException in org.jboss.as.cli.impl.aesh.cmd.security.ssl
Methods in org.jboss.as.cli.impl.aesh.cmd.security.ssl that throw CommandFormatException Modifier and Type Method Description org.jboss.dmr.ModelNodeAbstractEnableSSLCommand. buildRequest(CommandContext context)org.jboss.dmr.ModelNodeHTTPServerDisableSSLCommand. buildRequest(CommandContext context)org.jboss.dmr.ModelNodeManagementDisableSSLCommand. buildRequest(CommandContext context) -
Uses of CommandFormatException in org.jboss.as.cli.operation
Subclasses of CommandFormatException in org.jboss.as.cli.operation Modifier and Type Class Description classMissingEndCharacterExceptionclassOperationFormatExceptionMethods in org.jboss.as.cli.operation that throw CommandFormatException Modifier and Type Method Description voidCommandLineParser.CallbackHandler. addressOperationSeparator(int index)voidParsedOperationRequestHeader. addTo(CommandContext ctx, org.jboss.dmr.ModelNode headers)voidCommandLineParser.CallbackHandler. header(String name, String value, int nameValueSeparator)ParsingStateCallbackHandlerCommandLineParser.CallbackHandler. headerName(int index, String name)voidCommandLineParser.CallbackHandler. headerNameValueSeparator(int nameValueSeparator)voidCommandLineParser.CallbackHandler. operationName(int index, String operationName)voidCommandLineParser.CallbackHandler. outputTarget(int index, String outputTarget)voidCommandLineParser.CallbackHandler. property(String name, String value, int nameValueSeparatorIndex)voidCommandLineParser.CallbackHandler. propertyName(int index, String propertyName)voidCommandLineParser.CallbackHandler. propertyNoValue(int index, String name) -
Uses of CommandFormatException in org.jboss.as.cli.operation.impl
Methods in org.jboss.as.cli.operation.impl that throw CommandFormatException Modifier and Type Method Description voidDefaultCallbackHandler. addressOperationSeparator(int index)voidConcurrentRolloutPlanGroup. addTo(org.jboss.dmr.ModelNode inSeries)voidParsedRolloutPlanHeader. addTo(CommandContext ctx, org.jboss.dmr.ModelNode headers)voidRolloutPlanGroup. addTo(org.jboss.dmr.ModelNode inSeries)voidSimpleParsedOperationRequestHeader. addTo(CommandContext ctx, org.jboss.dmr.ModelNode headers)voidSingleRolloutPlanGroup. addTo(org.jboss.dmr.ModelNode inSeries)voidSegmentParsingInitialState.SegmentParsingCallbackHandler. character(ParsingContext ctx)voidSegmentParsingInitialState.SegmentParsingCallbackHandler. enteredState(ParsingContext ctx)voidDefaultCallbackHandler. header(String name, String value, int valueIndex)ParsingStateCallbackHandlerDefaultCallbackHandler. headerName(int index, String headerName)voidSegmentParsingInitialState.SegmentParsingCallbackHandler. leavingState(ParsingContext ctx)voidDefaultCallbackHandler. parse(OperationRequestAddress initialAddress, String argsStr)Deprecated.voidDefaultCallbackHandler. parse(OperationRequestAddress initialAddress, String argsStr, boolean validation)Deprecated.voidDefaultCallbackHandler. parse(OperationRequestAddress initialAddress, String argsStr, boolean validation, CommandContext ctx)voidDefaultCallbackHandler. parse(OperationRequestAddress initialAddress, String argsStr, CommandContext ctx)voidDefaultCallbackHandler. parse(OperationRequestAddress initialAddress, String argsStr, CommandContext ctx, boolean disableResolutionException)voidDefaultCallbackHandler. parseHeaders(String argsStr, CommandContext ctx)voidDefaultCallbackHandler. parseOperation(OperationRequestAddress prefix, String argsStr)Deprecated.voidDefaultCallbackHandler. parseOperation(OperationRequestAddress prefix, String argsStr, CommandContext ctx)voidDefaultCallbackHandler. propertyNoValue(int index, String name)org.jboss.dmr.ModelNodeConcurrentRolloutPlanGroup. toModelNode()org.jboss.dmr.ModelNodeRolloutPlanGroup. toModelNode()org.jboss.dmr.ModelNodeSingleRolloutPlanGroup. toModelNode()org.jboss.dmr.ModelNodeDefaultCallbackHandler. toOperationRequest(CommandContext ctx)Constructors in org.jboss.as.cli.operation.impl that throw CommandFormatException Constructor Description SimpleParsedOperationRequestHeader(String name, String value) -
Uses of CommandFormatException in org.jboss.as.cli.parsing
Subclasses of CommandFormatException in org.jboss.as.cli.parsing Modifier and Type Class Description classCommandSubstitutionExceptionclassUnresolvedExpressionExceptionclassUnresolvedVariableExceptionMethods in org.jboss.as.cli.parsing that return CommandFormatException Modifier and Type Method Description CommandFormatExceptionParsingContext. getError()Returns the exception if there was one during parsing or null if the line was parsed successfully.Methods in org.jboss.as.cli.parsing with parameters of type CommandFormatException Modifier and Type Method Description voidParsingContext. setError(CommandFormatException e)Sets the error indicating that there was a problem during parsing.Methods in org.jboss.as.cli.parsing that throw CommandFormatException Modifier and Type Method Description voidParsingStateCallbackHandler. character(ParsingContext ctx)protected voidLineBreakHandler. doHandle(ParsingContext ctx)voidWordCharacterHandler. doHandle(ParsingContext ctx)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 performedvoidParsingStateCallbackHandler. enteredState(ParsingContext ctx)voidParsingContext. enterState(ParsingState state)Enters the state passed in as the argument which then becomes the current state.voidCharacterHandler. handle(ParsingContext ctx)voidEnterStateCharacterHandler. handle(ParsingContext ctx)voidLineBreakHandler. handle(ParsingContext ctx)ParsingStateParsingContext. leaveState()Leaves the current state and and returns it.voidParsingStateCallbackHandler. leavingState(ParsingContext ctx)static StringParserUtil. parse(String commandLine, CommandLineParser.CallbackHandler handler)Returns the string which was actually parsed with all the substitutions performedstatic StringParserUtil. parse(String commandLine, CommandLineParser.CallbackHandler handler, boolean strict)Returns the string which was actually parsed with all the substitutions performedstatic StringParserUtil. parse(String commandLine, CommandLineParser.CallbackHandler handler, boolean strict, CommandContext ctx)Returns the string which was actually parsed with all the substitutions performedstatic StringParserUtil. parse(String str, CommandLineParser.CallbackHandler handler, ParsingState initialState)Returns the string which was actually parsed with all the substitutions performedStringStateParser. parse(String str, ParsingStateCallbackHandler callbackHandler)Returns the string which was actually parsed with all the substitutions performed.static 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 StringParserUtil. parseCommandArgs(String commandLine, CommandLineParser.CallbackHandler handler)Returns the string which was actually parsed with all the substitutions performedstatic StringParserUtil. parseHeaders(String commandLine, CommandLineParser.CallbackHandler handler)Returns the string which was actually parsed with all the substitutions performedstatic StringParserUtil. parseHeaders(String commandLine, CommandLineParser.CallbackHandler handler, CommandContext ctx)Returns the string which was actually parsed with all the substitutions performedstatic StateParser.SubstitutedLineParserUtil. parseHeadersLine(String commandLine, CommandLineParser.CallbackHandler handler, CommandContext ctx)Returns the string which was actually parsed with all the substitutions performedstatic StateParser.SubstitutedLineParserUtil. parseLine(String commandLine, CommandLineParser.CallbackHandler handler, boolean strict, CommandContext ctx)static StateParser.SubstitutedLineParserUtil. parseLine(String commandLine, CommandLineParser.CallbackHandler handler, boolean strict, CommandContext ctx, boolean disableResolutionException)static 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 performedstatic StringParserUtil. parseOperationRequest(String commandLine, CommandLineParser.CallbackHandler handler)Returns the string which was actually parsed with all the substitutions performedstatic StringParserUtil. parseOperationRequest(String commandLine, CommandLineParser.CallbackHandler handler, CommandContext ctx)Returns the string which was actually parsed with all the substitutions performedstatic StateParser.SubstitutedLineParserUtil. parseOperationRequestLine(String commandLine, CommandLineParser.CallbackHandler handler)static StateParser.SubstitutedLineParserUtil. parseOperationRequestLine(String commandLine, CommandLineParser.CallbackHandler handler, CommandContext ctx)Returns the string which was actually parsed with all the substitutions performedvoidParsingContext. reenterState()Leaves the current state and then enters it again. -
Uses of CommandFormatException in org.jboss.as.cli.parsing.arguments
Methods in org.jboss.as.cli.parsing.arguments that throw CommandFormatException Modifier and Type Method Description voidArgumentValueCallbackHandler. character(ParsingContext ctx)voidArgumentValueCallbackHandler. enteredState(ParsingContext ctx)voidArgumentValueCallbackHandler. leavingState(ParsingContext ctx) -
Uses of CommandFormatException in org.jboss.as.cli.parsing.command
Subclasses of CommandFormatException in org.jboss.as.cli.parsing.command Modifier and Type Class Description classArgumentValueNotFinishedException -
Uses of CommandFormatException in org.jboss.as.cli.parsing.operation.header
Methods in org.jboss.as.cli.parsing.operation.header that throw CommandFormatException Modifier and Type Method Description voidRolloutPlanHeaderCallbackHandler. character(ParsingContext ctx)voidRolloutPlanHeaderCallbackHandler. enteredState(ParsingContext ctx)voidRolloutPlanHeaderCallbackHandler. leavingState(ParsingContext ctx) -
Uses of CommandFormatException in org.wildfly.core.cli.command
Methods in org.wildfly.core.cli.command that throw CommandFormatException Modifier and Type Method Description org.jboss.dmr.ModelNodeDMRCommand. buildRequest(CommandContext context)default org.jboss.dmr.ModelNodeDMRCommand. buildRequest(CommandContext context, Attachments attachments)
-