Uses of Interface
org.eclipse.emf.compare.match.filter.IResourceFilter

Packages that use IResourceFilter
org.eclipse.emf.compare.match.engine Provides a generic match engine. 
org.eclipse.emf.compare.match.filter   
 

Uses of IResourceFilter in org.eclipse.emf.compare.match.engine
 

Methods in org.eclipse.emf.compare.match.engine with parameters of type IResourceFilter
 void IMatchScopeProvider.applyResourceFilter(IResourceFilter filter)
          In case the left, right, and target IMatchScopes are based on Resources and not EObjects, the filter can be applied to further restrict the scope.
 void GenericMatchScopeProvider.applyResourceFilter(IResourceFilter filter)
          Allows to apply an IResourceFilter to the contained scopes, to reduce them respectively.
 

Uses of IResourceFilter in org.eclipse.emf.compare.match.filter
 

Methods in org.eclipse.emf.compare.match.filter that return types with arguments of type IResourceFilter
 java.util.Set<IResourceFilter> ResourceFilterRegistry.getRegisteredResourceFilters()
          Returns the set of all registered resource filters.
 

Methods in org.eclipse.emf.compare.match.filter with parameters of type IResourceFilter
 void ResourceFilterRegistry.addFilter(IResourceFilter filter)
          Manually adds a filter to the registry.
 void ResourceFilterRegistry.removeFilter(IResourceFilter filter)
          Removes a filter from the registry.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.