Class CommandService


  • public class CommandService
    extends Object
    Created by The eXo Platform SAS.
    Version:
    $Id: CommandService.java 12832 2007-02-15 12:41:32Z geaz $
    Author:
    Gennady Azarenkov
    • Field Detail

      • catalogFactory

        protected org.apache.commons.chain.CatalogFactory catalogFactory
      • digester

        protected org.apache.commons.digester.Digester digester
    • Constructor Detail

      • CommandService

        public CommandService()
    • Method Detail

      • addPlugin

        public void addPlugin​(org.exoplatform.container.component.ComponentPlugin plugin)
      • getCatalog

        public org.apache.commons.chain.Catalog getCatalog()
        Returns:
        default catalog
      • getCatalog

        public org.apache.commons.chain.Catalog getCatalog​(String name)
        Parameters:
        name -
        Returns:
        named catalog
      • getCatalogNames

        public Iterator getCatalogNames()
        Returns:
        iterator of catalog names. default catalog is not listed here!