org.zanata.client.commands
Interface PublicanPushOptions

All Superinterfaces:
BasicOptions, ConfigurableOptions, ConfigurableProjectOptions
All Known Implementing Classes:
PublicanPushOptionsImpl

Deprecated.

public interface PublicanPushOptions
extends ConfigurableProjectOptions

Author:
Sean Flanigan sflaniga@redhat.com
See Also:
PushOptions

Method Summary
 boolean getCopyTrans()
          Deprecated.  
 boolean getImportPo()
          Deprecated.  
 String getMergeType()
          Deprecated.  
 String getSourceLang()
          Deprecated.  
 File getSrcDir()
          Deprecated.  
 File getSrcDirPot()
          Deprecated.  
 boolean getValidate()
          Deprecated.  
 
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

getSrcDir

File getSrcDir()
Deprecated. 

getSrcDirPot

File getSrcDirPot()
Deprecated. 

getSourceLang

String getSourceLang()
Deprecated. 

getImportPo

boolean getImportPo()
Deprecated. 

getCopyTrans

boolean getCopyTrans()
Deprecated. 

getValidate

boolean getValidate()
Deprecated. 

getMergeType

String getMergeType()
Deprecated. 


Copyright © 2013 Zanata Project. All Rights Reserved.