|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurableOptions
Base options for commands which supports configuration by the user's zanata.ini
| Method Summary | |
|---|---|
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. |
boolean |
isDisableSSLCert()
Disable SSL certificate verification when connecting to Zanata host by https. |
void |
setDisableSSLCert(boolean disableSSLCert)
|
void |
setKey(String key)
|
void |
setLogHttp(boolean traceLogging)
|
void |
setUrl(URL url)
|
void |
setUserConfig(File userConfig)
|
void |
setUsername(String username)
|
| Methods inherited from interface org.zanata.client.commands.BasicOptions |
|---|
getCommandDescription, getCommandName, getDebug, getErrors, getHelp, getQuiet, initCommand, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet |
| Method Detail |
|---|
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)
boolean isDisableSSLCert()
void setDisableSSLCert(boolean disableSSLCert)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||