org.zanata.client.commands
Class PublicanPushCommand

java.lang.Object
  extended by org.zanata.client.commands.ConfigurableCommand<O>
      extended by org.zanata.client.commands.ConfigurableProjectCommand<PublicanPushOptions>
          extended by org.zanata.client.commands.PublicanPushCommand
All Implemented Interfaces:
ZanataCommand

Deprecated.

public class PublicanPushCommand
extends ConfigurableProjectCommand<PublicanPushOptions>

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

Field Summary
 
Fields inherited from class org.zanata.client.commands.ConfigurableProjectCommand
PROJECT_TYPE_FILE, PROJECT_TYPE_GETTEXT, PROJECT_TYPE_PROPERTIES, PROJECT_TYPE_PUBLICAN, PROJECT_TYPE_UTF8_PROPERTIES, PROJECT_TYPE_XLIFF, PROJECT_TYPE_XML
 
Constructor Summary
PublicanPushCommand(PublicanPushOptions opts)
          Deprecated.  
PublicanPushCommand(PublicanPushOptions opts, ZanataProxyFactory factory, ISourceDocResource sourceDocResource, ITranslatedDocResource translationResources, URI uri)
          Deprecated.  
 
Method Summary
protected  void expectYes(Console console)
          Deprecated.  
protected  String getProjectType()
          Deprecated.  
 void run()
          Deprecated. Executes the command, using the parameters which have been previously set.
 
Methods inherited from class org.zanata.client.commands.ConfigurableCommand
deprecate, getDeprecationMessage, getName, getOpts, getRequestFactory, isDeprecated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicanPushCommand

public PublicanPushCommand(PublicanPushOptions opts,
                           ZanataProxyFactory factory,
                           ISourceDocResource sourceDocResource,
                           ITranslatedDocResource translationResources,
                           URI uri)
Deprecated. 

PublicanPushCommand

public PublicanPushCommand(PublicanPushOptions opts)
Deprecated. 
Method Detail

getProjectType

protected String getProjectType()
Deprecated. 
Overrides:
getProjectType in class ConfigurableProjectCommand<PublicanPushOptions>

run

public void run()
         throws Exception
Deprecated. 
Description copied from interface: ZanataCommand
Executes the command, using the parameters which have been previously set. This method must be called after initConfig().

Throws:
Exception

expectYes

protected void expectYes(Console console)
                  throws IOException
Deprecated. 
Throws:
IOException


Copyright © 2013 Zanata Project. All Rights Reserved.