public static interface IPostProcessor.Descriptor.Registry<K>
Modifier and Type | Method and Description |
---|---|
void |
clear()
Removes all extensions from this registry.
|
List<IPostProcessor.Descriptor> |
getDescriptors()
This will return a copy of the registered post processors list.
|
List<IPostProcessor> |
getPostProcessors(IComparisonScope scope)
Retrieve the post processors from a given
scope . |
IPostProcessor.Descriptor |
put(K key,
IPostProcessor.Descriptor descriptor)
Adds a post processor to the registry.
|
IPostProcessor.Descriptor |
remove(K key)
Removes a post processor from this registry.
|
IPostProcessor.Descriptor put(K key, IPostProcessor.Descriptor descriptor)
key
- key with which the specified descriptor is to be associateddescriptor
- Post Processor that is to be added to this registry.void clear()
List<IPostProcessor.Descriptor> getDescriptors()
IPostProcessor.Descriptor remove(K key)
key
- key of the post processor descriptor that is to be removed from the registry.List<IPostProcessor> getPostProcessors(IComparisonScope scope)
scope
. The scope provides the set of
scanned namespaces and resource uris. If they match with the regex of some post processors,
then they are returned.scope
- The given scope.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.