org.eclipse.core.resources.filtermatchers
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
matchers
protected AbstractFileInfoMatcher[] matchers
CompoundFileInfoMatcher
public CompoundFileInfoMatcher()
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 class AbstractFileInfoMatcher
- Throws:
CoreException
- if initialization failed
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.