Uses of Interface
org.mycore.frontend.cli.MCRExternalCommandInterface

Packages that use MCRExternalCommandInterface
org.mycore.access.mcrimpl   
org.mycore.backend.hibernate   
org.mycore.frontend.cli   
org.mycore.frontend.indexbrowser   
org.mycore.frontend.redundancy.cli   
org.mycore.frontend.wcms   
org.mycore.services.fieldquery   
org.mycore.services.imaging   
org.mycore.services.migration   
 

Uses of MCRExternalCommandInterface in org.mycore.access.mcrimpl
 

Classes in org.mycore.access.mcrimpl that implement MCRExternalCommandInterface
 class MCRAccessCtrlCommands
          This class provides a set of commands for the org.mycore.access package which can be used by the command line interface.
 

Uses of MCRExternalCommandInterface in org.mycore.backend.hibernate
 

Classes in org.mycore.backend.hibernate that implement MCRExternalCommandInterface
 class MCRHIBCtrlCommands
          This class provides a set of commands for the org.mycore.access package which can be used by the command line interface.
 

Uses of MCRExternalCommandInterface in org.mycore.frontend.cli
 

Classes in org.mycore.frontend.cli that implement MCRExternalCommandInterface
 class MCRAbstractCommands
          This class is an abstract for the implementation of command classes for the MyCoRe commandline system.
 class MCRAccessCommands
          This class provides a set of commands for the org.mycore.access management which can be used by the command line interface.
 class MCRClassification2Commands
          Commands for the classification system.
 class MCRDerivateCommands
          Provides static methods that implement commands for the MyCoRe command line interface.
 class MCRMetsModsCommands
          This class builds a google sitemap containing links to all documents and store them to the webapps directory.
 class MCRObjectCommands
          Provides static methods that implement commands for the MyCoRe command line interface.
 class MCRSearcherCommands
          provides static methods to manipulate MCRSearcher indexes.
 class MCRUserCommands
          This class provides a set of commands for the org.mycore.user management which can be used by the command line interface.
 

Uses of MCRExternalCommandInterface in org.mycore.frontend.indexbrowser
 

Classes in org.mycore.frontend.indexbrowser that implement MCRExternalCommandInterface
 class MCRGoogleSitemapCommands
          This class builds a google sitemap containing links to all documents and store them to the webapps directory.
 

Uses of MCRExternalCommandInterface in org.mycore.frontend.redundancy.cli
 

Classes in org.mycore.frontend.redundancy.cli that implement MCRExternalCommandInterface
 class MCRRedundancyCommands
           
 

Uses of MCRExternalCommandInterface in org.mycore.frontend.wcms
 

Classes in org.mycore.frontend.wcms that implement MCRExternalCommandInterface
 class MCRWCMSMigrationCommands
           
 

Uses of MCRExternalCommandInterface in org.mycore.services.fieldquery
 

Classes in org.mycore.services.fieldquery that implement MCRExternalCommandInterface
 class MCRQueryCommands
          Provides commands to test the query classes using the command line interface
 

Uses of MCRExternalCommandInterface in org.mycore.services.imaging
 

Classes in org.mycore.services.imaging that implement MCRExternalCommandInterface
 class MCRImgCacheCommands
           
 

Uses of MCRExternalCommandInterface in org.mycore.services.migration
 

Classes in org.mycore.services.migration that implement MCRExternalCommandInterface
 class MCRMigrationCommands