public class GlossaryPushOptionsImpl extends ConfigurableGlossaryOptionsImpl implements GlossaryPushOptions
DEFAULT_BATCH_SIZE, DEFAULT_SOURCE_LANG
Constructor and Description |
---|
GlossaryPushOptionsImpl() |
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize() |
String |
getCommandDescription()
Used to generate CLI usage help.
|
String |
getCommandName()
Used to generate the command line interface and its usage help.
|
File |
getFile() |
String |
getTransLang() |
ZanataCommand |
initCommand() |
void |
setBatchSize(int batchSize) |
void |
setFile(File file) |
void |
setTransLang(String transLang) |
getConfig, getProject, setConfig, setProject
getKey, getLogHttp, getUrl, getUserConfig, getUsername, isAuthRequired, 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
getConfig, getProject, setConfig, setProject
getKey, getLogHttp, getUrl, getUserConfig, getUsername, isAuthRequired, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsername
getCommandHooks, getDebug, getErrors, getHelp, getQuiet, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setCommandHooks, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet
public void setFile(File file)
public void setTransLang(String transLang)
public void setBatchSize(int batchSize)
public File getFile()
getFile
in interface GlossaryPushOptions
public String getTransLang()
getTransLang
in interface GlossaryPushOptions
public int getBatchSize()
getBatchSize
in interface GlossaryPushOptions
public ZanataCommand initCommand()
initCommand
in interface BasicOptions
public String getCommandName()
BasicOptions
getCommandName
in interface BasicOptions
public String getCommandDescription()
BasicOptions
getCommandDescription
in interface BasicOptions
Copyright © 2017 Zanata Project. All rights reserved.