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.
|
void |
CommandLineRedirection.Registration.handle(ParsedCommandLine parsedLine)
Allows to execute the parsed command line as it normally
would be executed w/o the redirection in effect.
|
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.
|
static org.jboss.dmr.ModelNode |
Util.toOperationRequest(CommandContext ctx,
ParsedCommandLine parsedLine) |
Modifier and Type | Method and Description |
---|---|
protected void |
DeploymentOverlayHandler.assertNotPresent(ArgumentWithoutValue arg,
ParsedCommandLine args) |
protected String[] |
DeploymentOverlayHandler.getLinks(ArgumentWithValue linksArg,
ParsedCommandLine args) |
protected void |
ReloadHandler.setBooleanArgument(ParsedCommandLine args,
org.jboss.dmr.ModelNode op,
ArgumentWithValue arg,
String paramName) |
protected void |
ShutdownHandler.setBooleanArgument(ParsedCommandLine args,
org.jboss.dmr.ModelNode op,
ArgumentWithValue arg,
String paramName) |
Modifier and Type | Method and Description |
---|---|
String |
ConditionArgument.getResolvedValue(ParsedCommandLine parsedLine,
boolean required) |
Operation |
ConditionArgument.resolveOperation(ParsedCommandLine parsedLine) |
Modifier and Type | Method and Description |
---|---|
protected void |
ASModuleHandler.addModule(CommandContext ctx,
ParsedCommandLine parsedCmd) |
Modifier and Type | Method and Description |
---|---|
String |
ArgumentWithValue.getOriginalValue(ParsedCommandLine parsedLine,
boolean required)
Returns value as it appeared on the command line with escape sequences
and system properties not resolved.
|
String |
ArgumentWithValue.getResolvedValue(ParsedCommandLine parsedLine,
boolean required)
Calls getOriginalValue(ParsedCommandLine parsedLine, boolean required) and correctly
handles escape sequences and resolves system properties.
|
String |
ArgumentWithoutValue.getValue(ParsedCommandLine args) |
String |
ArgumentWithListValue.getValue(ParsedCommandLine args,
boolean required) |
String |
ArgumentWithoutValue.getValue(ParsedCommandLine args,
boolean required) |
String |
FileSystemPathArgument.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 |
RequestParameterArgument.set(ParsedCommandLine args,
org.jboss.dmr.ModelNode request) |
void |
RequestParamArgWithValue.set(ParsedCommandLine args,
org.jboss.dmr.ModelNode request) |
void |
RequestParamPropertiesArg.set(ParsedCommandLine args,
org.jboss.dmr.ModelNode request) |
void |
RequiredRequestParamArg.set(ParsedCommandLine args,
org.jboss.dmr.ModelNode request) |
Modifier and Type | Method and Description |
---|---|
protected 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 © 2023 JBoss by Red Hat. All rights reserved.