Class CompoundFileInfoMatcher
java.lang.Object
org.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher
org.eclipse.core.resources.filtermatchers.CompoundFileInfoMatcher
Resource Filter Type allowing serializing sub filters as the arguments
- Since:
- 3.6
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidinitialize(IProject project, Object arguments) Sets initialization data for this matcher.Methods inherited from class org.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher
matches
-
Field Details
-
matchers
-
-
Constructor Details
-
CompoundFileInfoMatcher
public CompoundFileInfoMatcher()
-
-
Method Details
-
initialize
Description copied from class:AbstractFileInfoMatcherSets initialization data for this matcher.- Specified by:
initializein classAbstractFileInfoMatcher- Parameters:
project- project this matcher works onarguments- matcher specific initialization argument- Throws:
CoreException- if initialization failed
-