Class DelegatingCDOPackageRegistry
- java.lang.Object
- 
- org.eclipse.net4j.util.event.Notifier
- 
- org.eclipse.net4j.util.lifecycle.Lifecycle
- 
- org.eclipse.emf.cdo.spi.common.model.DelegatingCDOPackageRegistry
 
 
 
- 
- All Implemented Interfaces:
- java.util.Map<java.lang.String,java.lang.Object>,- CDOPackageRegistry,- InternalCDOPackageRegistry,- org.eclipse.emf.ecore.EPackage.Registry,- org.eclipse.net4j.util.event.INotifier,- org.eclipse.net4j.util.event.INotifier.INotifier2,- org.eclipse.net4j.util.lifecycle.IDeactivateable,- org.eclipse.net4j.util.lifecycle.ILifecycle,- org.eclipse.net4j.util.lifecycle.ILifecycle.DeferrableActivation
 
 @Deprecated public abstract class DelegatingCDOPackageRegistry extends org.eclipse.net4j.util.lifecycle.Lifecycle implements InternalCDOPackageRegistry Deprecated.If the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 4.0
- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycleorg.eclipse.net4j.util.lifecycle.ILifecycle.DeferrableActivation
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifierorg.eclipse.net4j.util.event.INotifier.INotifier2
 - 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.spi.common.model.InternalCDOPackageRegistryInternalCDOPackageRegistry.PackageLoader, InternalCDOPackageRegistry.PackageProcessor
 
- 
 - 
Constructor SummaryConstructors Constructor Description DelegatingCDOPackageRegistry()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.ObjectbasicPut(java.lang.String nsURI, java.lang.Object value)Deprecated.voidclear()Deprecated.booleancontainsKey(java.lang.Object key)Deprecated.booleancontainsValue(java.lang.Object value)Deprecated.java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>>entrySet()Deprecated.java.lang.Objectget(java.lang.Object key)Deprecated.protected abstract InternalCDOPackageRegistrygetDelegate()Deprecated.org.eclipse.emf.ecore.EFactorygetEFactory(java.lang.String nsURI)Deprecated.org.eclipse.emf.ecore.EPackagegetEPackage(java.lang.String nsURI)Deprecated.org.eclipse.emf.ecore.EPackage[]getEPackages()Deprecated.InternalCDOPackageInfogetPackageInfo(org.eclipse.emf.ecore.EPackage ePackage)Deprecated.InternalCDOPackageInfo[]getPackageInfos()Deprecated.Returns all package infos that are registered in this package registry.InternalCDOPackageRegistry.PackageLoadergetPackageLoader()Deprecated.InternalCDOPackageRegistry.PackageProcessorgetPackageProcessor()Deprecated.InternalCDOPackageUnitgetPackageUnit(org.eclipse.emf.ecore.EPackage ePackage)Deprecated.InternalCDOPackageUnit[]getPackageUnits()Deprecated.Returns all package units that are registered in this package registry.booleanisEmpty()Deprecated.booleanisReplacingDescriptors()Deprecated.java.util.Set<java.lang.String>keySet()Deprecated.java.lang.Objectput(java.lang.String key, java.lang.Object value)Deprecated.voidputAll(java.util.Map<? extends java.lang.String,? extends java.lang.Object> t)Deprecated.java.lang.ObjectputEPackage(org.eclipse.emf.ecore.EPackage ePackage)Deprecated.Registers anEPackagewith this package registry.voidputPackageUnit(InternalCDOPackageUnit packageUnit)Deprecated.java.lang.Objectremove(java.lang.Object key)Deprecated.voidsetPackageLoader(InternalCDOPackageRegistry.PackageLoader packageLoader)Deprecated.voidsetPackageProcessor(InternalCDOPackageRegistry.PackageProcessor packageProcessor)Deprecated.voidsetReplacingDescriptors(boolean replacingDescriptors)Deprecated.intsize()Deprecated.java.util.Collection<java.lang.Object>values()Deprecated.- 
Methods inherited from class org.eclipse.net4j.util.lifecycle.Lifecycleactivate, checkActive, checkArg, checkArg, checkInactive, checkNull, checkState, checkState, deactivate, deferredActivate, doActivate, doAfterActivate, doBeforeActivate, doBeforeDeactivate, doDeactivate, dump, getLifecycleState, isActive, isDeferredActivation, toString
 - 
Methods inherited from class org.eclipse.net4j.util.event.NotifieraddListener, addUniqueListener, fireEvent, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, getNotificationService, hasListener, hasListeners, lastListenerRemoved, listenerAdded, listenerRemoved, removeListener
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.model.CDOPackageRegistrygetEnumLiteralFor, getSubTypes
 - 
Methods inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycleactivate, deactivate, getLifecycleState, isActive
 - 
Methods inherited from interface org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
 - 
Methods inherited from interface org.eclipse.emf.cdo.spi.common.model.InternalCDOPackageRegistrycreatePackageUnit, getAllKeys, getPackageUnit, getPackageUnits, getPackageUnits, getWithDelegation, putPackageUnits, registerPackageInfo
 
- 
 
- 
- 
- 
Method Detail- 
getDelegateprotected abstract InternalCDOPackageRegistry getDelegate() Deprecated.
 - 
basicPutpublic java.lang.Object basicPut(java.lang.String nsURI, java.lang.Object value)Deprecated.- Specified by:
- basicPutin interface- InternalCDOPackageRegistry
 
 - 
clearpublic void clear() Deprecated.- Specified by:
- clearin interface- java.util.Map<java.lang.String,java.lang.Object>
 
 - 
containsKeypublic boolean containsKey(java.lang.Object key) Deprecated.- Specified by:
- containsKeyin interface- java.util.Map<java.lang.String,java.lang.Object>
 
 - 
containsValuepublic boolean containsValue(java.lang.Object value) Deprecated.- Specified by:
- containsValuein interface- java.util.Map<java.lang.String,java.lang.Object>
 
 - 
entrySetpublic java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>> entrySet() Deprecated.- Specified by:
- entrySetin interface- java.util.Map<java.lang.String,java.lang.Object>
 
 - 
getpublic java.lang.Object get(java.lang.Object key) Deprecated.- Specified by:
- getin interface- java.util.Map<java.lang.String,java.lang.Object>
 
 - 
getEFactorypublic org.eclipse.emf.ecore.EFactory getEFactory(java.lang.String nsURI) Deprecated.- Specified by:
- getEFactoryin interface- org.eclipse.emf.ecore.EPackage.Registry
 
 - 
getEPackagepublic org.eclipse.emf.ecore.EPackage getEPackage(java.lang.String nsURI) Deprecated.- Specified by:
- getEPackagein interface- org.eclipse.emf.ecore.EPackage.Registry
 
 - 
getEPackagespublic org.eclipse.emf.ecore.EPackage[] getEPackages() Deprecated.- Specified by:
- getEPackagesin interface- InternalCDOPackageRegistry
 
 - 
getPackageInfopublic InternalCDOPackageInfo getPackageInfo(org.eclipse.emf.ecore.EPackage ePackage) Deprecated.- Specified by:
- getPackageInfoin interface- CDOPackageRegistry
- Specified by:
- getPackageInfoin interface- InternalCDOPackageRegistry
 
 - 
getPackageInfospublic InternalCDOPackageInfo[] getPackageInfos() Deprecated.Description copied from interface:CDOPackageRegistryReturns all package infos that are registered in this package registry.- Specified by:
- getPackageInfosin interface- CDOPackageRegistry
- Specified by:
- getPackageInfosin interface- InternalCDOPackageRegistry
 
 - 
getPackageLoaderpublic InternalCDOPackageRegistry.PackageLoader getPackageLoader() Deprecated.- Specified by:
- getPackageLoaderin interface- InternalCDOPackageRegistry
 
 - 
getPackageProcessorpublic InternalCDOPackageRegistry.PackageProcessor getPackageProcessor() Deprecated.- Specified by:
- getPackageProcessorin interface- InternalCDOPackageRegistry
 
 - 
getPackageUnitpublic InternalCDOPackageUnit getPackageUnit(org.eclipse.emf.ecore.EPackage ePackage) Deprecated.- Specified by:
- getPackageUnitin interface- CDOPackageRegistry
- Specified by:
- getPackageUnitin interface- InternalCDOPackageRegistry
 
 - 
getPackageUnitspublic InternalCDOPackageUnit[] getPackageUnits() Deprecated.Description copied from interface:CDOPackageRegistryReturns all package units that are registered in this package registry.- Specified by:
- getPackageUnitsin interface- CDOPackageRegistry
- Specified by:
- getPackageUnitsin interface- InternalCDOPackageRegistry
 
 - 
isEmptypublic boolean isEmpty() Deprecated.- Specified by:
- isEmptyin interface- java.util.Map<java.lang.String,java.lang.Object>
 
 - 
isReplacingDescriptorspublic boolean isReplacingDescriptors() Deprecated.- Specified by:
- isReplacingDescriptorsin interface- CDOPackageRegistry
 
 - 
keySetpublic java.util.Set<java.lang.String> keySet() Deprecated.- Specified by:
- keySetin interface- java.util.Map<java.lang.String,java.lang.Object>
 
 - 
putpublic java.lang.Object put(java.lang.String key, java.lang.Object value)Deprecated.- Specified by:
- putin interface- java.util.Map<java.lang.String,java.lang.Object>
 
 - 
putAllpublic void putAll(java.util.Map<? extends java.lang.String,? extends java.lang.Object> t) Deprecated.- Specified by:
- putAllin interface- java.util.Map<java.lang.String,java.lang.Object>
 
 - 
putEPackagepublic java.lang.Object putEPackage(org.eclipse.emf.ecore.EPackage ePackage) Deprecated.Description copied from interface:CDOPackageRegistryRegisters anEPackagewith this package registry.- Specified by:
- putEPackagein interface- CDOPackageRegistry
 
 - 
putPackageUnitpublic void putPackageUnit(InternalCDOPackageUnit packageUnit) Deprecated.- Specified by:
- putPackageUnitin interface- InternalCDOPackageRegistry
 
 - 
removepublic java.lang.Object remove(java.lang.Object key) Deprecated.- Specified by:
- removein interface- java.util.Map<java.lang.String,java.lang.Object>
 
 - 
setPackageLoaderpublic void setPackageLoader(InternalCDOPackageRegistry.PackageLoader packageLoader) Deprecated.- Specified by:
- setPackageLoaderin interface- InternalCDOPackageRegistry
 
 - 
setPackageProcessorpublic void setPackageProcessor(InternalCDOPackageRegistry.PackageProcessor packageProcessor) Deprecated.- Specified by:
- setPackageProcessorin interface- InternalCDOPackageRegistry
 
 - 
setReplacingDescriptorspublic void setReplacingDescriptors(boolean replacingDescriptors) Deprecated.- Specified by:
- setReplacingDescriptorsin interface- InternalCDOPackageRegistry
 
 - 
sizepublic int size() Deprecated.- Specified by:
- sizein interface- java.util.Map<java.lang.String,java.lang.Object>
 
 - 
valuespublic java.util.Collection<java.lang.Object> values() Deprecated.- Specified by:
- valuesin interface- java.util.Map<java.lang.String,java.lang.Object>
 
 
- 
 
-