|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.store.AbstractStoreManager | +--com.mkdoc.store.LocalStoreManager
A store manager for a local Sesame repository.
Field Summary | |
protected java.io.File |
outputDir
The current output directory. |
Fields inherited from class com.mkdoc.store.AbstractStoreManager |
repository |
Fields inherited from interface com.mkdoc.store.StoreManager |
REPOSITORY |
Constructor Summary | |
LocalStoreManager()
|
Method Summary | |
protected java.lang.String |
configureOutput(ApplicationContext context)
Configure the output directory from the plugin property set. |
protected java.lang.String |
configureRepository(ApplicationContext context)
Configure the output directory from the plugin property set. |
java.lang.String |
getExtension()
Get the extension for storage files. |
void |
initialize(ApplicationContext context)
Initialize the manager. |
void |
shutdown()
Shut down the manager. |
Methods inherited from class com.mkdoc.store.AbstractStoreManager |
addDocumentStatements, addXmlRdfStream, executeQuery, isActive, setActive |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.mkdoc.store.StoreManager |
addDocumentStatements, addXmlRdfStream, executeQuery |
Field Detail |
protected java.io.File outputDir
Constructor Detail |
public LocalStoreManager()
Method Detail |
public final void initialize(ApplicationContext context)
initialize
in interface Manager
context
- The application context for this manager.public final void shutdown()
shutdown
in interface Manager
protected final java.lang.String configureOutput(ApplicationContext context)
context
- The plugin application context.
protected final java.lang.String configureRepository(ApplicationContext context)
context
- The plugin application context.
public final java.lang.String getExtension()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |