Uses of Interface
org.eclipse.emf.compare.postprocessor.IPostProcessor.Descriptor
Packages that use IPostProcessor.Descriptor
Package
Description
-
Uses of IPostProcessor.Descriptor in org.eclipse.emf.compare.postprocessor
Classes in org.eclipse.emf.compare.postprocessor that implement IPostProcessor.DescriptorModifier and TypeClassDescriptionclass
A simple implementation ofIPostProcessor.Descriptor
that will delegate its method implementation to values given to its constructor.Methods in org.eclipse.emf.compare.postprocessor that return IPostProcessor.DescriptorModifier and TypeMethodDescriptionIPostProcessor.Descriptor.Registry.put
(K key, IPostProcessor.Descriptor descriptor) Adds a post processor to the registry.PostProcessorDescriptorRegistryImpl.put
(K key, IPostProcessor.Descriptor postProcessor) Adds a post processor to the registry.Removes a post processor from this registry.Removes a post processor from this registry.Methods in org.eclipse.emf.compare.postprocessor that return types with arguments of type IPostProcessor.DescriptorModifier and TypeMethodDescriptionIPostProcessor.Descriptor.Registry.getDescriptors()
This will return a copy of the registered post processors list.PostProcessorDescriptorRegistryImpl.getDescriptors()
This will return a copy of the registered post processors list.Methods in org.eclipse.emf.compare.postprocessor with parameters of type IPostProcessor.DescriptorModifier and TypeMethodDescriptionIPostProcessor.Descriptor.Registry.put
(K key, IPostProcessor.Descriptor descriptor) Adds a post processor to the registry.PostProcessorDescriptorRegistryImpl.put
(K key, IPostProcessor.Descriptor postProcessor) Adds a post processor to the registry. -
Uses of IPostProcessor.Descriptor in org.eclipse.emf.compare.rcp
Methods in org.eclipse.emf.compare.rcp that return types with arguments of type IPostProcessor.DescriptorModifier and TypeMethodDescriptionEMFCompareRCPPlugin.getPostProcessorDescriptorRegistry()
Get theIItemRegistry
ofIPostProcessor.Descriptor
. -
Uses of IPostProcessor.Descriptor in org.eclipse.emf.compare.rcp.internal.postprocessor
Classes in org.eclipse.emf.compare.rcp.internal.postprocessor that implement IPostProcessor.DescriptorModifier and TypeClassDescriptionclass
Describes an extension as contributed to the "org.eclipse.emf.compare.rcp.postProcessor" extension point.Methods in org.eclipse.emf.compare.rcp.internal.postprocessor that return IPostProcessor.DescriptorModifier and TypeMethodDescriptionPostProcessorRegistryImpl.put
(String key, IPostProcessor.Descriptor descriptor) Adds a post processor to the registry.Removes a post processor from this registry.Methods in org.eclipse.emf.compare.rcp.internal.postprocessor that return types with arguments of type IPostProcessor.DescriptorModifier and TypeMethodDescriptionPostProcessorRegistryImpl.getDescriptors()
This will return a copy of the registered post processors list.Methods in org.eclipse.emf.compare.rcp.internal.postprocessor with parameters of type IPostProcessor.DescriptorModifier and TypeMethodDescriptionPostProcessorRegistryImpl.put
(String key, IPostProcessor.Descriptor descriptor) Adds a post processor to the registry.Constructor parameters in org.eclipse.emf.compare.rcp.internal.postprocessor with type arguments of type IPostProcessor.DescriptorModifierConstructorDescriptionPostProcessorFactoryRegistryListener
(String pluginID, String extensionPointID, org.eclipse.core.runtime.ILog log, IItemRegistry<IPostProcessor.Descriptor> registry) Creates a new registry listener with the given post processor registry to which extension will be registered.PostProcessorRegistryImpl
(IItemRegistry<IPostProcessor.Descriptor> baseRegisty) Constructor.