public class GetStatisticsOptionsImpl extends ConfigurableProjectOptionsImpl implements GetStatisticsOptions
Constructor and Description |
---|
GetStatisticsOptionsImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getCommandDescription()
Used to generate CLI usage help.
|
String |
getCommandName()
Used to generate the command line interface and its usage help.
|
String |
getDocumentId() |
String |
getFormat() |
boolean |
getIncludeDetails() |
boolean |
getIncludeWordLevelStats() |
ZanataCommand |
initCommand() |
boolean |
isAuthRequired()
Use to disable check for presence of username and API key before running command.
|
void |
setDocumentId(String documentId) |
void |
setFormat(String format) |
void |
setIncludeDetails(boolean includeDetails) |
void |
setIncludeWordLevelStats(boolean includeWordLevelStats) |
getExcludes, getFileMappingRules, getIncludes, getLocaleMapList, getProj, getProjectConfig, getProjectType, getProjectVersion, getSrcDir, getTransDir, setExcludes, setFileMappingRules, setIncludes, setLocaleMapList, setProj, setProjectConfig, setProjectType, setProjectVersion, setSrcDir, setTransDir
getKey, getLogHttp, getUrl, getUserConfig, getUsername, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsername
getCommandHooks, getDebug, getErrors, getHelp, getQuiet, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setBatchMode, setCommandHooks, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExcludes, getFileMappingRules, getIncludes, getLocaleMapList, getProj, getProjectConfig, getProjectType, getProjectVersion, getSrcDir, getTransDir, setExcludes, setFileMappingRules, setIncludes, setLocaleMapList, setProj, setProjectConfig, setProjectType, setProjectVersion, setSrcDir, setTransDir
getKey, getLogHttp, getUrl, getUserConfig, getUsername, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsername
getCommandHooks, getDebug, getErrors, getHelp, getQuiet, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setCommandHooks, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet
public boolean getIncludeDetails()
getIncludeDetails
in interface GetStatisticsOptions
public void setIncludeDetails(boolean includeDetails)
setIncludeDetails
in interface GetStatisticsOptions
public boolean getIncludeWordLevelStats()
getIncludeWordLevelStats
in interface GetStatisticsOptions
public void setIncludeWordLevelStats(boolean includeWordLevelStats)
setIncludeWordLevelStats
in interface GetStatisticsOptions
public String getFormat()
getFormat
in interface GetStatisticsOptions
public void setFormat(String format)
setFormat
in interface GetStatisticsOptions
public String getDocumentId()
getDocumentId
in interface GetStatisticsOptions
public void setDocumentId(String documentId)
setDocumentId
in interface GetStatisticsOptions
public ZanataCommand initCommand()
initCommand
in interface BasicOptions
public String getCommandName()
BasicOptions
getCommandName
in interface BasicOptions
public String getCommandDescription()
BasicOptions
getCommandDescription
in interface BasicOptions
public boolean isAuthRequired()
ConfigurableOptions
isAuthRequired
in interface ConfigurableOptions
isAuthRequired
in class ConfigurableOptionsImpl
Copyright © 2015 Zanata Project. All rights reserved.