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 Details

    • AbstractCliCommand

      public AbstractCliCommand()
  • Method Details

    • execute

      public final boolean execute(org.apache.commons.chain.Context ctx) throws Exception
      Specified by:
      execute in interface org.apache.commons.chain.Command
      Throws:
      Exception
    • perform

      public abstract boolean perform(CliAppContext ctx) throws Exception
      Throws:
      Exception