org.zanata.client.commands.glossary.push
Class GlossaryPushCommand

java.lang.Object
  extended by org.zanata.client.commands.ConfigurableCommand<GlossaryPushOptions>
      extended by org.zanata.client.commands.glossary.push.GlossaryPushCommand
All Implemented Interfaces:
ZanataCommand

public class GlossaryPushCommand
extends ConfigurableCommand<GlossaryPushOptions>

Author:
Alex Eng aeng@redhat.com

Constructor Summary
GlossaryPushCommand(GlossaryPushOptions opts)
           
GlossaryPushCommand(GlossaryPushOptions opts, ZanataProxyFactory factory, IGlossaryResource glossaryResource, URI uri)
           
 
Method Summary
 void run()
          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

GlossaryPushCommand

public GlossaryPushCommand(GlossaryPushOptions opts,
                           ZanataProxyFactory factory,
                           IGlossaryResource glossaryResource,
                           URI uri)

GlossaryPushCommand

public GlossaryPushCommand(GlossaryPushOptions opts)
Method Detail

run

public void run()
         throws Exception
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


Copyright © 2013 Zanata Project. All Rights Reserved.