Package | Description |
---|---|
org.jboss.as.cli | |
org.jboss.as.cli.impl |
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 |
---|---|
static Console |
Console.Factory.getConsole(CommandContext ctx,
InputStream is,
OutputStream os,
org.jboss.aesh.console.settings.Settings settings) |
static Console |
Console.Factory.getConsole(CommandContext ctx,
org.jboss.aesh.console.settings.Settings settings) |
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) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.