public static interface IDifferenceFilter.Registry
IDifferenceFilter
.Modifier and Type | Method and Description |
---|---|
IDifferenceFilter |
add(IDifferenceFilter filter)
Add to the registry the given
IDifferenceFilter . |
void |
clear()
Clear the registry.
|
Collection<IDifferenceFilter> |
getFilters(IComparisonScope scope,
Comparison comparison)
Returns the list of
IDifferenceFilter contained in the registry. |
IDifferenceFilter |
remove(String className)
Remove from the registry the
IDifferenceFilter designated by the given String . |
Collection<IDifferenceFilter> getFilters(IComparisonScope scope, Comparison comparison)
IDifferenceFilter
contained in the registry.scope
- The scope on which the filters will be applied.comparison
- The comparison which is to be displayed in the structural view.IDifferenceFilter
contained in the registry.IDifferenceFilter add(IDifferenceFilter filter)
IDifferenceFilter
.filter
- The given IDifferenceFilter
.IDifferenceFilter
,
or null if there was no entry in the registry for the class name.IDifferenceFilter remove(String className)
IDifferenceFilter
designated by the given String
.className
- The given String
representing a IDifferenceFilter
.IDifferenceFilter
designated by the given String
.void clear()
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.