Package | Description |
---|---|
org.jboss.as.cli | |
org.jboss.as.cli.impl | |
org.jboss.as.cli.operation | |
org.jboss.as.cli.operation.impl |
Modifier and Type | Method and Description |
---|---|
ParsedCommandLine |
CommandContext.getParsedCommandLine()
Parsed command line arguments.
|
Modifier and Type | Method and Description |
---|---|
String |
CommandArgument.getValue(ParsedCommandLine args)
Returns the value of the argument specified on the command line.
|
String |
CommandArgument.getValue(ParsedCommandLine args,
boolean required)
Returns the value of the argument specified on the command line.
|
boolean |
CommandArgument.isPresent(ParsedCommandLine args)
Checks whether the argument is present on the command line.
|
boolean |
CommandArgument.isValueComplete(ParsedCommandLine args)
Checks whether the value is specified and complete.
|
Modifier and Type | Method and Description |
---|---|
String |
ArgumentWithoutValue.getValue(ParsedCommandLine args) |
String |
ArgumentWithoutValue.getValue(ParsedCommandLine args,
boolean required) |
String |
ArgumentWithValue.getValue(ParsedCommandLine args,
boolean required) |
boolean |
ArgumentWithoutValue.isPresent(ParsedCommandLine args) |
boolean |
ArgumentWithoutValue.isValueComplete(ParsedCommandLine args) |
boolean |
ArgumentWithValue.isValueComplete(ParsedCommandLine args) |
void |
RequestParamArgWithoutValue.set(ParsedCommandLine args,
org.jboss.dmr.ModelNode request) |
void |
RequiredRequestParamArg.set(ParsedCommandLine args,
org.jboss.dmr.ModelNode request) |
void |
RequestParamPropertiesArg.set(ParsedCommandLine args,
org.jboss.dmr.ModelNode request) |
void |
RequestParameterArgument.set(ParsedCommandLine args,
org.jboss.dmr.ModelNode request) |
void |
RequestParamArgWithValue.set(ParsedCommandLine args,
org.jboss.dmr.ModelNode request) |
Modifier and Type | Method and Description |
---|---|
int |
OperationRequestCompleter.complete(CommandContext ctx,
ParsedCommandLine parsedCmd,
OperationCandidatesProvider candidatesProvider,
String buffer,
int cursor,
List<String> candidates) |
int |
OperationRequestCompleter.complete(CommandContext ctx,
ParsedCommandLine parsedCmd,
String buffer,
int cursor,
List<String> candidates) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCallbackHandler |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.