Class AbstractModuleFactory

    • Constructor Detail

      • AbstractModuleFactory

        protected AbstractModuleFactory​(String moduleName)
        Create a new instance of AbstractModuleFactory.
        Parameters:
        moduleName - name of the module
    • Method Detail

      • isEnabled

        public final boolean isEnabled()
        Description copied from interface: ModuleFactory
        Get if this module is enabled by system property.
        Specified by:
        isEnabled in interface ModuleFactory
        Returns:
        if this module is enabled
      • getModulePropertyName

        public String getModulePropertyName()
        Description copied from interface: ModuleFactory
        Get the name of the property to enable this module.
        Specified by:
        getModulePropertyName in interface ModuleFactory
        Returns:
        name of the property to enable this module