org.zanata.client.commands.push
Interface PushOptions
- All Superinterfaces:
- BasicOptions, ConfigurableOptions, ConfigurableProjectOptions, PushPullOptions
- All Known Implementing Classes:
- PushOptionsImpl
public interface PushOptions
- extends PushPullOptions
Push options for documents that are parsed on the client and transmitted as a
Resource or TranslationsResource.
| Methods inherited from interface org.zanata.client.commands.PushPullOptions |
buildFromDocArgument, getAllModules, getCurrentModule, getCurrentModule, getDocNameRegex, getEnableModules, getFromDoc, getModuleSuffix, getSrcDir, getSrcDirParameterName, getTransDir, isDryRun, isRootModule |
| Methods inherited from interface org.zanata.client.commands.ConfigurableOptions |
getKey, getLogHttp, getUrl, getUserConfig, getUsername, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsername |
| Methods inherited from interface org.zanata.client.commands.BasicOptions |
getCommandDescription, getCommandName, getDebug, getErrors, getHelp, getQuiet, initCommand, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet |
getSourceLang
String getSourceLang()
getPushType
PushPullType getPushType()
getMergeType
String getMergeType()
getIncludes
List<String> getIncludes()
getExcludes
List<String> getExcludes()
getCaseSensitive
boolean getCaseSensitive()
getExcludeLocaleFilenames
boolean getExcludeLocaleFilenames()
getDefaultExcludes
boolean getDefaultExcludes()
getDeleteObsoleteModules
boolean getDeleteObsoleteModules()
getCopyTrans
boolean getCopyTrans()
getChunkSize
int getChunkSize()
getFileTypes
List<String> getFileTypes()
getValidate
String getValidate()
Copyright © 2013 Zanata Project. All Rights Reserved.