org.zanata.client.commands
Class PublicanPullOptionsImpl
java.lang.Object
org.zanata.client.commands.BasicOptionsImpl
org.zanata.client.commands.ConfigurableOptionsImpl
org.zanata.client.commands.ConfigurableProjectOptionsImpl
org.zanata.client.commands.PublicanPullOptionsImpl
- All Implemented Interfaces:
- BasicOptions, ConfigurableOptions, ConfigurableProjectOptions, PublicanPullOptions
Deprecated.
public class PublicanPullOptionsImpl
- extends ConfigurableProjectOptionsImpl
- implements PublicanPullOptions
- Author:
- Sean Flanigan sflaniga@redhat.com
- See Also:
PullOptions
| 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.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 |
PublicanPullOptionsImpl
public PublicanPullOptionsImpl()
- Deprecated.
initCommand
public ZanataCommand initCommand()
- Deprecated.
- Specified by:
initCommand in interface BasicOptions
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:
setDstDir
public void setDstDir(File dstDir)
- Deprecated.
- Specified by:
setDstDir in interface PublicanPullOptions
getDstDir
public File getDstDir()
- Deprecated.
- Specified by:
getDstDir in interface PublicanPullOptions
setDstDirPot
public void setDstDirPot(File dstDirPot)
- Deprecated.
- Specified by:
setDstDirPot in interface PublicanPullOptions
getDstDirPot
public File getDstDirPot()
- Deprecated.
- Specified by:
getDstDirPot in interface PublicanPullOptions
getExportPot
public boolean getExportPot()
- Deprecated.
- Specified by:
getExportPot in interface PublicanPullOptions
setExportPot
public void setExportPot(boolean exportPot)
- Deprecated.
- Specified by:
setExportPot in interface PublicanPullOptions
Copyright © 2013 Zanata Project. All Rights Reserved.