|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.compare.match.filter.ResourceFilterRegistry
public final class ResourceFilterRegistry
This registry will hold all resources filters available for the match to filter resources out of the "to-be-matched" list of resources. An example of this is the BinaryIdenticalResourcesFilter.
| Field Summary | |
|---|---|
static ResourceFilterRegistry |
INSTANCE
Singleton instance of the registry. |
| Method Summary | |
|---|---|
void |
addFilter(IResourceFilter filter)
Manually adds a filter to the registry. |
void |
clearRegistry()
Clears the registry out of all registered filters. |
java.util.Set<IResourceFilter> |
getRegisteredResourceFilters()
Returns the set of all registered resource filters. |
void |
removeFilter(IResourceFilter filter)
Removes a filter from the registry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ResourceFilterRegistry INSTANCE
| Method Detail |
|---|
public void addFilter(IResourceFilter filter)
filter - The IResourceFilter that is to be registered for the matching phase.public void removeFilter(IResourceFilter filter)
filter - The filter that is to be removed from the registry.public void clearRegistry()
public java.util.Set<IResourceFilter> getRegisteredResourceFilters()
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||