Uses of Class
org.mycore.frontend.cli.MCRCommand

Packages that use MCRCommand
org.mycore.frontend.cli   
org.mycore.frontend.servlets   
org.mycore.services.fieldquery   
 

Uses of MCRCommand in org.mycore.frontend.cli
 

Fields in org.mycore.frontend.cli with type parameters of type MCRCommand
protected  ArrayList<MCRCommand> MCRAbstractCommands.command
          The array holding all known commands
protected static ArrayList<MCRCommand> MCRCommandLineInterface.knownCommands
          The array holding all known commands
 

Methods in org.mycore.frontend.cli that return types with arguments of type MCRCommand
 ArrayList<MCRCommand> MCRExternalCommandInterface.getPossibleCommands()
          The method return the list of possible commands of this class.
 ArrayList<MCRCommand> MCRAbstractCommands.getPossibleCommands()
          The method return the list of possible commands of this class.
 

Uses of MCRCommand in org.mycore.frontend.servlets
 

Methods in org.mycore.frontend.servlets that return types with arguments of type MCRCommand
protected static List<MCRCommand> MCRWebCLIServlet.getCommands()
           
 

Constructor parameters in org.mycore.frontend.servlets with type arguments of type MCRCommand
MCRWebCLIContainer(List<MCRCommand> knownCommands, HttpSession session)
          Will instantiate this container with a list of supported commands.
 

Uses of MCRCommand in org.mycore.services.fieldquery
 

Methods in org.mycore.services.fieldquery that return types with arguments of type MCRCommand
 ArrayList<MCRCommand> MCRQueryCommands.getPossibleCommands()
          The method returns all available commands.