public class PushOptionsImpl extends AbstractPushPullOptionsImpl<PushOptions> implements PushOptions
locales, PROJECT_TYPE_FILE| Constructor and Description |
|---|
PushOptionsImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCaseSensitive() |
int |
getChunkSize() |
String |
getCommandDescription()
Used to generate CLI usage help.
|
String |
getCommandName()
Used to generate the command line interface and its usage help.
|
boolean |
getCopyTrans() |
boolean |
getDefaultExcludes() |
boolean |
getDeleteObsoleteModules() |
boolean |
getExcludeLocaleFilenames() |
com.google.common.collect.ImmutableList<String> |
getFileTypes() |
String |
getMergeType() |
PushPullType |
getPushType() |
String |
getSourceLang() |
String |
getValidate() |
ZanataCommand |
initCommand() |
boolean |
isCopyTrans() |
boolean |
isMyTrans() |
void |
setCaseSensitive(boolean caseSensitive) |
void |
setChunkSize(int chunkSize) |
void |
setCopyTrans(boolean copyTrans) |
void |
setDefaultExcludes(boolean defaultExcludes) |
void |
setExcludeLocaleFilenames(boolean excludeLocaleFilenames) |
void |
setFileTypes(String fileTypes) |
void |
setLocales(String locales) |
void |
setMergeType(String mergeType) |
void |
setMyTrans(boolean myTrans) |
void |
setPushType(String pushType) |
void |
setSourceLang(String sourceLang) |
void |
setValidate(String validate) |
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, isAuthRequired, 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, isAuthRequired, 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 String getSourceLang()
getSourceLang in interface PushOptionspublic void setSourceLang(String sourceLang)
public void setLocales(String locales)
public boolean getCopyTrans()
getCopyTrans in interface PushOptionspublic boolean isCopyTrans()
public void setCopyTrans(boolean copyTrans)
public String getMergeType()
getMergeType in interface PushOptionspublic void setMergeType(String mergeType)
public PushPullType getPushType()
getPushType in interface PushOptionspublic void setPushType(String pushType)
public boolean getDefaultExcludes()
getDefaultExcludes in interface PushOptionspublic void setDefaultExcludes(boolean defaultExcludes)
public boolean getDeleteObsoleteModules()
getDeleteObsoleteModules in interface PushOptionspublic int getChunkSize()
getChunkSize in interface PushOptionspublic void setChunkSize(int chunkSize)
public com.google.common.collect.ImmutableList<String> getFileTypes()
getFileTypes in interface PushOptionspublic void setFileTypes(String fileTypes)
public boolean getCaseSensitive()
getCaseSensitive in interface PushOptionspublic void setCaseSensitive(boolean caseSensitive)
public boolean getExcludeLocaleFilenames()
getExcludeLocaleFilenames in interface PushOptionspublic void setExcludeLocaleFilenames(boolean excludeLocaleFilenames)
public String getValidate()
getValidate in interface PushOptionspublic void setValidate(String validate)
public boolean isMyTrans()
isMyTrans in interface PushOptionspublic void setMyTrans(boolean myTrans)
Copyright © 2015 Zanata Project. All rights reserved.