Class MCRAbstractCommands

java.lang.Object
org.mycore.frontend.cli.MCRAbstractCommands
All Implemented Interfaces:
MCRExternalCommandInterface
Direct Known Subclasses:
MCRAccessCommands, MCRAccessCtrlCommands, MCRBatchEditorCommands, MCRClassification2Commands, MCRCryptCommands, MCRDerivateCommands, MCRGoogleSitemapCommands, MCRIView2Commands, MCRLoggingCommands, MCRMetsCommands, MCRMODSCommands, MCRObjectCommands, MCRSolrCommands, MCRUserCommands

public abstract class MCRAbstractCommands extends Object implements MCRExternalCommandInterface
This class is an abstract for the implementation of command classes for the MyCoRe commandline system.
Version:
$Revision$ $Date: 2009-07-28 11:32:04 +0200 (Tue, 28 Jul 2009) $
Author:
Jens Kupferschmidt
  • Field Details

  • Constructor Details

    • MCRAbstractCommands

      protected MCRAbstractCommands()
      The constructor.
    • MCRAbstractCommands

      protected MCRAbstractCommands(String displayName)
      Parameters:
      displayName - a human readable name for this collection of commands
  • Method Details