|
|||||||||||
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.AbstractEventVisitorPlugin | +--com.mkdoc.jspider.ProspectiveSubjectManagerPlugin
Manage RDF store entries during a prospective crawler session.
This initial version just logs the calls to a file to check basic operation.
Field Summary | |
private static java.lang.String |
DESCRIPTION
The plugin description. |
private static java.lang.String |
NAME
The plugin name. |
private static java.lang.String |
VERSION
The plugin version. |
Fields inherited from class com.mkdoc.jspider.AbstractMKDocPlugin |
log, VENDOR |
Constructor Summary | |
ProspectiveSubjectManagerPlugin(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. |
void |
notify(net.javacoding.jspider.api.event.JSpiderEvent event)
Receive notification of a JSpider event. |
Methods inherited from class com.mkdoc.jspider.AbstractEventVisitorPlugin |
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
Methods inherited from class com.mkdoc.jspider.AbstractMKDocPlugin |
getApplicationContext, getVendor, initialize, setLog, shutdown |
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.mod.api.Plugin |
getVendor |
Methods inherited from interface net.javacoding.jspider.api.event.EventSink |
initialize, shutdown |
Field Detail |
private static final java.lang.String DESCRIPTION
private static final java.lang.String NAME
private static final java.lang.String VERSION
Constructor Detail |
public ProspectiveSubjectManagerPlugin(net.javacoding.jspider.core.util.config.PropertySet propertySet)
propertySet
- The configuration property set for
this plugin.Method Detail |
public final void notify(net.javacoding.jspider.api.event.JSpiderEvent event)
notify
in interface net.javacoding.jspider.api.event.EventSink
event
- An event trigger for this plugin.public final java.lang.String getDescription()
getDescription
in interface net.javacoding.jspider.mod.api.Plugin
public final java.lang.String getName()
getName
in interface net.javacoding.jspider.mod.api.Plugin
public final java.lang.String getVersion()
getVersion
in interface net.javacoding.jspider.mod.api.Plugin
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |