|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.dir.master.contexts.Plugin
public abstract class Plugin
Abstract implementation for service plugins.
| Nested Class Summary | |
|---|---|
class |
Plugin.TypeMapping
|
| Constructor Summary | |
|---|---|
Plugin()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getName()
Returns a human readable name for the plugin. |
abstract java.util.List<? extends Prototyped<?>> |
getProcessors()
Returns the Prototyped processors that should be installed with the plugin. |
java.util.List<Plugin.TypeMapping> |
getTypeMappings()
Returns the type mappings which should be installed with the plugin, if any (default is none). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Plugin()
| Method Detail |
|---|
public abstract java.lang.String getName()
public abstract java.util.List<? extends Prototyped<?>> getProcessors()
Prototyped processors that should be installed with the plugin.
public java.util.List<Plugin.TypeMapping> getTypeMappings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||