| Package | Description |
|---|---|
| org.jboss.as.cli | |
| org.jboss.as.cli.impl | |
| org.jboss.as.cli.impl.aesh |
| Modifier and Type | Method and Description |
|---|---|
static CommandContextFactory |
CommandContextFactory.getInstance() |
abstract CommandContext |
CommandContextFactory.newCommandContext() |
abstract CommandContext |
CommandContextFactory.newCommandContext(CommandContextConfiguration configuration) |
abstract CommandContext |
CommandContextFactory.newCommandContext(String username,
char[] password) |
abstract CommandContext |
CommandContextFactory.newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password)
Deprecated.
|
abstract CommandContext |
CommandContextFactory.newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password,
boolean initConsole,
int connectionTimeout)
Deprecated.
|
abstract CommandContext |
CommandContextFactory.newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password,
InputStream consoleInput,
OutputStream consoleOutput)
Deprecated.
|
abstract CommandContext |
CommandContextFactory.newCommandContext(String controller,
String username,
char[] password) |
abstract CommandContext |
CommandContextFactory.newCommandContext(String controller,
String username,
char[] password,
boolean disableLocalAuth,
boolean initConsole,
int connectionTimeout)
Deprecated.
|
abstract CommandContext |
CommandContextFactory.newCommandContext(String controller,
String username,
char[] password,
boolean initConsole,
int connectionTimeout)
Deprecated.
|
abstract CommandContext |
CommandContextFactory.newCommandContext(String controller,
String username,
char[] password,
InputStream consoleInput,
OutputStream consoleOutput) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommandContextImpl.initBasicConsole(InputStream consoleInput) |
protected void |
CommandContextImpl.initBasicConsole(InputStream consoleInput,
boolean start) |
CommandContext |
CommandContextFactoryImpl.newCommandContext() |
CommandContext |
CommandContextFactoryImpl.newCommandContext(CommandContextConfiguration configuration) |
CommandContext |
CommandContextFactoryImpl.newCommandContext(String username,
char[] password) |
CommandContext |
CommandContextFactoryImpl.newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password)
Deprecated.
|
CommandContext |
CommandContextFactoryImpl.newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password,
boolean initConsole,
int connectionTimeout)
Deprecated.
|
CommandContext |
CommandContextFactoryImpl.newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password,
InputStream consoleInput,
OutputStream consoleOutput)
Deprecated.
|
CommandContext |
CommandContextFactoryImpl.newCommandContext(String controller,
String username,
char[] password) |
CommandContext |
CommandContextFactoryImpl.newCommandContext(String controller,
String username,
char[] password,
boolean disableLocalAuth,
boolean initConsole,
int connectionTimeout)
Deprecated.
|
CommandContext |
CommandContextFactoryImpl.newCommandContext(String controller,
String username,
char[] password,
boolean initConsole,
int connectionTimeout)
Deprecated.
|
CommandContext |
CommandContextFactoryImpl.newCommandContext(String controller,
String username,
char[] password,
InputStream consoleInput,
OutputStream consoleOutput) |
| Constructor and Description |
|---|
AeshCommands(CommandContextImpl ctx,
OperationCommandContainer op) |
AeshCommands(CommandContextImpl ctx,
ReadlineConsole console,
OperationCommandContainer op) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.