Uses of Interface
org.jboss.as.cli.CommandArgument
-
-
Uses of CommandArgument in org.jboss.as.cli
Methods in org.jboss.as.cli that return CommandArgument Modifier and Type Method Description CommandArgumentCommandHandler. getArgument(CommandContext ctx, String name)Returns command argument declared by the command handler corresponding to the argument name.Methods in org.jboss.as.cli that return types with arguments of type CommandArgument Modifier and Type Method Description Collection<CommandArgument>CommandHandler. getArguments(CommandContext ctx)Returns a collection of the command arguments the handler supports in the current context. -
Uses of CommandArgument in org.jboss.as.cli.handlers
Methods in org.jboss.as.cli.handlers that return CommandArgument Modifier and Type Method Description CommandArgumentCommandHandlerWithArguments. getArgument(CommandContext ctx, String name)CommandArgumentGenericTypeOperationHandler. getArgument(CommandContext ctx, String name)CommandArgumentOperationRequestHandler. getArgument(CommandContext ctx, String name)CommandArgumentResourceCompositeOperationHandler. getArgument(CommandContext ctx, String name)Methods in org.jboss.as.cli.handlers that return types with arguments of type CommandArgument Modifier and Type Method Description protected Map<String,CommandArgument>ResourceCompositeOperationHandler. getAllArguments(CommandContext ctx)Collection<CommandArgument>CommandHandlerWithArguments. getArguments(CommandContext ctx)Collection<CommandArgument>GenericTypeOperationHandler. getArguments(CommandContext ctx)Collection<CommandArgument>LsHandler. getArguments(CommandContext ctx)List<CommandArgument>OperationRequestHandler. getArguments(CommandContext ctx)Collection<CommandArgument>ResourceCompositeOperationHandler. getArguments(CommandContext ctx)protected Map<String,CommandArgument>CommandHandlerWithArguments. getArgumentsMap(CommandContext ctx)protected Map<String,CommandArgument>LsHandler. getArgumentsMap(CommandContext ctx)protected Map<String,CommandArgument>ResourceCompositeOperationHandler. loadArguments(CommandContext ctx)Methods in org.jboss.as.cli.handlers with parameters of type CommandArgument Modifier and Type Method Description voidBaseOperationCommand. addArgument(CommandArgument arg)voidCommandHandlerWithArguments. addArgument(CommandArgument arg)voidGenericTypeOperationHandler. addArgument(CommandArgument arg) -
Uses of CommandArgument in org.jboss.as.cli.handlers.ifelse
Classes in org.jboss.as.cli.handlers.ifelse that implement CommandArgument Modifier and Type Class Description classConditionArgument -
Uses of CommandArgument in org.jboss.as.cli.handlers.jca
Methods in org.jboss.as.cli.handlers.jca that return types with arguments of type CommandArgument Modifier and Type Method Description protected Map<String,CommandArgument>DataSourceAddCompositeHandler. loadArguments(CommandContext ctx)protected Map<String,CommandArgument>XADataSourceAddCompositeHandler. loadArguments(CommandContext ctx) -
Uses of CommandArgument in org.jboss.as.cli.impl
Subinterfaces of CommandArgument in org.jboss.as.cli.impl Modifier and Type Interface Description interfaceRequestParameterArgumentClasses in org.jboss.as.cli.impl that implement CommandArgument Modifier and Type Class Description classArgumentWithListValueclassArgumentWithoutValueclassArgumentWithValueclassFileSystemPathArgumentclassRequestParamArgWithoutValueclassRequestParamArgWithValueclassRequestParamPropertiesArgclassRequiredRequestParamArgFields in org.jboss.as.cli.impl with type parameters of type CommandArgument Modifier and Type Field Description protected List<CommandArgument>ArgumentWithoutValue. cantAppearAfterprotected List<CommandArgument>ArgumentWithoutValue. requiredPrecedingMethods in org.jboss.as.cli.impl that return types with arguments of type CommandArgument Modifier and Type Method Description Collection<CommandArgument>CommandCandidatesProvider. getProperties(CommandContext ctx, String operationName, OperationRequestAddress address)Methods in org.jboss.as.cli.impl with parameters of type CommandArgument Modifier and Type Method Description voidArgumentWithoutValue. addCantAppearAfter(CommandArgument arg)voidArgumentWithoutValue. addRequiredPreceding(CommandArgument arg) -
Uses of CommandArgument in org.jboss.as.cli.operation
Methods in org.jboss.as.cli.operation that return types with arguments of type CommandArgument Modifier and Type Method Description Collection<CommandArgument>OperationCandidatesProvider. getProperties(CommandContext ctx, String operationName, OperationRequestAddress address)Method parameters in org.jboss.as.cli.operation with type arguments of type CommandArgument Modifier and Type Method Description protected CommandLineCompleterOperationRequestCompleter. getValueCompleter(CommandContext ctx, Iterable<CommandArgument> allArgs, int index)protected CommandLineCompleterOperationRequestCompleter. getValueCompleter(CommandContext ctx, Iterable<CommandArgument> allArgs, String argName) -
Uses of CommandArgument in org.jboss.as.cli.operation.impl
Methods in org.jboss.as.cli.operation.impl that return types with arguments of type CommandArgument Modifier and Type Method Description List<CommandArgument>DefaultOperationCandidatesProvider. getProperties(CommandContext ctx, String operationName, OperationRequestAddress address)protected List<CommandArgument>DefaultOperationCandidatesProvider. getPropertiesFromPropList(List<org.jboss.dmr.Property> propList, CommandContext ctx, String operationName, OperationRequestAddress address)
-