Package | Description |
---|---|
org.eclipse.emf.compare.postprocessor | |
org.eclipse.emf.compare.rcp | |
org.eclipse.emf.compare.rcp.internal.postprocessor |
Modifier and Type | Class and Description |
---|---|
class |
BasicPostProcessorDescriptorImpl
A simple implementation of
IPostProcessor.Descriptor that will delegate its method implementation to values given
to its constructor. |
Modifier and Type | Method and Description |
---|---|
IPostProcessor.Descriptor |
PostProcessorDescriptorRegistryImpl.put(K key,
IPostProcessor.Descriptor postProcessor)
Adds a post processor to the registry.
|
IPostProcessor.Descriptor |
IPostProcessor.Descriptor.Registry.put(K key,
IPostProcessor.Descriptor descriptor)
Adds a post processor to the registry.
|
IPostProcessor.Descriptor |
PostProcessorDescriptorRegistryImpl.remove(K key)
Removes a post processor from this registry.
|
IPostProcessor.Descriptor |
IPostProcessor.Descriptor.Registry.remove(K key)
Removes a post processor from this registry.
|
Modifier and Type | Method and Description |
---|---|
List<IPostProcessor.Descriptor> |
PostProcessorDescriptorRegistryImpl.getDescriptors()
This will return a copy of the registered post processors list.
|
List<IPostProcessor.Descriptor> |
IPostProcessor.Descriptor.Registry.getDescriptors()
This will return a copy of the registered post processors list.
|
Modifier and Type | Method and Description |
---|---|
IPostProcessor.Descriptor |
PostProcessorDescriptorRegistryImpl.put(K key,
IPostProcessor.Descriptor postProcessor)
Adds a post processor to the registry.
|
IPostProcessor.Descriptor |
IPostProcessor.Descriptor.Registry.put(K key,
IPostProcessor.Descriptor descriptor)
Adds a post processor to the registry.
|
Modifier and Type | Method and Description |
---|---|
IItemRegistry<IPostProcessor.Descriptor> |
EMFCompareRCPPlugin.getPostProcessorDescriptorRegistry()
Get the
IItemRegistry of IPostProcessor.Descriptor . |
Modifier and Type | Class and Description |
---|---|
class |
PostProcessorDescriptor
Describes an extension as contributed to the "org.eclipse.emf.compare.rcp.postProcessor" extension point.
|
Modifier and Type | Method and Description |
---|---|
IPostProcessor.Descriptor |
PostProcessorRegistryImpl.put(String key,
IPostProcessor.Descriptor descriptor)
Adds a post processor to the registry.
|
IPostProcessor.Descriptor |
PostProcessorRegistryImpl.remove(String key)
Removes a post processor from this registry.
|
Modifier and Type | Method and Description |
---|---|
List<IPostProcessor.Descriptor> |
PostProcessorRegistryImpl.getDescriptors()
This will return a copy of the registered post processors list.
|
Modifier and Type | Method and Description |
---|---|
IPostProcessor.Descriptor |
PostProcessorRegistryImpl.put(String key,
IPostProcessor.Descriptor descriptor)
Adds a post processor to the registry.
|
Constructor and Description |
---|
PostProcessorFactoryRegistryListener(String pluginID,
String extensionPointID,
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.
|
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.