|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mkdoc.store.FileLogSubjectManager
Generate a log of store management tasks for diagnostic analysis.
Field Summary | |
private java.io.PrintWriter |
out
The log file output. |
private static int |
suffix
A number to differentiate multiple instances' file output. |
Constructor Summary | |
FileLogSubjectManager()
|
Method Summary | |
void |
addDocumentStatements(java.lang.String subjectUri,
org.openrdf.model.Graph graph)
Add statements about a document by subject URI. |
void |
initialize(net.javacoding.jspider.core.util.config.PropertySet propertySet)
Specify the output file. |
void |
purgeDocumentStatements(java.lang.String subjectUri)
Purge statements about a document by subject URI. |
void |
purgeSiteStatements(java.lang.String subjectUri)
Purge statements about a site by subject URI. |
void |
shutdown()
Shut down the manager. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static int suffix
private java.io.PrintWriter out
Constructor Detail |
public FileLogSubjectManager()
Method Detail |
public final void initialize(net.javacoding.jspider.core.util.config.PropertySet propertySet)
initialize
in interface Manager
public final void shutdown()
shutdown
in interface Manager
public final void purgeDocumentStatements(java.lang.String subjectUri)
purgeDocumentStatements
in interface SubjectManager
subjectUri
- The URI of the subject document to purge.public final void purgeSiteStatements(java.lang.String subjectUri)
purgeSiteStatements
in interface SubjectManager
subjectUri
- The URI of the subject site to purge.public void addDocumentStatements(java.lang.String subjectUri, org.openrdf.model.Graph graph)
addDocumentStatements
in interface SubjectManager
subjectUri
- The URI of the subject document to add.graph
- The RDF graph of statements about this document.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |