|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object magoffin.matt.ma2.plugin.NoopPlugin
public class NoopPlugin
Plugin implementation that does nothing.
This plugin exists just to be able to test plugin infrastructure.
Constructor Summary | |
---|---|
NoopPlugin()
|
Method Summary | |
---|---|
java.lang.String[] |
getMessageResourceNames()
Get a list of message resource names to register. |
java.lang.Class<? extends Plugin> |
getPluginType()
Return the type of plugin this plugin represents. |
void |
initialize(org.springframework.context.ApplicationContext application)
Initialize the plugin. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoopPlugin()
Method Detail |
---|
public java.lang.Class<? extends Plugin> getPluginType()
Plugin
getPluginType
in interface Plugin
public void initialize(org.springframework.context.ApplicationContext application)
Plugin
initialize
in interface Plugin
application
- the Spring application contextpublic java.lang.String[] getMessageResourceNames()
Plugin
getMessageResourceNames
in interface Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |