|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zphinx.spine.plugin.AbstractSpinePlugin
public abstract class AbstractSpinePlugin
AbstractSpinePlugin is a base plugin useful for creating other plugins, a client developer should extend this class when creating a new plugin
Copyright ©Zphinx Software Solutions
| Constructor Summary | |
|---|---|
AbstractSpinePlugin()
Public Constructor |
|
| Method Summary | |
|---|---|
String |
getName()
Gets the name of this plugin |
abstract void |
process(Map map)
The process method acts as a gateway to pass information to this adaptee and a means of providing extra functionality to the framework at initialization. |
void |
setName(String name)
Sets the name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractSpinePlugin()
| Method Detail |
|---|
public String getName()
SpinePlugin
getName in interface SpinePlugin
public abstract void process(Map map)
throws Throwable
SpinePlugin
process in interface SpinePluginmap - The map containing our configuration parameters.
Throwablepublic void setName(String name)
setName in interface SpinePluginname - the name to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||