Package adams.gui.goe
Class WekaEditorsRegistration.AccessiblePluginManager
- java.lang.Object
-
- weka.core.PluginManager
-
- adams.gui.goe.WekaEditorsRegistration.AccessiblePluginManager
-
- Enclosing class:
- WekaEditorsRegistration
public static class WekaEditorsRegistration.AccessiblePluginManager extends weka.core.PluginManager
For getting access to protected members in the package manager.
-
-
Constructor Summary
Constructors Constructor Description AccessiblePluginManager()
-
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
-
-