|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mkdoc.jspider.AbstractPlugin
Abstract base class for JSpider plugins.
Field Summary | |
static java.lang.String |
ABSOLUTE
The absolute file path property name. |
static java.lang.String |
DEFAULT
The default output folder. |
static java.lang.String |
FOLDER
The output file path property name. |
Constructor Summary | |
AbstractPlugin()
|
Method Summary | |
void |
initialize()
Initialialise the plugin. |
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 |
public static final java.lang.String ABSOLUTE
public static final java.lang.String FOLDER
public static final java.lang.String DEFAULT
Constructor Detail |
public AbstractPlugin()
Method Detail |
public void initialize()
Not implemented.
public void shutdown()
Not implemented.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |