| Package | Description |
|---|---|
| gr.uoa.di.madgik.rr.plugins |
| Modifier and Type | Field and Description |
|---|---|
protected Plugin.Type |
Plugin.type |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PluginManager.executePluginsOfType(Plugin.Type type,
Set<Class<?>> targets) |
static Map<String,Plugin> |
PluginManager.getPluginsOfType(Plugin.Type type) |
Copyright © 2014. All Rights Reserved.