Class BackofficeModulesEnumeration

  • All Implemented Interfaces:
    com.hybris.cockpitng.modules.ModulesEnumeration, java.util.Enumeration<com.hybris.cockpitng.core.modules.ModuleInfo>
    Direct Known Subclasses:
    BackofficeLibraryFetcher

    public class BackofficeModulesEnumeration
    extends java.lang.Object
    implements com.hybris.cockpitng.modules.ModulesEnumeration
    Platform extensions with backoffice nature exposed as cockpit modules enumeration
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.hybris.cockpitng.modules.server.ws.jaxb.CockpitModuleInfo buildModuleInfo​(java.lang.String moduleName)  
      protected java.util.Iterator<com.hybris.cockpitng.modules.server.ws.jaxb.CockpitModuleInfo> createModulesIterator()  
      protected java.net.URI getExtensionModuleUrl​(java.lang.String moduleName)  
      protected java.lang.String getModuleIcon​(java.lang.String moduleName)  
      protected java.lang.String getModulePackage​(java.lang.String moduleName)  
      protected java.util.Iterator<com.hybris.cockpitng.modules.server.ws.jaxb.CockpitModuleInfo> getModulesIterator()  
      boolean hasMoreElements()  
      static boolean isExtensionModuleURI​(java.net.URI moduleSource)  
      com.hybris.cockpitng.core.modules.ModuleInfo nextElement()  
      void reset()  
      protected java.util.Collection<java.lang.String> resolveParentModules​(java.lang.String moduleName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Enumeration

        asIterator
    • Constructor Detail

      • BackofficeModulesEnumeration

        public BackofficeModulesEnumeration()
    • Method Detail

      • hasMoreElements

        public boolean hasMoreElements()
        Specified by:
        hasMoreElements in interface java.util.Enumeration<com.hybris.cockpitng.core.modules.ModuleInfo>
      • nextElement

        public com.hybris.cockpitng.core.modules.ModuleInfo nextElement()
        Specified by:
        nextElement in interface java.util.Enumeration<com.hybris.cockpitng.core.modules.ModuleInfo>
      • reset

        public void reset()
        Specified by:
        reset in interface com.hybris.cockpitng.modules.ModulesEnumeration
      • getModulesIterator

        protected java.util.Iterator<com.hybris.cockpitng.modules.server.ws.jaxb.CockpitModuleInfo> getModulesIterator()
      • createModulesIterator

        protected java.util.Iterator<com.hybris.cockpitng.modules.server.ws.jaxb.CockpitModuleInfo> createModulesIterator()
      • buildModuleInfo

        protected com.hybris.cockpitng.modules.server.ws.jaxb.CockpitModuleInfo buildModuleInfo​(java.lang.String moduleName)
      • getModuleIcon

        protected java.lang.String getModuleIcon​(java.lang.String moduleName)
      • getModulePackage

        protected java.lang.String getModulePackage​(java.lang.String moduleName)
      • resolveParentModules

        protected java.util.Collection<java.lang.String> resolveParentModules​(java.lang.String moduleName)
      • getExtensionModuleUrl

        protected java.net.URI getExtensionModuleUrl​(java.lang.String moduleName)
      • isExtensionModuleURI

        public static boolean isExtensionModuleURI​(java.net.URI moduleSource)