org.mycore.frontend.cli
Interface MCRExternalCommandInterface

All Known Implementing Classes:
MCRAbstractCommands, MCRAccessCommands, MCRAccessCtrlCommands, MCRClassification2Commands, MCRDerivateCommands, MCRGoogleSitemapCommands, MCRHIBCtrlCommands, MCRImgCacheCommands, MCRMetsModsCommands, MCRMigrationCommands, MCRObjectCommands, MCRQueryCommands, MCRRedundancyCommands, MCRSearcherCommands, MCRUserCommands, MCRWCMSMigrationCommands

public interface MCRExternalCommandInterface

This interface is designed to incude external application commands.

Version:
$Revision: 13085 $ $Date: 2008-02-06 18:27:24 +0100 (Mi, 06 Feb 2008) $
Author:
Jens Kupferschmidt

Method Summary
 ArrayList<MCRCommand> getPossibleCommands()
          The method return the list of possible commands of this class.
 

Method Detail

getPossibleCommands

ArrayList<MCRCommand> getPossibleCommands()
The method return the list of possible commands of this class. Each command has TWO Strings, a String of the user command syntax and a String of the called method.

Returns:
a command pair RArrayList