|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.blogentis.plugins.AbstractPlugin net.sourceforge.blogentis.xmlrpc.impl.XmlRpcPlugin
This plugin provides
Constructor Summary | |
XmlRpcPlugin()
|
Method Summary | |
java.lang.String |
getDescription()
Get a medium-sized description of the plugin and what its effects are. |
java.lang.String |
getName()
Get the name of the plugin. |
void |
startPlugin()
Start the plugin and cause it to register to all extension points that are not blog-specific. |
void |
stopPlugin()
Clean up any plugin data, as the system is shutting down. |
Methods inherited from class net.sourceforge.blogentis.plugins.AbstractPlugin |
doAddToBlog, doRemoveFromBlog, registerInBlog |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XmlRpcPlugin()
Method Detail |
public java.lang.String getName()
IPlugin
public java.lang.String getDescription()
IPlugin
public void startPlugin()
IPlugin
startPlugin
in interface IPlugin
startPlugin
in class AbstractPlugin
public void stopPlugin()
IPlugin
stopPlugin
in interface IPlugin
stopPlugin
in class AbstractPlugin
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |