Class AbstractCliCommand
- java.lang.Object
-
- org.exoplatform.frameworks.jcr.cli.AbstractCliCommand
-
- All Implemented Interfaces:
org.apache.commons.chain.Command
- Direct Known Subclasses:
AddNodeCommand,CopyNodeCommand,GetContextInfoCommand,GetItemCommand,GetNodeCommand,GetNodesCommand,GetPropertiesCommand,GetPropertyCommand,HelpCommand,LoginCommand,MoveNodeCommand,RemoveItemCommand,SetPropertyCommand
public abstract class AbstractCliCommand extends Object implements org.apache.commons.chain.Command
Created by The eXo Platform SAS .- Version:
- $Id: $
- Author:
- Gennady Azarenkov
-
-
Constructor Summary
Constructors Constructor Description AbstractCliCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanexecute(org.apache.commons.chain.Context ctx)abstract booleanperform(CliAppContext ctx)
-
-
-
Method Detail
-
execute
public final boolean execute(org.apache.commons.chain.Context ctx) throws Exception- Specified by:
executein interfaceorg.apache.commons.chain.Command- Throws:
Exception
-
perform
public abstract boolean perform(CliAppContext ctx) throws Exception
- Throws:
Exception
-
-