Uses of Class
gr.uoa.di.madgik.rr.plugins.Plugin.Type

Packages that use Plugin.Type
gr.uoa.di.madgik.rr.plugins   
 

Uses of Plugin.Type in gr.uoa.di.madgik.rr.plugins
 

Fields in gr.uoa.di.madgik.rr.plugins declared as Plugin.Type
protected  Plugin.Type Plugin.type
           
 

Methods in gr.uoa.di.madgik.rr.plugins that return Plugin.Type
 Plugin.Type Plugin.getType()
          Returns the type of the plugin.
static Plugin.Type Plugin.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Plugin.Type[] Plugin.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gr.uoa.di.madgik.rr.plugins with parameters of type Plugin.Type
static void PluginManager.executePluginsOfType(Plugin.Type type, Set<Class<?>> targets)
           
static Map<String,Plugin> PluginManager.getPluginsOfType(Plugin.Type type)
           
 



Copyright © 2012. All Rights Reserved.