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

java.lang.Object
  extended by org.eclipse.emf.cdo.spi.server.ContainerRepositoryProvider
All Implemented Interfaces:
IRepositoryProvider
Direct Known Subclasses:
PluginRepositoryProvider

public class ContainerRepositoryProvider
extends Object
implements IRepositoryProvider

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

Since:
2.0

Constructor Summary
ContainerRepositoryProvider(IManagedContainer container)
           
 
Method Summary
 IManagedContainer getContainer()
           
 IRepository getRepository(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerRepositoryProvider

public ContainerRepositoryProvider(IManagedContainer container)
Method Detail

getContainer

public IManagedContainer getContainer()

getRepository

public IRepository getRepository(String name)
Specified by:
getRepository in interface IRepositoryProvider


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