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 |
runWithActions()
Executes before-actions, the command, then after-actions.
|
void runWithActions() throws Exception
Exception
org.zanata.client.config.CommandHook}
boolean isDeprecated()
String getDeprecationMessage()
String getName()
Copyright © 2017 Zanata Project. All rights reserved.