|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.jspider.AbstractMKDocPlugin | +--com.mkdoc.jspider.AbstractRdfPlugin | +--com.mkdoc.jspider.AbstractFileStoreManagerPlugin
Base class for RDF plugins that use a Manager store interface.
Field Summary | |
protected FileStoreManager |
manager
A reference to a Manager store interface. |
Fields inherited from class com.mkdoc.jspider.AbstractRdfPlugin |
profile |
Fields inherited from class com.mkdoc.jspider.AbstractMKDocPlugin |
log, VENDOR |
Constructor Summary | |
AbstractFileStoreManagerPlugin()
|
Method Summary | |
protected abstract RdfContentHandler |
getContentHandler(FileStoreManager manager,
java.net.URL url)
Get a pre-configured content handler. |
void |
shutdown()
Shut down the plugin. |
Methods inherited from class com.mkdoc.jspider.AbstractRdfPlugin |
configureHandler, loadApplicationProfile, notify, parse |
Methods inherited from class com.mkdoc.jspider.AbstractMKDocPlugin |
getApplicationContext, getVendor, initialize, setLog |
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 |
Methods inherited from interface net.javacoding.jspider.api.event.EventSink |
initialize, notify |
Field Detail |
protected FileStoreManager manager
Manager
store interface.
Constructor Detail |
public AbstractFileStoreManagerPlugin()
Method Detail |
protected abstract RdfContentHandler getContentHandler(FileStoreManager manager, java.net.URL url)
manager
- A manager interface the content handler will
write the document metadata to.url
- An initial URI subject.
RdfContentHandler
instance with custom
Schema
if configured.public final void shutdown()
shutdown
in interface net.javacoding.jspider.api.event.EventSink
shutdown
in class AbstractMKDocPlugin
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |