|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.jspider.AbstractMKDocPlugin
Abstract base class for MKDoc JSpider plugins.
Field Summary | |
protected net.javacoding.jspider.core.logging.Log |
log
A reference to the logging implementation. |
protected static java.lang.String |
VENDOR
The plugin vendor. |
Constructor Summary | |
AbstractMKDocPlugin()
|
Method Summary | |
static ApplicationContext |
getApplicationContext(net.javacoding.jspider.core.util.config.PropertySet propertySet)
Get the plugin application context. |
java.lang.String |
getVendor()
Get the vendor identifier. |
void |
initialize()
Initialialise the plugin. |
void |
setLog(net.javacoding.jspider.core.logging.Log log)
Change the Log implementation. |
void |
shutdown()
Shut down the plugin. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected net.javacoding.jspider.core.logging.Log log
protected static final java.lang.String VENDOR
Constructor Detail |
public AbstractMKDocPlugin()
Method Detail |
public final java.lang.String getVendor()
public final void setLog(net.javacoding.jspider.core.logging.Log log)
Log
implementation.
log
- The Log
implementation to
substitute, not null
.public void initialize()
Not implemented.
public void shutdown()
Not implemented.
public static final ApplicationContext getApplicationContext(net.javacoding.jspider.core.util.config.PropertySet propertySet)
propertySet
- The property set obtained from the JSpider engine.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |