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:
Map<String,,Object> CDOPackageRegistry,InternalCDOPackageRegistry,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 class org.eclipse.net4j.util.event.Notifier
org.eclipse.net4j.util.event.Notifier.CancelationNested classes/interfaces inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle
org.eclipse.net4j.util.lifecycle.ILifecycle.DeferrableActivationNested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.spi.common.model.InternalCDOPackageRegistry
InternalCDOPackageRegistry.PackageLoader, InternalCDOPackageRegistry.PackageProcessor -
Field Summary
Fields inherited from class org.eclipse.net4j.util.lifecycle.Lifecycle
USE_LABELFields inherited from interface org.eclipse.emf.ecore.EPackage.Registry
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidclear()Deprecated.booleancontainsKey(Object key) Deprecated.booleancontainsValue(Object value) Deprecated.entrySet()Deprecated.Deprecated.protected abstract InternalCDOPackageRegistryDeprecated.getEFactory(String nsURI) Deprecated.getEPackage(String nsURI) Deprecated.EPackage[]Deprecated.getPackageInfo(EPackage ePackage) Deprecated.Deprecated.Deprecated.Deprecated.getPackageUnit(EPackage ePackage) Deprecated.Deprecated.booleanisEmpty()Deprecated.booleanDeprecated.keySet()Deprecated.Deprecated.voidDeprecated.putEPackage(EPackage ePackage) Deprecated.voidputPackageUnit(InternalCDOPackageUnit packageUnit) Deprecated.Deprecated.voidsetPackageLoader(InternalCDOPackageRegistry.PackageLoader packageLoader) Deprecated.voidsetPackageProcessor(InternalCDOPackageRegistry.PackageProcessor packageProcessor) Deprecated.voidsetReplacingDescriptors(boolean replacingDescriptors) Deprecated.intsize()Deprecated.values()Deprecated.Methods inherited from class org.eclipse.net4j.util.lifecycle.Lifecycle
activate, checkActive, checkArg, checkArg, checkInactive, checkNull, checkState, checkState, deactivate, deferredActivate, doActivate, doAfterActivate, doBeforeActivate, doBeforeDeactivate, doDeactivate, dump, getLifecycleState, isActive, isDeferredActivation, toStringMethods inherited from class org.eclipse.net4j.util.event.Notifier
addListener, addUniqueListener, fireEvent, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, getNotificationService, hasListener, hasListeners, lastListenerRemoved, listenerAdded, listenerRemoved, removeListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.emf.cdo.common.model.CDOPackageRegistry
getEnumLiteralFor, getSubTypesMethods inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle
activate, deactivate, getLifecycleState, isActiveMethods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListenerMethods inherited from interface org.eclipse.emf.cdo.spi.common.model.InternalCDOPackageRegistry
createPackageUnit, getAllKeys, getPackageUnit, getPackageUnits, getPackageUnits, getWithDelegation, putPackageUnits, registerPackageInfoMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
DelegatingCDOPackageRegistry
Deprecated.
-
-
Method Details
-
getDelegate
Deprecated. -
basicPut
Deprecated.- Specified by:
basicPutin interfaceInternalCDOPackageRegistry
-
clear
Deprecated. -
containsKey
Deprecated.- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
Deprecated.- Specified by:
containsValuein interfaceMap<String,Object>
-
entrySet
Deprecated. -
get
Deprecated. -
getEFactory
Deprecated.- Specified by:
getEFactoryin interfaceEPackage.Registry
-
getEPackage
Deprecated.- Specified by:
getEPackagein interfaceEPackage.Registry
-
getEPackages
Deprecated.- Specified by:
getEPackagesin interfaceInternalCDOPackageRegistry
-
getPackageInfo
Deprecated.- Specified by:
getPackageInfoin interfaceCDOPackageRegistry- Specified by:
getPackageInfoin interfaceInternalCDOPackageRegistry
-
getPackageInfos
Deprecated.Description copied from interface:CDOPackageRegistryReturns all package infos that are registered in this package registry.- Specified by:
getPackageInfosin interfaceCDOPackageRegistry- Specified by:
getPackageInfosin interfaceInternalCDOPackageRegistry
-
getPackageLoader
Deprecated.- Specified by:
getPackageLoaderin interfaceInternalCDOPackageRegistry
-
getPackageProcessor
Deprecated.- Specified by:
getPackageProcessorin interfaceInternalCDOPackageRegistry
-
getPackageUnit
Deprecated.- Specified by:
getPackageUnitin interfaceCDOPackageRegistry- Specified by:
getPackageUnitin interfaceInternalCDOPackageRegistry
-
getPackageUnits
Deprecated.Description copied from interface:CDOPackageRegistryReturns all package units that are registered in this package registry.- Specified by:
getPackageUnitsin interfaceCDOPackageRegistry- Specified by:
getPackageUnitsin interfaceInternalCDOPackageRegistry
-
isEmpty
Deprecated. -
isReplacingDescriptors
Deprecated.- Specified by:
isReplacingDescriptorsin interfaceCDOPackageRegistry
-
keySet
Deprecated. -
put
Deprecated. -
putAll
Deprecated. -
putEPackage
Deprecated.Description copied from interface:CDOPackageRegistryRegisters anEPackagewith this package registry.- Specified by:
putEPackagein interfaceCDOPackageRegistry
-
putPackageUnit
Deprecated.- Specified by:
putPackageUnitin interfaceInternalCDOPackageRegistry
-
remove
Deprecated. -
setPackageLoader
Deprecated.- Specified by:
setPackageLoaderin interfaceInternalCDOPackageRegistry
-
setPackageProcessor
@Deprecated public void setPackageProcessor(InternalCDOPackageRegistry.PackageProcessor packageProcessor) Deprecated.- Specified by:
setPackageProcessorin interfaceInternalCDOPackageRegistry
-
setReplacingDescriptors
Deprecated.- Specified by:
setReplacingDescriptorsin interfaceInternalCDOPackageRegistry
-
size
Deprecated. -
values
Deprecated.
-