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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
initialize
(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:AbstractFileInfoMatcher
Sets initialization data for this matcher.- Specified by:
initialize
in classAbstractFileInfoMatcher
- Parameters:
project
- project this matcher works onarguments
- matcher specific initialization argument- Throws:
CoreException
- if initialization failed
-