| Modifier and Type | Interface and Description |
|---|---|
interface |
OperationCommand |
| Modifier and Type | Method and Description |
|---|---|
CommandHandler |
CommandHandlerProvider.createCommandHandler(CommandContext ctx) |
CommandHandler |
CommandRegistry.getCommandHandler(String command) |
CommandHandler |
CommandRegistry.remove(String cmdName) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandRegistry.registerHandler(CommandHandler handler,
boolean tabComplete,
String... names) |
void |
CommandRegistry.registerHandler(CommandHandler handler,
String... names) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OperationCommandWithDescription |
| Modifier and Type | Class and Description |
|---|---|
class |
ArchiveHandler |
class |
AttachmentHandler |
class |
BaseOperationCommand |
class |
BatchModeCommandHandler |
class |
ClearScreenHandler |
class |
CommandCommandHandler |
class |
CommandHandlerWithArguments |
class |
CommandHandlerWithHelp
Abstract handler that checks whether the argument is '--help', in which case it
tries to locate file [cmd].txt and print its content.
|
class |
CommandTimeoutHandler |
class |
ConnectionInfoHandler |
class |
DeployHandler
Deprecated.
|
class |
DeploymentHandler
Base class for deploy and undeploy handlers containing common code
for these handlers.
|
class |
DeploymentInfoHandler
Deprecated.
|
class |
DeploymentOverlayHandler |
class |
EchoDMRHandler |
class |
EchoVariableHandler |
class |
GenericTypeOperationHandler |
class |
HistoryHandler |
class |
LsHandler |
class |
OperationRequestHandler
The operation request handler.
|
class |
PrefixHandler |
class |
PrintWorkingNodeHandler |
class |
QuitHandler
Quit handler.
|
class |
ReadAttributeHandler |
class |
ReadOperationHandler |
class |
ReloadHandler |
class |
ResourceCompositeOperationHandler
A command that is composed of several operations
performed against the same resource.
|
class |
SetVariableHandler |
class |
ShutdownHandler |
class |
UndeployHandler
Deprecated.
|
class |
UnsetVariableHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchClearHandler |
class |
BatchDiscardHandler |
class |
BatchEditLineHandler |
class |
BatchHandler |
class |
BatchHoldbackHandler |
class |
BatchListHandler |
class |
BatchMoveLineHandler |
class |
BatchRemoveLineHandler |
class |
BatchRunHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
ElseHandler |
class |
EndIfHandler |
class |
IfHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSourceAddCompositeHandler
Command handler that allows to add connection properties while adding the data-source in one composite operation.
|
class |
JDBCDriverInfoHandler |
class |
XADataSourceAddCompositeHandler
Command handler that adds an xa datasource and its xa properties in one composite operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoneHandler |
class |
ForHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
ASModuleHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
InstallationReportHandler
CLI command to download the installation report.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CatchHandler |
class |
EndTryHandler |
class |
FinallyHandler |
class |
TryHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandExecutor.execute(CommandHandler handler,
int timeout,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
CommandHandler |
AeshCommands.CLIExecution.getLegacyHandler() |
CommandHandler |
CLICommandRegistry.remove(String cmdName) |
| Modifier and Type | Method and Description |
|---|---|
void |
CLICommandRegistry.registerHandler(CommandHandler handler,
boolean tabComplete,
String... names) |
| Modifier and Type | Method and Description |
|---|---|
CommandHandler |
LegacyCommandContainer.LegacyCommand.getCommandHandler() |
| Constructor and Description |
|---|
LegacyCommandContainer(CommandContextImpl ctx,
String[] names,
CommandHandler handler) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.