|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.store.AbstractFileStoreManager | +--com.mkdoc.store.TripleFileStoreManager
Manage RDF resources stored on a file system.
This interim version duplicates many of the methods in the com.mkdoc.jspider package plugin classes.
Field Summary |
Fields inherited from class com.mkdoc.store.AbstractFileStoreManager |
ABSOLUTE, DOT, FOLDER, outputDir |
Constructor Summary | |
TripleFileStoreManager()
|
Method Summary | |
java.lang.String |
getExtension()
Get the extension for storage files. |
void |
initialize(ApplicationContext context)
Initialize the manager. |
void |
shutdown()
Shut down the manager, not implemented. |
Methods inherited from class com.mkdoc.store.AbstractFileStoreManager |
configureOutput, createDirectories, getOutputStream, getStorageFile, includesFile, purgeDocumentFile, trimExtension |
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.FileStoreManager |
getOutputStream |
Constructor Detail |
public TripleFileStoreManager()
Method Detail |
public final void initialize(ApplicationContext context)
initialize
in interface Manager
context
- The application context for the manager.public final java.lang.String getExtension()
getExtension
in class AbstractFileStoreManager
public final void shutdown()
shutdown
in interface Manager
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |