Class AbstractModuleContainer

  • All Implemented Interfaces:
    org.brijframework.container.Container, DefaultContainer, org.brijframework.container.module.ModuleContainer, org.brijframework.lifecycle.Initializer

    public abstract class AbstractModuleContainer
    extends AbstractContainer
    implements org.brijframework.container.module.ModuleContainer
    • Constructor Detail

      • AbstractModuleContainer

        public AbstractModuleContainer()
    • Method Detail

      • loadContainer

        public AbstractModuleContainer loadContainer()
        Specified by:
        loadContainer in interface org.brijframework.container.Container
      • getModuleFactories

        protected LinkedHashSet<Class<? extends org.brijframework.factories.module.ModuleFactory<?,​?>>> getModuleFactories()
      • register

        protected void register​(Class<? extends org.brijframework.factories.module.ModuleFactory<?,​?>> container)
      • getDepandOnSortedFactoryList

        protected LinkedHashSet<Class<? extends org.brijframework.factories.module.ModuleFactory<?,​?>>> getDepandOnSortedFactoryList​(LinkedHashSet<Class<? extends org.brijframework.factories.module.ModuleFactory<?,​?>>> linkedHashSet)
      • getOrderOnSortedFactoryList

        public Iterable<Class<? extends org.brijframework.factories.module.ModuleFactory<?,​?>>> getOrderOnSortedFactoryList​(LinkedHashSet<Class<? extends org.brijframework.factories.module.ModuleFactory<?,​?>>> classList)
      • containsObject

        public boolean containsObject​(Object key)
        Specified by:
        containsObject in interface org.brijframework.container.Container