org.zanata.client.commands.glossary.push
Interface GlossaryPushOptions

All Superinterfaces:
BasicOptions, ConfigurableOptions, ConfigurableProjectOptions

public interface GlossaryPushOptions
extends ConfigurableProjectOptions


Method Summary
 int getBatchSize()
           
 List<String> getCommentCols()
           
 File getGlossaryFile()
           
 String getSourceLang()
           
 String getTransLang()
           
 boolean getTreatSourceCommentsAsTarget()
           
 
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

getGlossaryFile

File getGlossaryFile()

getSourceLang

String getSourceLang()

getTransLang

String getTransLang()

getBatchSize

int getBatchSize()

getTreatSourceCommentsAsTarget

boolean getTreatSourceCommentsAsTarget()

getCommentCols

List<String> getCommentCols()


Copyright © 2013 Zanata Project. All Rights Reserved.