public abstract class CommandContextFactory extends Object
Modifier | Constructor and Description |
---|---|
protected |
CommandContextFactory() |
Modifier and Type | Method and Description |
---|---|
static CommandContextFactory |
getInstance() |
abstract CommandContext |
newCommandContext() |
abstract CommandContext |
newCommandContext(String username,
char[] password) |
abstract CommandContext |
newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password) |
abstract CommandContext |
newCommandContext(String controllerHost,
int controllerPort,
String username,
char[] password,
boolean initConsole) |
public static CommandContextFactory getInstance() throws CliInitializationException
CliInitializationException
public abstract CommandContext newCommandContext() throws CliInitializationException
CliInitializationException
public abstract CommandContext newCommandContext(String username, char[] password) throws CliInitializationException
CliInitializationException
public abstract CommandContext newCommandContext(String controllerHost, int controllerPort, String username, char[] password) throws CliInitializationException
CliInitializationException
public abstract CommandContext newCommandContext(String controllerHost, int controllerPort, String username, char[] password, boolean initConsole) throws CliInitializationException
CliInitializationException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.