|
|||||||||||
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.AbstractRepositoryManager
Manage RDF resources stored in a Sesame repository.
Field Summary | |
protected org.openrdf.sesame.repository.SesameRepository |
repository
The Sesame repository. |
static java.lang.String |
REPOSITORY
The repository path configuration key. |
Fields inherited from class com.mkdoc.store.AbstractFileStoreManager |
ABSOLUTE, DOT, FOLDER, outputDir |
Constructor Summary | |
AbstractRepositoryManager()
|
Method Summary | |
protected java.lang.String |
configureRepository(ApplicationContext context)
Configure the output directory from the plugin property set. |
Methods inherited from class com.mkdoc.store.AbstractFileStoreManager |
configureOutput, createDirectories, getExtension, getOutputStream, getStorageFile, includesFile, purgeDocumentFile, trimExtension |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String REPOSITORY
protected org.openrdf.sesame.repository.SesameRepository repository
Constructor Detail |
public AbstractRepositoryManager()
Method Detail |
protected final java.lang.String configureRepository(ApplicationContext context)
context
- The plugin application context.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |