| Modifier and Type | Class and Description |
|---|---|
class |
CliInitializationException |
class |
CommandFormatException |
static class |
CommandRegistry.RegisterHandlerException |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandContext.connectController()
Connects the controller client using the default controller definition.
|
void |
CommandContext.connectController(String controller)
Connects to the controller specified.
|
void |
CommandContext.connectController(String host,
int port)
Deprecated.
Use
CommandContext.connectController(String) instead. |
void |
CommandContext.connectController(String controller,
String clientAddress)
Connects to the controller specified.
|
void |
AwaiterModelControllerClient.ensureConnected(long timeoutMillis) |
org.jboss.dmr.ModelNode |
CommandContext.execute(org.jboss.dmr.ModelNode mn,
String description)
Execute an operation.
|
org.jboss.dmr.ModelNode |
CommandContext.execute(Operation op,
String description)
Execute an operation.
|
static List<String> |
Util.getServerGroupsReferencingDeployment(String deploymentName,
ModelControllerClient client) |
static List<String> |
Util.getServerGroupsReferencingOverlay(String overlayName,
ModelControllerClient client) |
void |
CommandHandler.handle(CommandContext ctx)
Executes the command.
|
void |
CommandLineRedirection.handle(CommandContext ctx)
As the user enters a new command line, the command line is parsed
and, if there were no parsing errors, this method is invoked.
|
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.
|
void |
CommandContext.handle(String line)
Executes a command or an operation.
|
static boolean |
Util.isValidPath(ModelControllerClient client,
String... node) |
void |
CommandRegistry.registerHandler(CommandHandler handler,
String... names) |
void |
CommandContext.registerRedirection(CommandLineRedirection redirection)
After this method returns command line handling will be redirected to
the passed in CommandLineRedirection instance.
|
ControllerAddress |
ControllerAddressResolver.resolveAddress(String controller) |
void |
CommandContext.setVariable(String name,
String value)
Initializes a variable with the given name with the given value.
|
void |
CommandLineRedirection.Registration.unregister()
Redirection can be stopped by invoking this method.
|
| Modifier and Type | Method and Description |
|---|---|
static AtomicReference<EmbeddedProcessLaunch> |
EmbeddedControllerHandlerRegistrar.registerEmbeddedCommands(CommandRegistry commandRegistry,
CommandContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jboss.dmr.ModelNode |
DeploymentOverlayHandler.add(CommandContext ctx,
boolean stream) |
protected void |
DeploymentOverlayHandler.addAddRedeployLinksSteps(CommandContext ctx,
org.jboss.dmr.ModelNode steps,
String overlay,
String serverGroup,
String[] links,
boolean regexp) |
protected void |
PrefixHandler.assertValid(CommandContext ctx,
OperationRequestAddress addr) |
void |
CommandHandlerWithHelp.displayHelp(CommandContext ctx) |
protected void |
UnsetVariableHandler.doHandle(CommandContext ctx) |
protected void |
BaseOperationCommand.doHandle(CommandContext ctx) |
protected void |
CommandCommandHandler.doHandle(CommandContext ctx) |
protected void |
SetVariableHandler.doHandle(CommandContext ctx) |
protected void |
CommandTimeoutHandler.doHandle(CommandContext ctx) |
protected void |
PrefixHandler.doHandle(CommandContext ctx) |
protected void |
ReloadHandler.doHandle(CommandContext ctx) |
protected void |
DeployHandler.doHandle(CommandContext ctx)
Deprecated.
|
protected void |
UndeployHandler.doHandle(CommandContext ctx)
Deprecated.
|
protected void |
ShutdownHandler.doHandle(CommandContext ctx) |
protected void |
ConnectionInfoHandler.doHandle(CommandContext ctx) |
protected void |
ArchiveHandler.doHandle(CommandContext ctx) |
protected abstract void |
CommandHandlerWithHelp.doHandle(CommandContext ctx) |
protected void |
DeploymentOverlayHandler.doHandle(CommandContext ctx) |
protected Iterator<org.jboss.as.cli.handlers.GenericTypeOperationHandler.AttributeDescription> |
GenericTypeOperationHandler.getNodeProperties(CommandContext ctx) |
protected Map<String,ArgumentWithValue> |
ResourceCompositeOperationHandler.getOperationArguments(CommandContext ctx,
String opName) |
org.jboss.dmr.ModelNode |
OperationDescriptionProvider.getOperationDescription(CommandContext ctx) |
protected org.jboss.dmr.ModelNode |
GenericTypeOperationHandler.getOperationDescription(CommandContext ctx,
String operationName) |
protected org.jboss.dmr.ModelNode |
ResourceCompositeOperationHandler.getOperationDescription(CommandContext ctx,
String operationName) |
protected List<String> |
GenericTypeOperationHandler.getSupportedCommands(CommandContext ctx) |
void |
CommandHandlerWithHelp.handle(CommandContext ctx) |
void |
OperationRequestHandler.handle(CommandContext ctx) |
protected void |
BaseOperationCommand.handleAttachedFile(CommandContext ctx,
OperationResponse operationResponse) |
protected void |
BaseOperationCommand.handleResponse(CommandContext ctx,
org.jboss.dmr.ModelNode response,
boolean composite) |
protected void |
LsHandler.handleResponse(CommandContext ctx,
org.jboss.dmr.ModelNode outcome,
boolean composite) |
protected void |
BaseOperationCommand.handleResponse(CommandContext ctx,
OperationResponse response,
boolean composite) |
protected void |
AttachmentHandler.handleResponse(CommandContext ctx,
OperationResponse response,
boolean composite) |
void |
ResponseHandler.handleResponse(org.jboss.dmr.ModelNode step,
OperationResponse response)
Handle the passed step.
|
protected org.jboss.dmr.ModelNode |
ResourceCompositeOperationHandler.initRequest(CommandContext ctx) |
protected boolean |
ShutdownHandler.isLocalHost(ModelControllerClient client,
String host) |
protected org.jboss.dmr.ModelNode |
DeploymentOverlayHandler.link(CommandContext ctx) |
protected void |
DeploymentOverlayHandler.listContent(CommandContext ctx) |
protected void |
DeploymentOverlayHandler.listLinks(CommandContext ctx) |
protected List<String> |
DeploymentOverlayHandler.loadContentFor(ModelControllerClient client,
String overlay) |
protected org.jboss.dmr.ModelNode |
DeploymentOverlayHandler.loadLinkResources(ModelControllerClient client,
String overlay,
String serverGroup) |
protected List<String> |
DeploymentOverlayHandler.loadLinks(ModelControllerClient client,
String overlay,
String serverGroup) |
protected void |
GenericTypeOperationHandler.printHelp(CommandContext ctx) |
protected void |
CommandHandlerWithHelp.printHelp(CommandContext ctx) |
protected void |
GenericTypeOperationHandler.printSupportedCommands(CommandContext ctx) |
protected org.jboss.dmr.ModelNode |
DeploymentOverlayHandler.redeployAffected(CommandContext ctx) |
protected org.jboss.dmr.ModelNode |
DeploymentOverlayHandler.remove(CommandContext ctx) |
protected org.jboss.dmr.ModelNode |
DeploymentOverlayHandler.upload(CommandContext ctx,
boolean stream) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BatchHandler.doHandle(CommandContext ctx) |
protected void |
BatchRunHandler.doHandle(CommandContext ctx) |
protected void |
BatchRunHandler.handleResponse(CommandContext ctx,
org.jboss.dmr.ModelNode response,
boolean composite) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ElseHandler.doHandle(CommandContext ctx) |
protected void |
EndIfHandler.doHandle(CommandContext ctx) |
protected void |
IfHandler.doHandle(CommandContext ctx) |
Object |
Operand.resolveValue(CommandContext ctx,
org.jboss.dmr.ModelNode response) |
Object |
ModelNodePathOperand.resolveValue(CommandContext ctx,
org.jboss.dmr.ModelNode response) |
Object |
StringValueOperand.resolveValue(CommandContext ctx,
org.jboss.dmr.ModelNode response) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
DataSourceAddCompositeHandler.getOperationDescription(CommandContext ctx) |
org.jboss.dmr.ModelNode |
XADataSourceAddCompositeHandler.getOperationDescription(CommandContext ctx) |
protected void |
JDBCDriverInfoHandler.handleResponse(CommandContext ctx,
org.jboss.dmr.ModelNode response,
boolean composite) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ForHandler.doHandle(CommandContext ctx) |
protected void |
DoneHandler.doHandle(CommandContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ASModuleHandler.addModule(CommandContext ctx,
ParsedCommandLine parsedCmd) |
static void |
ASModuleHandler.copy(File source,
File target) |
static org.jboss.staxmapper.XMLExtendedStreamWriter |
ASModuleHandler.create(XMLStreamWriter writer) |
protected void |
ASModuleHandler.deleteRecursively(File file) |
protected void |
ASModuleHandler.doHandle(CommandContext ctx) |
protected File |
ASModuleHandler.getModulePath(File modulesDir,
String moduleName,
String slot) |
protected File |
ASModuleHandler.getModulesDir(CommandContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InstallationReportHandler.handleAttachedFile(CommandContext ctx,
OperationResponse operationResponse) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TryHandler.doHandle(CommandContext ctx) |
protected void |
CatchHandler.doHandle(CommandContext ctx) |
protected void |
FinallyHandler.doHandle(CommandContext ctx) |
protected void |
EndTryHandler.doHandle(CommandContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandContextImpl.connectController() |
void |
CommandExecutor.TimeoutCommandContext.connectController() |
void |
CommandContextImpl.connectController(String controller) |
void |
CommandExecutor.TimeoutCommandContext.connectController(String controller) |
void |
CommandContextImpl.connectController(String host,
int port)
Deprecated.
|
void |
CommandExecutor.TimeoutCommandContext.connectController(String host,
int port) |
void |
CommandContextImpl.connectController(String controller,
String clientAddress) |
void |
CommandExecutor.TimeoutCommandContext.connectController(String controller,
String client) |
void |
CLIModelControllerClient.ensureConnected(long timeoutMillis) |
void |
CommandExecutor.Executable.execute() |
void |
CommandExecutor.execute(CommandHandler handler,
int timeout,
TimeUnit unit) |
org.jboss.dmr.ModelNode |
CommandContextImpl.execute(org.jboss.dmr.ModelNode mn,
String description) |
org.jboss.dmr.ModelNode |
CommandExecutor.TimeoutCommandContext.execute(org.jboss.dmr.ModelNode mn,
String description) |
org.jboss.dmr.ModelNode |
CommandContextImpl.execute(Operation mn,
String description) |
org.jboss.dmr.ModelNode |
CommandExecutor.TimeoutCommandContext.execute(Operation op,
String description) |
void |
CommandContextImpl.handle(String line) |
void |
CommandExecutor.TimeoutCommandContext.handle(String line) |
int[] |
CommandContextImpl.input() |
String |
CommandContextImpl.input(org.aesh.readline.Prompt prompt) |
String |
CommandContextImpl.input(String prompt,
boolean password) |
protected void |
CommandContextImpl.interactionDisabled() |
void |
CommandContextImpl.registerRedirection(CommandLineRedirection redirection) |
void |
CommandExecutor.TimeoutCommandContext.registerRedirection(CommandLineRedirection redirection) |
void |
CommandContextImpl.setVariable(String name,
String value) |
void |
CommandExecutor.TimeoutCommandContext.setVariable(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
org.aesh.command.container.CommandContainer |
CLICommandRegistry.addCommand(org.aesh.command.Command<?> command) |
org.aesh.command.container.CommandContainer |
CLICommandRegistry.addCommand(org.aesh.command.Command<?> command,
Map<String,String> renaming,
boolean thirdparty) |
org.aesh.command.container.CommandContainer |
CLICommandRegistry.addCommand(org.aesh.command.container.CommandContainer container) |
org.aesh.command.container.CommandContainer |
CLICommandRegistry.addThirdPartyCommand(org.aesh.command.Command<?> command,
Map<String,String> renaming) |
void |
AeshCommands.registerExtraCommands() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DeploymentCommand.registerDeploymentCommands(CommandContext ctx,
CLICommandRegistry registry) |
| Modifier and Type | Class and Description |
|---|---|
class |
MissingEndCharacterException |
class |
OperationFormatException |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandSubstitutionException |
class |
UnresolvedExpressionException |
class |
UnresolvedVariableException |
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentValueNotFinishedException |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
FingerprintGenerator.generateFingerprints(X509Certificate cert) |
| Modifier and Type | Method and Description |
|---|---|
BatchCompliantCommand.BatchResponseHandler |
BatchCompliantCommand.buildBatchResponseHandler(CommandContext commandContext,
Attachments attachments) |
void |
BatchCompliantCommand.BatchResponseHandler.handleResponse(org.jboss.dmr.ModelNode step,
OperationResponse response)
Handle the passed step.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.