public class ClientCLIConfig extends FileConfiguration
DEFAULT_JMX_PORT, properties| Constructor and Description |
|---|
ClientCLIConfig(ClientCLIConfig c) |
ClientCLIConfig(java.lang.String file) |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getUri() |
void |
setUser(User u) |
java.lang.String |
toString() |
authenticationEnabled, getAccessKey, getAuthenticator, getBoolProperty, getBoundedIntProperty, getIntProperty, getJmxPort, getKeystoreFile, getKeystorePass, getLowerboundedIntProperty, getTruststoreFile, getTruststorePass, getUser, insecure, userAsConfigpublic ClientCLIConfig(java.lang.String file)
throws java.io.IOException,
java.net.URISyntaxException
java.io.IOExceptionjava.net.URISyntaxExceptionpublic ClientCLIConfig(ClientCLIConfig c)
public java.net.URI getUri()
public void setUser(User u)
public java.lang.String toString()
toString in class FileConfiguration