Eclipse Platform
Release 3.6

org.eclipse.core.resources.filtermatchers
Class CompoundFileInfoMatcher

java.lang.Object
  extended by org.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher
      extended by 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
protected  AbstractFileInfoMatcher[] matchers
           
 
Constructor Summary
CompoundFileInfoMatcher()
           
 
Method Summary
 void initialize(IProject project, Object arguments)
          Sets initialization data for this matcher.
 
Methods inherited from class org.eclipse.core.resources.filtermatchers.AbstractFileInfoMatcher
matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matchers

protected AbstractFileInfoMatcher[] matchers
Constructor Detail

CompoundFileInfoMatcher

public CompoundFileInfoMatcher()
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 class AbstractFileInfoMatcher
Throws:
CoreException - if initialization failed

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.