public interface ConfigurableOptions extends BasicOptions
Modifier and Type | Method and Description |
---|---|
String |
getKey()
API key for accessing the REST API.
|
boolean |
getLogHttp()
Enable HTTP message logging.
|
URL |
getUrl()
Base URL for the server.
|
File |
getUserConfig()
Client configuration file.
|
String |
getUsername()
Username for accessing the REST API.
|
void |
setKey(String key) |
void |
setLogHttp(boolean traceLogging) |
void |
setUrl(URL url) |
void |
setUserConfig(File userConfig) |
void |
setUsername(String username) |
getCommandDescription, getCommandName, getDebug, getErrors, getHelp, getQuiet, initCommand, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet
String getKey()
void setKey(String key)
URL getUrl()
void setUrl(URL url)
File getUserConfig()
void setUserConfig(File userConfig)
String getUsername()
void setUsername(String username)
boolean getLogHttp()
void setLogHttp(boolean traceLogging)
Copyright © 2013 Zanata Project. All Rights Reserved.