Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mom4j.ostore
Class ObjectStoreManager  view ObjectStoreManager download ObjectStoreManager.java

java.lang.Object
  extended byorg.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