| Package | Description |
|---|---|
| org.jboss.as.cli | |
| org.jboss.as.cli.handlers | |
| org.jboss.as.cli.handlers.jca | |
| org.jboss.as.cli.impl | |
| org.jboss.as.cli.operation | |
| org.jboss.as.cli.operation.impl |
| Modifier and Type | Method and Description |
|---|---|
CommandArgument |
CommandHandler.getArgument(CommandContext ctx,
String name)
Returns command argument declared by the command handler
corresponding to the argument name.
|
| 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 |
|---|---|
CommandArgument |
GenericTypeOperationHandler.getArgument(CommandContext ctx,
String name) |
CommandArgument |
OperationRequestHandler.getArgument(CommandContext ctx,
String name) |
CommandArgument |
VersionHandler.getArgument(CommandContext ctx,
String name) |
CommandArgument |
CommandHandlerWithArguments.getArgument(CommandContext ctx,
String name) |
CommandArgument |
ResourceCompositeOperationHandler.getArgument(CommandContext ctx,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,CommandArgument> |
ResourceCompositeOperationHandler.getAllArguments(CommandContext ctx) |
Collection<CommandArgument> |
GenericTypeOperationHandler.getArguments(CommandContext ctx) |
List<CommandArgument> |
OperationRequestHandler.getArguments(CommandContext ctx) |
List<CommandArgument> |
VersionHandler.getArguments(CommandContext ctx) |
Collection<CommandArgument> |
CommandHandlerWithArguments.getArguments(CommandContext ctx) |
Collection<CommandArgument> |
ResourceCompositeOperationHandler.getArguments(CommandContext ctx) |
protected Map<String,CommandArgument> |
ResourceCompositeOperationHandler.loadArguments(CommandContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericTypeOperationHandler.addArgument(CommandArgument arg) |
void |
BaseOperationCommand.addArgument(CommandArgument arg) |
void |
CommandHandlerWithArguments.addArgument(CommandArgument arg) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,CommandArgument> |
XADataSourceAddCompositeHandler.loadArguments(CommandContext ctx) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RequestParameterArgument |
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentWithoutValue |
class |
ArgumentWithValue |
class |
FileSystemPathArgument |
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 © 2014 JBoss by Red Hat. All rights reserved.