com.mkdoc.jspider
Class AbstractPlugin

java.lang.Object
  extended bycom.mkdoc.jspider.AbstractPlugin
Direct Known Subclasses:
AbstractMKDocPlugin

public abstract class AbstractPlugin
extends java.lang.Object

Abstract base class for JSpider plugins.

Version:
0.1 2004-12-10
Author:
Philip Shaw

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

ABSOLUTE

public static final java.lang.String ABSOLUTE
The absolute file path property name.

Since:
Version 0.1 2004-12-10
See Also:
Constant Field Values

FOLDER

public static final java.lang.String FOLDER
The output file path property name.

Since:
Version 0.1 2004-12-10
See Also:
Constant Field Values

DEFAULT

public static final java.lang.String DEFAULT
The default output folder.

Since:
Version 0.1 2004-12-10
See Also:
Constant Field Values
Constructor Detail

AbstractPlugin

public AbstractPlugin()
Method Detail

initialize

public void initialize()
Initialialise the plugin.

Not implemented.

Since:
Version 0.1 2004-11-26

shutdown

public void shutdown()
Shut down the plugin.

Not implemented.

Since:
Version 0.1 2004-11-26