Package | Description |
---|---|
org.jboss.as.cli | |
org.jboss.as.cli.handlers | |
org.jboss.as.cli.impl | |
org.jboss.as.cli.operation | |
org.jboss.as.cli.operation.impl |
Modifier and Type | Method and Description |
---|---|
Collection<CommandArgument> |
CommandHandler.getArguments(CommandContext ctx)
Returns a collection of the command arguments the handler supports in the current context.
|
Modifier and Type | Method and Description |
---|---|
List<CommandArgument> |
OperationRequestHandler.getArguments(CommandContext ctx) |
List<CommandArgument> |
VersionHandler.getArguments(CommandContext ctx) |
Collection<CommandArgument> |
CommandHandlerWithArguments.getArguments(CommandContext ctx) |
Collection<CommandArgument> |
GenericTypeOperationHandler.getArguments(CommandContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
CommandHandlerWithArguments.addArgument(CommandArgument arg) |
void |
GenericTypeOperationHandler.addArgument(CommandArgument arg) |
void |
BaseOperationCommand.addArgument(CommandArgument arg) |
Modifier and Type | Interface and Description |
---|---|
interface |
RequestParameterArgument |
Modifier and Type | Class and Description |
---|---|
class |
ArgumentWithoutValue |
class |
ArgumentWithValue |
class |
RequestParamArgWithoutValue |
class |
RequestParamArgWithValue |
class |
RequestParamPropertiesArg |
class |
RequiredRequestParamArg |
Modifier and Type | Field and Description |
---|---|
protected List<CommandArgument> |
ArgumentWithoutValue.cantAppearAfter |
protected List<CommandArgument> |
ArgumentWithoutValue.requiredPreceding |
Modifier and Type | Method and Description |
---|---|
Collection<CommandArgument> |
CommandCandidatesProvider.getProperties(CommandContext ctx,
String operationName,
OperationRequestAddress address) |
Modifier and Type | Method and Description |
---|---|
void |
ArgumentWithoutValue.addCantAppearAfter(CommandArgument arg) |
void |
ArgumentWithoutValue.addRequiredPreceding(CommandArgument arg) |
Modifier and Type | Method and Description |
---|---|
Collection<CommandArgument> |
OperationCandidatesProvider.getProperties(CommandContext ctx,
String operationName,
OperationRequestAddress address) |
Modifier and Type | Method and Description |
---|---|
protected CommandLineCompleter |
OperationRequestCompleter.getValueCompleter(CommandContext ctx,
Iterable<CommandArgument> allArgs,
int index) |
protected CommandLineCompleter |
OperationRequestCompleter.getValueCompleter(CommandContext ctx,
Iterable<CommandArgument> allArgs,
String argName) |
Modifier and Type | Method and Description |
---|---|
List<CommandArgument> |
DefaultOperationCandidatesProvider.getProperties(CommandContext ctx,
String operationName,
OperationRequestAddress address) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.