public interface ZanataCommand
| Modifier and Type | Method and Description |
|---|---|
String |
getDeprecationMessage()
If the command has been deprecated, returns a message (eg a command which replaces the deprecated command).
|
String |
getName()
Returns the command name (eg Maven goal name)
|
boolean |
isDeprecated()
Returns true if the command has been deprecated.
|
void |
run()
Executes the command, using the parameters which have been
previously set.
|
void run()
throws Exception
Exceptionboolean isDeprecated()
String getDeprecationMessage()
String getName()
Copyright © 2012 Zanata Project. All Rights Reserved.