|
|||||||||
| Home >> All >> org >> mom4j >> [ ostore overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mom4j.ostore
Class ObjectStoreManager

java.lang.Objectorg.mom4j.ostore.ObjectStoreManager
- public final class ObjectStoreManager
- extends java.lang.Object
| Constructor Summary | |
private |
ObjectStoreManager()
|
| Method Summary | |
static ObjectStore |
create(java.io.File path)
|
static ObjectStore |
create(java.io.File path,
Index[] indices)
|
static ObjectStore |
create(java.io.File path,
Index[] indices,
Sequence[] sequences)
|
static ObjectStore |
open(java.io.File path)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ObjectStoreManager
private ObjectStoreManager()
| Method Detail |
create
public static ObjectStore create(java.io.File path) throws java.io.IOException
create
public static ObjectStore create(java.io.File path, Index[] indices) throws java.io.IOException
create
public static ObjectStore create(java.io.File path, Index[] indices, Sequence[] sequences) throws java.io.IOException
open
public static ObjectStore open(java.io.File path) throws java.io.IOException
|
|||||||||
| Home >> All >> org >> mom4j >> [ ostore overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.mom4j.ostore.ObjectStoreManager