org.zanata.client.commands
Interface PublicanPullOptions

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

Deprecated.

public interface PublicanPullOptions
extends ConfigurableProjectOptions

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

Method Summary
 File getDstDir()
          Deprecated.  
 File getDstDirPot()
          Deprecated.  
 boolean getExportPot()
          Deprecated.  
 void setDstDir(File dstDir)
          Deprecated.  
 void setDstDirPot(File dstDirPot)
          Deprecated.  
 void setExportPot(boolean exportPot)
          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

setDstDir

void setDstDir(File dstDir)
Deprecated. 

setDstDirPot

void setDstDirPot(File dstDirPot)
Deprecated. 

getDstDir

File getDstDir()
Deprecated. 

getDstDirPot

File getDstDirPot()
Deprecated. 

getExportPot

boolean getExportPot()
Deprecated. 

setExportPot

void setExportPot(boolean exportPot)
Deprecated. 


Copyright © 2013 Zanata Project. All Rights Reserved.