gr.uoa.di.madgik.rr.plugins
Class PluginManager
java.lang.Object
gr.uoa.di.madgik.rr.plugins.PluginManager
public class PluginManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginManager
public PluginManager()
registerPlugin
public static String registerPlugin(Plugin plugin,
int order)
getPluginsOfType
public static Map<String,Plugin> getPluginsOfType(Plugin.Type type)
getPlugins
public static Map<String,Plugin> getPlugins()
executePluginsOfType
public static void executePluginsOfType(Plugin.Type type,
Set<Class<?>> targets)
throws ResourceRegistryException
- Throws:
ResourceRegistryException
Copyright © 2013. All Rights Reserved.