Package | Description |
---|---|
org.eclipse.emf.compare.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 |
IPostProcessor.Descriptor.Registry.put(K key,
IPostProcessor.Descriptor descriptor)
Adds a post processor to the registry.
|
IPostProcessor.Descriptor |
PostProcessorDescriptorRegistryImpl.put(K key,
IPostProcessor.Descriptor postProcessor)
Adds a post processor to the registry.
|
IPostProcessor.Descriptor |
IPostProcessor.Descriptor.Registry.remove(K key)
Removes a post processor from this registry.
|
IPostProcessor.Descriptor |
PostProcessorDescriptorRegistryImpl.remove(K key)
Removes a post processor from this registry.
|
Modifier and Type | Method and Description |
---|---|
List<IPostProcessor.Descriptor> |
IPostProcessor.Descriptor.Registry.getDescriptors()
This will return a copy of the registered post processors list.
|
List<IPostProcessor.Descriptor> |
PostProcessorDescriptorRegistryImpl.getDescriptors()
This will return a copy of the registered post processors list.
|
Modifier and Type | Method and Description |
---|---|
IPostProcessor.Descriptor |
IPostProcessor.Descriptor.Registry.put(K key,
IPostProcessor.Descriptor descriptor)
Adds a post processor to the registry.
|
IPostProcessor.Descriptor |
PostProcessorDescriptorRegistryImpl.put(K key,
IPostProcessor.Descriptor postProcessor)
Adds a post processor to the registry.
|
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.