|
|||||||||||
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.RdfStoreWriterPlugin
A plugin for adding native RDF documents to a repository.
manager
com.mkdoc.store.StoreManager
implementation,
required. May be
com.mkdoc.store.LocalStoreManager
or
com.mkdoc.store.DatabaseStoreManager
, for example.
output.absolute
output.folder
output
directory beneath the JSpider installation directory is assumed.
profile
com.mkdoc.schema.ApplicationProfile
implementation to
override the default Dublin Core profile.
Field Summary | |
protected StoreManager |
manager
A reference to a StoreManager store interface. |
Fields inherited from class com.mkdoc.jspider.AbstractRdfPlugin |
profile |
Fields inherited from class com.mkdoc.jspider.AbstractMKDocPlugin |
log, VENDOR |
Constructor Summary | |
RdfStoreWriterPlugin(net.javacoding.jspider.core.util.config.PropertySet propertySet)
Obtain the output configuration. |
Method Summary | |
java.lang.String |
getDescription()
Get the plugin description. |
java.lang.String |
getName()
Get the plugin name. |
java.lang.String |
getVersion()
Get the plugin version. |
protected void |
parse(java.io.InputStream inStream,
java.net.URL url)
Add a resource to the repository from an input stream. |
void |
shutdown()
Shut down the plugin. |
Methods inherited from class com.mkdoc.jspider.AbstractRdfPlugin |
configureHandler, loadApplicationProfile, notify |
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 |
getVendor |
Methods inherited from interface net.javacoding.jspider.api.event.EventSink |
initialize, notify |
Field Detail |
protected StoreManager manager
StoreManager
store interface.
Constructor Detail |
public RdfStoreWriterPlugin(net.javacoding.jspider.core.util.config.PropertySet propertySet)
propertySet
- The configuration property set for
this plugin.Method Detail |
protected final void parse(java.io.InputStream inStream, java.net.URL url)
parse
in class AbstractRdfPlugin
inStream
- The input stream source for the metadata.url
- The URL of the source document.public final void shutdown()
shutdown
in interface net.javacoding.jspider.api.event.EventSink
shutdown
in class AbstractMKDocPlugin
public final java.lang.String getDescription()
getDescription
in interface net.javacoding.jspider.spi.Plugin
public final java.lang.String getName()
getName
in interface net.javacoding.jspider.spi.Plugin
public final java.lang.String getVersion()
getVersion
in interface net.javacoding.jspider.spi.Plugin
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |