org.zanata.client.commands
Class PublicanPushOptionsImpl

java.lang.Object
  extended by org.zanata.client.commands.BasicOptionsImpl
      extended by org.zanata.client.commands.ConfigurableOptionsImpl
          extended by org.zanata.client.commands.ConfigurableProjectOptionsImpl
              extended by org.zanata.client.commands.PublicanPushOptionsImpl
All Implemented Interfaces:
BasicOptions, ConfigurableOptions, ConfigurableProjectOptions, PublicanPushOptions

Deprecated.

public class PublicanPushOptionsImpl
extends ConfigurableProjectOptionsImpl
implements PublicanPushOptions

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

Constructor Summary
PublicanPushOptionsImpl()
          Deprecated.  
 
Method Summary
 String getCommandDescription()
          Deprecated. Used to generate CLI usage help.
 String getCommandName()
          Deprecated. Used to generate the command line interface and its usage help.
 boolean getCopyTrans()
          Deprecated.  
 boolean getImportPo()
          Deprecated.  
 String getMergeType()
          Deprecated.  
 String getSourceLang()
          Deprecated.  
 File getSrcDir()
          Deprecated.  
 File getSrcDirPot()
          Deprecated.  
 boolean getValidate()
          Deprecated.  
 PublicanPushCommand initCommand()
          Deprecated.  
 void setImportPo(boolean importPo)
          Deprecated.  
 void setNoCopyTrans(boolean noCopyTrans)
          Deprecated.  
 void setSourceLang(String sourceLang)
          Deprecated.  
 void setSrcDir(File srcDir)
          Deprecated.  
 void setSrcDirPot(File srcDirPot)
          Deprecated.  
 void setValidate(boolean validate)
          Deprecated.  
 
Methods inherited from class org.zanata.client.commands.ConfigurableProjectOptionsImpl
getLocaleMapList, getProj, getProjectConfig, getProjectType, getProjectVersion, setLocaleMapList, setProj, setProjectConfig, setProjectType, setProjectVersion
 
Methods inherited from class org.zanata.client.commands.ConfigurableOptionsImpl
getKey, getLogHttp, getUrl, getUserConfig, getUsername, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsername
 
Methods inherited from class org.zanata.client.commands.BasicOptionsImpl
getDebug, getErrors, getHelp, getQuiet, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setBatchMode, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
getDebug, getErrors, getHelp, getQuiet, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet
 

Constructor Detail

PublicanPushOptionsImpl

public PublicanPushOptionsImpl()
Deprecated. 
Method Detail

getCommandName

public String getCommandName()
Deprecated. 
Description copied from interface: BasicOptions
Used to generate the command line interface and its usage help. This name should match the Maven Mojo's 'goal' annotation and must match the @SubCommand name in ZanataClient.

Specified by:
getCommandName in interface BasicOptions
Returns:

getCommandDescription

public String getCommandDescription()
Deprecated. 
Description copied from interface: BasicOptions
Used to generate CLI usage help. This description should preferably match the Maven Mojo's Javadoc description.

Specified by:
getCommandDescription in interface BasicOptions
Returns:

initCommand

public PublicanPushCommand initCommand()
Deprecated. 
Specified by:
initCommand in interface BasicOptions

setSrcDir

public void setSrcDir(File srcDir)
Deprecated. 

setSrcDirPot

public void setSrcDirPot(File srcDirPot)
Deprecated. 

setSourceLang

public void setSourceLang(String sourceLang)
Deprecated. 

setImportPo

public void setImportPo(boolean importPo)
Deprecated. 

setValidate

public void setValidate(boolean validate)
Deprecated. 

getValidate

public boolean getValidate()
Deprecated. 
Specified by:
getValidate in interface PublicanPushOptions

getImportPo

public boolean getImportPo()
Deprecated. 
Specified by:
getImportPo in interface PublicanPushOptions

getCopyTrans

public boolean getCopyTrans()
Deprecated. 
Specified by:
getCopyTrans in interface PublicanPushOptions

setNoCopyTrans

public void setNoCopyTrans(boolean noCopyTrans)
Deprecated. 

getSrcDir

public File getSrcDir()
Deprecated. 
Specified by:
getSrcDir in interface PublicanPushOptions

getSrcDirPot

public File getSrcDirPot()
Deprecated. 
Specified by:
getSrcDirPot in interface PublicanPushOptions

getSourceLang

public String getSourceLang()
Deprecated. 
Specified by:
getSourceLang in interface PublicanPushOptions

getMergeType

public String getMergeType()
Deprecated. 
Specified by:
getMergeType in interface PublicanPushOptions


Copyright © 2013 Zanata Project. All Rights Reserved.