org.omwg.ordi.repository
Class RepositoryFactory

java.lang.Object
  extended by org.omwg.ordi.repository.RepositoryFactory

public final class RepositoryFactory
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2004-2005

Company: Ontotext Lab., Sirma AI

Version:
1.0
Author:
unascribed

Field Summary
static java.lang.String DEFAULT_PROVIDER
           
static java.lang.String PROVIDER_CLASS
           
 
Constructor Summary
RepositoryFactory()
           
 
Method Summary
static Repository createRepository(java.util.Map params)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROVIDER_CLASS

public static final java.lang.String PROVIDER_CLASS
See Also:
Constant Field Values

DEFAULT_PROVIDER

public static java.lang.String DEFAULT_PROVIDER
Constructor Detail

RepositoryFactory

public RepositoryFactory()
Method Detail

createRepository

public static Repository createRepository(java.util.Map params)