Uses of Interface
org.jboss.as.cli.operation.ParsedCommandLine
-
-
Uses of ParsedCommandLine in org.jboss.as.cli
Methods in org.jboss.as.cli that return ParsedCommandLine Modifier and Type Method Description ParsedCommandLineCommandContext. getParsedCommandLine()Parsed command line arguments.Methods in org.jboss.as.cli with parameters of type ParsedCommandLine Modifier and Type Method Description 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.voidCommandLineRedirection.Registration. handle(ParsedCommandLine parsedLine)Allows to execute the parsed command line as it normally would be executed w/o the redirection in effect.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 org.jboss.dmr.ModelNodeUtil. toOperationRequest(CommandContext ctx, ParsedCommandLine parsedLine)static org.jboss.dmr.ModelNodeUtil. toOperationRequest(CommandContext ctx, ParsedCommandLine parsedLine, Attachments attachments) -
Uses of ParsedCommandLine in org.jboss.as.cli.handlers
Methods in org.jboss.as.cli.handlers with parameters of type ParsedCommandLine Modifier and Type Method Description protected voidDeploymentOverlayHandler. assertNotPresent(ArgumentWithoutValue arg, ParsedCommandLine args)protected String[]DeploymentOverlayHandler. getLinks(ArgumentWithValue linksArg, ParsedCommandLine args)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) -
Uses of ParsedCommandLine in org.jboss.as.cli.handlers.ifelse
Methods in org.jboss.as.cli.handlers.ifelse with parameters of type ParsedCommandLine Modifier and Type Method Description StringConditionArgument. getResolvedValue(ParsedCommandLine parsedLine, boolean required)OperationConditionArgument. resolveOperation(ParsedCommandLine parsedLine) -
Uses of ParsedCommandLine in org.jboss.as.cli.handlers.module
Methods in org.jboss.as.cli.handlers.module with parameters of type ParsedCommandLine Modifier and Type Method Description protected voidASModuleHandler. addModule(CommandContext ctx, ParsedCommandLine parsedCmd) -
Uses of ParsedCommandLine in org.jboss.as.cli.impl
Methods in org.jboss.as.cli.impl that return ParsedCommandLine Modifier and Type Method Description ParsedCommandLineCommandContextImpl. getParsedCommandLine()ParsedCommandLineCommandExecutor.TimeoutCommandContext. getParsedCommandLine()Methods in org.jboss.as.cli.impl with parameters of type ParsedCommandLine Modifier and Type Method Description OperationCommand.HandledRequestCommandContextImpl. buildAeshCommandRequest(ParsedCommandLine parsedCmd, boolean batchMode)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)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)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) -
Uses of ParsedCommandLine in org.jboss.as.cli.impl.aesh
Methods in org.jboss.as.cli.impl.aesh with parameters of type ParsedCommandLine Modifier and Type Method Description List<AeshCommands.CLIExecution>AeshCommands. newExecutions(ParsedCommandLine line) -
Uses of ParsedCommandLine in org.jboss.as.cli.operation
Methods in org.jboss.as.cli.operation with parameters of type ParsedCommandLine Modifier and Type Method Description intOperationRequestCompleter. complete(CommandContext ctx, ParsedCommandLine parsedCmd, String buffer, int cursor, List<String> candidates)protected intOperationRequestCompleter. complete(CommandContext ctx, ParsedCommandLine parsedCmd, OperationCandidatesProvider candidatesProvider, String buffer, int cursor, List<String> candidates) -
Uses of ParsedCommandLine in org.jboss.as.cli.operation.impl
Classes in org.jboss.as.cli.operation.impl that implement ParsedCommandLine Modifier and Type Class Description classDefaultCallbackHandler
-