Interface CDORepositoryManager
- 
- All Superinterfaces:
- CDOExplorerManager<CDORepository>,- IAdaptable,- org.eclipse.net4j.util.container.IContainer<CDORepository>,- org.eclipse.net4j.util.event.INotifier
 
 public interface CDORepositoryManager extends CDOExplorerManager<CDORepository> Manages a set ofrepositories.- Since:
- 4.4
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceCDORepositoryManager.RepositoryConnectionEvent- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.explorer.CDOExplorerManagerCDOExplorerManager.ElementsChangedEvent
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainerorg.eclipse.net4j.util.container.IContainer.Modifiable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends java.lang.Object>
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CDORepositoryaddRepository(java.util.Properties properties)CDORepositoryaddRepository(java.util.Properties properties, org.eclipse.net4j.util.security.IPasswordCredentials credentials)CDORepository[]getRepositories()CDORepositorygetRepository(java.lang.String id)CDORepositorygetRepository(CDOSession session)CDORepositorygetRepositoryByLabel(java.lang.String label)- 
Methods inherited from interface org.eclipse.emf.cdo.explorer.CDOExplorerManagergetUniqueLabel
 - 
Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapter
 
- 
 
- 
- 
- 
Method Detail- 
getRepositoryCDORepository getRepository(java.lang.String id) 
 - 
getRepositoryCDORepository getRepository(CDOSession session) 
 - 
getRepositoryByLabelCDORepository getRepositoryByLabel(java.lang.String label) - Since:
- 4.5
 
 - 
getRepositoriesCDORepository[] getRepositories() 
 - 
addRepositoryCDORepository addRepository(java.util.Properties properties) 
 - 
addRepositoryCDORepository addRepository(java.util.Properties properties, org.eclipse.net4j.util.security.IPasswordCredentials credentials) - Since:
- 4.5
 
 
- 
 
-