Package org.eclipse.emf.cdo.server
Interface IRepositoryFactory
- 
- All Known Implementing Classes:
- RepositoryFactory
 
 public interface IRepositoryFactoryCreates CDOrepositories.- Author:
- Eike Stepper
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPRODUCT_GROUP
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IRepositorycreateRepository()java.lang.StringgetRepositoryType()
 
- 
- 
- 
Field Detail- 
PRODUCT_GROUPstatic final java.lang.String PRODUCT_GROUP - Since:
- 2.0
- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getRepositoryTypejava.lang.String getRepositoryType() 
 - 
createRepositoryIRepository createRepository() 
 
- 
 
-