|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mycore.frontend.cli.MCRAbstractCommands
public class MCRAbstractCommands
This class is an abstract for the implementation of command classes for the MyCoRe commandline system.
| Field Summary | |
|---|---|
protected ArrayList<MCRCommand> |
command
The array holding all known commands |
protected static MCRConfiguration |
CONFIG
The configuration instance |
| Constructor Summary | |
|---|---|
protected |
MCRAbstractCommands()
The constrctor. |
| Method Summary | |
|---|---|
ArrayList<MCRCommand> |
getPossibleCommands()
The method return the list of possible commands of this class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final MCRConfiguration CONFIG
protected ArrayList<MCRCommand> command
| Constructor Detail |
|---|
protected MCRAbstractCommands()
| Method Detail |
|---|
public final ArrayList<MCRCommand> getPossibleCommands()
getPossibleCommands in interface MCRExternalCommandInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||