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(String username,
char[] password) |
abstract CommandContext |
CommandContextFactory.newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password) |
abstract CommandContext |
CommandContextFactory.newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password,
boolean initConsole) |
Modifier and Type | Method and Description |
---|---|
CommandContext |
CommandContextFactoryImpl.newCommandContext() |
CommandContext |
CommandContextFactoryImpl.newCommandContext(String username,
char[] password) |
CommandContext |
CommandContextFactoryImpl.newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password) |
CommandContext |
CommandContextFactoryImpl.newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password,
boolean initConsole) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.