Class CompoundFileInfoMatcher
- java.lang.Object
-
- org.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher
-
- org.eclipse.core.resources.filtermatchers.CompoundFileInfoMatcher
-
public abstract class CompoundFileInfoMatcher extends AbstractFileInfoMatcher
Resource Filter Type allowing serializing sub filters as the arguments- Since:
- 3.6
-
-
Field Summary
Fields Modifier and Type Field Description protected AbstractFileInfoMatcher[]
matchers
-
Constructor Summary
Constructors Constructor Description CompoundFileInfoMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize(IProject project, Object arguments)
Sets initialization data for this matcher.-
Methods inherited from class org.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher
matches
-
-
-
-
Field Detail
-
matchers
protected AbstractFileInfoMatcher[] matchers
-
-
Method Detail
-
initialize
public final void initialize(IProject project, Object arguments) throws CoreException
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
-
-