|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.hp.hpl.mesa.rdf.jena.bdb.StoreBdbF
A factory class for creating instances of StoreDb
Constructor Summary | |
StoreBdbF(java.lang.String envdir,
java.lang.String filename)
A factory object which will create stores in the environment defined by envdir and the file filename . |
Method Summary | |
Store |
createStore(Model model)
Return a new store, properly configured. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StoreBdbF(java.lang.String envdir, java.lang.String filename)
envdir
and the file filename
.
If the envdir
is null
, then the default
environment directory will be used. This is currently
jena.rdf.bdb
. The default may be overwritten by setting the
value of the system property com.hp.hpl.mesa.rdf.jena.bdbenv
envdir
- The name of the directory holding the Berkeley DB
environment in which the store will be createdfilename
- the name of the file in which the store will be created.Method Detail |
public Store createStore(Model model) throws RDFException
createStore
in interface StoreFactory
model
- the model to which the store will be attached.RDFException
- generic RDF exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |