Package adams.gui.goe

Class WekaEditorsRegistration.AccessiblePluginManager

  • Enclosing class:
    WekaEditorsRegistration

    public static class WekaEditorsRegistration.AccessiblePluginManager
    extends weka.core.PluginManager
    For getting access to protected members in the package manager.
    • Field Summary

      • Fields inherited from class weka.core.PluginManager

        DISABLED, PLUGINS, RESOURCE_OWNER_PACKAGE, RESOURCES
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Set<String> getDisabled()
      Returns the disabled plugins.
      static Map<String,​Map<String,​String>> getPlugins()
      Returns the plugins.
      static Map<String,​Map<String,​String>> getResources()
      Returns the resources.
      • Methods inherited from class weka.core.PluginManager

        addFromProperties, addFromProperties, addFromProperties, addFromProperties, addFromProperties, addFromProperties, addFromProperties, addFromProperties, addFromProperties, addFromProperties, addFromProperties, addFromProperties, addPlugin, addPlugin, addPluginResource, addPluginResource, addPluginResourcesFromProperty, addPluginResourcesFromProperty, addToDisabledList, addToDisabledList, getPluginInstance, getPluginNamesOfType, getPluginNamesOfTypeList, getPluginResourceAsStream, getResourcesWithGroupID, isInDisabledList, numResourcesForWithGroupID, pluginRegistered, removeFromDisabledList, removeFromDisabledList, removePlugin, removePlugins
    • Constructor Detail

      • AccessiblePluginManager

        public AccessiblePluginManager()
    • Method Detail

      • getPlugins

        public static Map<String,​Map<String,​String>> getPlugins()
        Returns the plugins.
        Returns:
        the plugins
      • getResources

        public static Map<String,​Map<String,​String>> getResources()
        Returns the resources.
        Returns:
        the resources
      • getDisabled

        public static Set<String> getDisabled()
        Returns the disabled plugins.
        Returns:
        the disabled plugins