|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The creator of trees.
| Method Summary | |
ITree |
create()
Creates an in memory tree. |
ITree |
create(String storeName)
Creates a new tree and associates it with a store. |
ITree |
create(String storeName,
boolean readOnly,
boolean exists)
Creates a new tree and associates it with a store. |
ITree |
create(String storeName,
boolean readOnly,
boolean exists,
String storeType)
Creates a new tree and associates it with a store. |
ITree |
create(String storeName,
String storeType)
Creates a new tree and associates it with a store. |
| Method Detail |
public ITree create()
public ITree create(String storeName)
throws IllegalArgumentException,
IOException
storeName - The name for the store.IOException - if the store already exists
public ITree create(String storeName,
String storeType)
throws IllegalArgumentException,
IOException
storeName - The name for the store.storeType - Implementation specific string, may control store type
public ITree create(String storeName,
boolean readOnly,
boolean exists)
throws IllegalArgumentException,
IOException
readOnly - If true the store is opened readonly, an exception if it does not existexists - If true the file must exist, if false the file will be createdstoreName - The name of the store
public ITree create(String storeName,
boolean readOnly,
boolean exists,
String storeType)
throws IllegalArgumentException,
IOException
readOnly - If true the store is opened readonly, an exception if it does not existexists - If true the file must exist, if false the file will be createdstoreName - The name of the store
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||