org.zanata.client.commands
Class PutProjectCommand

java.lang.Object
  extended by org.zanata.client.commands.ConfigurableCommand<PutProjectOptions>
      extended by org.zanata.client.commands.PutProjectCommand
All Implemented Interfaces:
ZanataCommand

public class PutProjectCommand
extends ConfigurableCommand<PutProjectOptions>

Author:
Sean Flanigan

Constructor Summary
PutProjectCommand(PutProjectOptions opts)
           
 
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

PutProjectCommand

public PutProjectCommand(PutProjectOptions opts)
Method Detail

run

public void run()
         throws JAXBException,
                URISyntaxException,
                IOException,
                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:
JAXBException
URISyntaxException
IOException
Exception


Copyright © 2013 Zanata Project. All Rights Reserved.