|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omwg.ordi.repository.RepositoryFactory
public final class RepositoryFactory
Title: ORDI
Description: Repository factory is used to create and initialize a Repository instance
Copyright: Copyright (c) 2004-2005
Company: Ontotext Lab., Sirma AI
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_PROVIDER
in case PROVIDER_CLASS is missing from the create parameters this default provider is used |
static java.lang.String |
PROVIDER_CLASS
a key used to associate the requested repository provider class fro instantiation |
| Constructor Summary | |
|---|---|
RepositoryFactory()
|
|
| Method Summary | |
|---|---|
static Repository |
createRepository(java.util.Map params)
create and initialize a repository |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROVIDER_CLASS
public static java.lang.String DEFAULT_PROVIDER
| Constructor Detail |
|---|
public RepositoryFactory()
| Method Detail |
|---|
public static Repository createRepository(java.util.Map params)
params - is Map with createtime parameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||