public abstract class AbstractCliCommand extends Object implements org.apache.commons.chain.Command
| Constructor and Description |
|---|
AbstractCliCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(org.apache.commons.chain.Context ctx) |
abstract boolean |
perform(CliAppContext ctx) |
public final boolean execute(org.apache.commons.chain.Context ctx)
throws Exception
execute in interface org.apache.commons.chain.CommandExceptionpublic abstract boolean perform(CliAppContext ctx) throws Exception
ExceptionCopyright © 2020 eXo Platform SAS. All Rights Reserved.