Package | Description |
---|---|
org.jboss.as.cli | |
org.jboss.as.cli.handlers | |
org.jboss.as.cli.operation |
Modifier and Type | Class and Description |
---|---|
class |
CliInitializationException |
class |
CommandFormatException |
Modifier and Type | Method and Description |
---|---|
void |
CommandContext.connectController()
Connects the controller client using the default host and the port.
|
void |
CommandContext.connectController(String host,
int port)
Connects the controller client using the host and the port.
|
void |
CommandHandler.handle(CommandContext ctx)
Executes the command.
|
void |
CommandContext.handle(String line)
Executes a command or an operation.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
CommandHandlerWithHelp.doHandle(CommandContext ctx) |
protected void |
ConnectHandler.doHandle(CommandContext ctx) |
protected void |
BaseOperationCommand.doHandle(CommandContext ctx) |
void |
OperationRequestHandler.handle(CommandContext ctx) |
void |
CommandHandlerWithHelp.handle(CommandContext ctx) |
Modifier and Type | Class and Description |
---|---|
class |
OperationFormatException |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.