public interface CliConfig
Modifier and Type | Method and Description |
---|---|
int |
getConnectionTimeout()
Connection timeout period in milliseconds.
|
String |
getDefaultControllerHost()
The default server controller host to connect to.
|
int |
getDefaultControllerPort()
The default server controller port to connect to.
|
String |
getDefaultControllerProtocol()
The default server controller protocol
|
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.
|
boolean |
isResolveParameterValues()
Whether to resolve system properties specified as command argument
(or operation parameter) values before sending the operation request
to the controller or let the resolution happen on the server side.
|
boolean |
isSilent()
Whether the info or error messages should be written to the terminal output.
|
boolean |
isValidateOperationRequests()
Whether the operation requests should be validated in terms of
addresses, operation names and parameters before they are
sent to the controller for execution.
|
String getDefaultControllerProtocol()
String getDefaultControllerHost()
int getDefaultControllerPort()
boolean isHistoryEnabled()
String getHistoryFileName()
String getHistoryFileDir()
int getHistoryMaxSize()
int getConnectionTimeout()
SSLConfig getSslConfig()
boolean isValidateOperationRequests()
boolean isResolveParameterValues()
boolean isSilent()
Copyright © 2013 JBoss by Red Hat. All rights reserved.