Uses of Interface
org.eclipse.emf.compare.postprocessor.IPostProcessor
Packages that use IPostProcessor
Package
Description
-
Uses of IPostProcessor in org.eclipse.emf.compare.postprocessor
Methods in org.eclipse.emf.compare.postprocessor that return IPostProcessorModifier and TypeMethodDescriptionBasicPostProcessorDescriptorImpl.getPostProcessor()
Returns the wrapped post processor.IPostProcessor.Descriptor.getPostProcessor()
Returns the wrapped post processor.Methods in org.eclipse.emf.compare.postprocessor that return types with arguments of type IPostProcessorModifier and TypeMethodDescriptionIPostProcessor.Descriptor.Registry.getPostProcessors
(IComparisonScope scope) Retrieve the post processors from a givenscope
.PostProcessorDescriptorRegistryImpl.getPostProcessors
(IComparisonScope scope) Retrieve the post processors from a givenscope
.Constructors in org.eclipse.emf.compare.postprocessor with parameters of type IPostProcessorModifierConstructorDescriptionBasicPostProcessorDescriptorImpl
(IPostProcessor postProcessor, Pattern nsURI, Pattern resourceURI) Constructs a new descriptor with the given value. -
Uses of IPostProcessor in org.eclipse.emf.compare.rcp.internal.postprocessor
Methods in org.eclipse.emf.compare.rcp.internal.postprocessor that return IPostProcessorModifier and TypeMethodDescriptionPostProcessorDescriptor.getPostProcessor()
Returns the wrapped post processor.Methods in org.eclipse.emf.compare.rcp.internal.postprocessor that return types with arguments of type IPostProcessorModifier and TypeMethodDescriptionPostProcessorRegistryImpl.getPostProcessors
(IComparisonScope scope) Retrieve the post processors from a givenscope
.