Uses of Interface
org.eclipse.core.resources.IFilterMatcherDescriptor
-
Packages that use IFilterMatcherDescriptor Package Description org.eclipse.core.resources Provides basic support for managing a workspace and its resources. -
-
Uses of IFilterMatcherDescriptor in org.eclipse.core.resources
Methods in org.eclipse.core.resources that return IFilterMatcherDescriptor Modifier and Type Method Description IFilterMatcherDescriptor
IWorkspace. getFilterMatcherDescriptor(String filterMatcherId)
Returns the filter descriptor with the given unique identifier, ornull
if there is no such filter.IFilterMatcherDescriptor[]
IWorkspace. getFilterMatcherDescriptors()
Returns all filter matcher descriptors known to this workspace.
-