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.


Method Summary
 boolean getCaseSensitive()
           
 int getChunkSize()
           
 boolean getCopyTrans()
           
 boolean getDefaultExcludes()
           
 boolean getDeleteObsoleteModules()
           
 boolean getExcludeLocaleFilenames()
           
 List<String> getExcludes()
           
 List<String> getFileTypes()
           
 List<String> getIncludes()
           
 String getMergeType()
           
 PushPullType getPushType()
           
 String getSourceLang()
           
 String getValidate()
           
 
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.ConfigurableProjectOptions
getLocaleMapList, getProj, getProjectConfig, getProjectType, getProjectVersion, setLocaleMapList, setProj, setProjectConfig, setProjectType, setProjectVersion
 
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
 

Method Detail

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.