org.eclipse.emf.cdo.spi.server
Class RepositoryFactory

java.lang.Object
  extended by org.eclipse.emf.cdo.spi.server.RepositoryFactory
All Implemented Interfaces:
IRepositoryFactory

public class RepositoryFactory
extends Object
implements IRepositoryFactory

If the meaning of this type isn't clear, there really should be more of a description here...

Since:
2.0

Field Summary
static String TYPE
           
 
Fields inherited from interface org.eclipse.emf.cdo.server.IRepositoryFactory
PRODUCT_GROUP
 
Constructor Summary
RepositoryFactory()
           
 
Method Summary
 IRepository createRepository()
           
static IRepository get(IManagedContainer container, String name)
           
 String getRepositoryType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

RepositoryFactory

public RepositoryFactory()
Method Detail

getRepositoryType

public String getRepositoryType()
Specified by:
getRepositoryType in interface IRepositoryFactory

createRepository

public IRepository createRepository()
Specified by:
createRepository in interface IRepositoryFactory

get

public static IRepository get(IManagedContainer container,
                              String name)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.