public class PullOptionsImpl extends AbstractPushPullOptionsImpl<PullOptions> implements PullOptions
locales, PROJECT_TYPE_FILE| Constructor and Description |
|---|
PullOptionsImpl() |
| 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.
|
boolean |
getCreateSkeletons() |
boolean |
getEncodeTabs() |
boolean |
getIncludeFuzzy() |
int |
getMinDocPercent() |
PushPullType |
getPullType() |
boolean |
getPurgeCache() |
boolean |
getUseCache() |
ZanataCommand |
initCommand() |
boolean |
isAuthRequired()
Use to disable check for presence of username and API key before running command.
|
boolean |
isContinueAfterError() |
void |
setContinueAfterError(boolean continueAfterError) |
void |
setCreateSkeletons(boolean createSkeletons) |
void |
setEncodeTabs(boolean encodeTabs) |
void |
setIncludeFuzzy(boolean includeFuzzy) |
void |
setLocales(String locales) |
void |
setMinDocPercent(int minDocPercent) |
void |
setPullType(String pullType) |
void |
setPurgeCache(boolean purgeCache) |
void |
setUseCache(boolean useCache) |
buildFromDocArgument, getAllModules, getCurrentModule, getCurrentModule, getDocNameRegex, getEnableModules, getFromDoc, getLocaleMapList, getModuleSuffix, getSrcDirParameterName, isDryRun, isRootModule, setDryRun, setFromDocgetExcludes, getFileMappingRules, getIncludes, getProj, getProjectConfig, getProjectType, getProjectVersion, getSrcDir, getTransDir, setExcludes, setFileMappingRules, setIncludes, setLocaleMapList, setProj, setProjectConfig, setProjectType, setProjectVersion, setSrcDir, setTransDirgetKey, getLogHttp, getUrl, getUserConfig, getUsername, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsernamegetCommandHooks, getDebug, getErrors, getHelp, getQuiet, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setBatchMode, setCommandHooks, setDebug, setErrors, setHelp, setInteractiveMode, setQuietclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildFromDocArgument, getAllModules, getCurrentModule, getCurrentModule, getDocNameRegex, getEnableModules, getFromDoc, getModuleSuffix, getSrcDir, getSrcDirParameterName, getTransDir, isDryRun, isRootModulegetExcludes, getFileMappingRules, getIncludes, getLocaleMapList, getProj, getProjectConfig, getProjectType, getProjectVersion, setExcludes, setFileMappingRules, setIncludes, setLocaleMapList, setProj, setProjectConfig, setProjectType, setProjectVersion, setSrcDir, setTransDirgetKey, getLogHttp, getUrl, getUserConfig, getUsername, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsernamegetCommandHooks, getDebug, getErrors, getHelp, getQuiet, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setCommandHooks, setDebug, setErrors, setHelp, setInteractiveMode, setQuietpublic ZanataCommand initCommand()
initCommand in interface BasicOptionspublic String getCommandName()
BasicOptionsgetCommandName in interface BasicOptionspublic String getCommandDescription()
BasicOptionsgetCommandDescription in interface BasicOptionspublic void setLocales(String locales)
public PushPullType getPullType()
getPullType in interface PullOptionspublic void setPullType(String pullType)
public boolean getCreateSkeletons()
getCreateSkeletons in interface PullOptionspublic void setCreateSkeletons(boolean createSkeletons)
public boolean getEncodeTabs()
getEncodeTabs in interface PullOptionspublic void setEncodeTabs(boolean encodeTabs)
public boolean getIncludeFuzzy()
getIncludeFuzzy in interface PullOptionspublic void setIncludeFuzzy(boolean includeFuzzy)
public boolean getPurgeCache()
getPurgeCache in interface PullOptionspublic boolean getUseCache()
getUseCache in interface PullOptionspublic void setContinueAfterError(boolean continueAfterError)
public boolean isContinueAfterError()
isContinueAfterError in interface PullOptionspublic int getMinDocPercent()
getMinDocPercent in interface PullOptionspublic void setMinDocPercent(int minDocPercent)
public boolean isAuthRequired()
ConfigurableOptionsisAuthRequired in interface ConfigurableOptionsisAuthRequired in class ConfigurableOptionsImplpublic void setUseCache(boolean useCache)
public void setPurgeCache(boolean purgeCache)
Copyright © 2016 Zanata Project. All rights reserved.