org.zanata.client.commands.glossary.delete
Class GlossaryDeleteCommand
java.lang.Object
org.zanata.client.commands.ConfigurableCommand<GlossaryDeleteOptions>
org.zanata.client.commands.glossary.delete.GlossaryDeleteCommand
- All Implemented Interfaces:
- ZanataCommand
public class GlossaryDeleteCommand
- extends ConfigurableCommand<GlossaryDeleteOptions>
- Author:
- Alex Eng aeng@redhat.com
|
Method Summary |
void |
run()
Executes the command, using the parameters which have been
previously set. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlossaryDeleteCommand
public GlossaryDeleteCommand(GlossaryDeleteOptions opts,
ZanataProxyFactory factory,
IGlossaryResource glossaryResource,
URI uri)
GlossaryDeleteCommand
public GlossaryDeleteCommand(GlossaryDeleteOptions opts)
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.