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() |
PushPullType |
getPullType() |
boolean |
getPurgeCache() |
boolean |
getUseCache() |
ZanataCommand |
initCommand() |
boolean |
isContinueAfterError() |
void |
setContinueAfterError(boolean continueAfterError) |
void |
setCreateSkeletons(boolean createSkeletons) |
void |
setEncodeTabs(boolean encodeTabs) |
void |
setIncludeFuzzy(boolean includeFuzzy) |
void |
setLocales(String locales) |
void |
setPullType(String pullType) |
buildFromDocArgument, getAllModules, getCurrentModule, getCurrentModule, getDocNameRegex, getEnableModules, getFromDoc, getLocaleMapList, getModuleSuffix, getSrcDir, getSrcDirParameterName, getTransDir, isDryRun, isRootModule, setDryRun, setFromDoc, setSrcDir, setTransDir
getProj, getProjectConfig, getProjectType, getProjectVersion, setLocaleMapList, setProj, setProjectConfig, setProjectType, setProjectVersion
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
buildFromDocArgument, getAllModules, getCurrentModule, getCurrentModule, getDocNameRegex, getEnableModules, getFromDoc, getModuleSuffix, getSrcDir, getSrcDirParameterName, getTransDir, isDryRun, isRootModule
getLocaleMapList, getProj, getProjectConfig, getProjectType, getProjectVersion, setLocaleMapList, setProj, setProjectConfig, setProjectType, setProjectVersion
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 ZanataCommand initCommand()
initCommand
in interface BasicOptions
public String getCommandName()
BasicOptions
getCommandName
in interface BasicOptions
public String getCommandDescription()
BasicOptions
getCommandDescription
in interface BasicOptions
public void setLocales(String locales)
public PushPullType getPullType()
getPullType
in interface PullOptions
public void setPullType(String pullType)
public boolean getCreateSkeletons()
getCreateSkeletons
in interface PullOptions
public void setCreateSkeletons(boolean createSkeletons)
public boolean getEncodeTabs()
getEncodeTabs
in interface PullOptions
public void setEncodeTabs(boolean encodeTabs)
public boolean getIncludeFuzzy()
getIncludeFuzzy
in interface PullOptions
public void setIncludeFuzzy(boolean includeFuzzy)
public boolean getPurgeCache()
getPurgeCache
in interface PullOptions
public boolean getUseCache()
getUseCache
in interface PullOptions
public void setContinueAfterError(boolean continueAfterError)
public boolean isContinueAfterError()
isContinueAfterError
in interface PullOptions
Copyright © 2014 Zanata Project. All rights reserved.