com.mkdoc.jspider
Class AbstractLocalStoreWriterPlugin

java.lang.Object
  extended bycom.mkdoc.jspider.AbstractPlugin
      extended bycom.mkdoc.jspider.AbstractMKDocPlugin
          extended bycom.mkdoc.jspider.AbstractRdfPlugin
              extended bycom.mkdoc.jspider.AbstractStoreWriterPlugin
                  extended bycom.mkdoc.jspider.AbstractLocalStoreWriterPlugin
All Implemented Interfaces:
net.javacoding.jspider.api.event.EventSink, net.javacoding.jspider.spi.Plugin
Direct Known Subclasses:
MetaStorePlugin, XhtmlStoreWriterPlugin

public abstract class AbstractLocalStoreWriterPlugin
extends AbstractStoreWriterPlugin

Base class for Sesame local repostory plugins.

Version:
0.1 2005-03-29
Author:
Philip Shaw

Field Summary
 
Fields inherited from class com.mkdoc.jspider.AbstractStoreWriterPlugin
repository
 
Fields inherited from class com.mkdoc.jspider.AbstractRdfPlugin
schema
 
Fields inherited from class com.mkdoc.jspider.AbstractMKDocPlugin
baseDir, log, outputDir, VENDOR
 
Fields inherited from class com.mkdoc.jspider.AbstractPlugin
ABSOLUTE, DEFAULT, FOLDER
 
Constructor Summary
AbstractLocalStoreWriterPlugin()
           
 
Method Summary
 void initialize()
          Initialize the RDF repository.
 void shutdown()
          Shut down the plugin and save the repository.
 
Methods inherited from class com.mkdoc.jspider.AbstractStoreWriterPlugin
addResource, getContentHandler, notify
 
Methods inherited from class com.mkdoc.jspider.AbstractRdfPlugin
loadCustomSchema
 
Methods inherited from class com.mkdoc.jspider.AbstractMKDocPlugin
configureOutput, createDirectories, getVendor, includesFile, setLog, trimExtension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.javacoding.jspider.spi.Plugin
getDescription, getName, getVendor, getVersion
 

Constructor Detail

AbstractLocalStoreWriterPlugin

public AbstractLocalStoreWriterPlugin()
Method Detail

initialize

public final void initialize()
Initialize the RDF repository.

Specified by:
initialize in interface net.javacoding.jspider.api.event.EventSink
Overrides:
initialize in class AbstractPlugin
Since:
Version 0.1 2005-03-21

shutdown

public final void shutdown()
Shut down the plugin and save the repository.

Specified by:
shutdown in interface net.javacoding.jspider.api.event.EventSink
Overrides:
shutdown in class AbstractPlugin
Since:
Version 0.1 2005-03-21