org.eclipse.emf.cdo.server
Interface IStoreFactory


public interface IStoreFactory

Creates stores.


Method Summary
 IStore createStore(String repositoryName, Map<String,String> repositoryProperties, Element storeConfig)
           
 String getStoreType()
           
 

Method Detail

getStoreType

String getStoreType()

createStore

IStore createStore(String repositoryName,
                   Map<String,String> repositoryProperties,
                   Element storeConfig)
Since:
4.0


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