public interface CliConfig
Modifier and Type | Method and Description |
---|---|
String |
getDefaultControllerHost()
The default server controller host to connect to.
|
int |
getDefaultControllerPort()
The default server controller port to connect to.
|
String |
getHistoryFileDir()
The directory which contains the command and operation history file.
|
String |
getHistoryFileName()
The name of the command and operation history file.
|
int |
getHistoryMaxSize()
Maximum size of the history log.
|
SSLConfig |
getSslConfig()
The global SSL configuration if it has been defined.
|
boolean |
isHistoryEnabled()
Whether the record the history of executed commands and operations.
|
String getDefaultControllerHost()
int getDefaultControllerPort()
boolean isHistoryEnabled()
String getHistoryFileName()
String getHistoryFileDir()
int getHistoryMaxSize()
SSLConfig getSslConfig()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.