Eclipse Platform
Release 3.5

org.eclipse.core.resources
Class CompoundFileInfoMatcher

java.lang.Object
  extended by org.eclipse.core.resources.AbstractFileInfoMatcher
      extended by org.eclipse.core.resources.CompoundFileInfoMatcher

public abstract class CompoundFileInfoMatcher
extends AbstractFileInfoMatcher

Resource Filter Type allowing serializing sub filters as the arguments

Since:
3.6

Field Summary
protected  AbstractFileInfoMatcher[] filterTypes
           
 
Constructor Summary
CompoundFileInfoMatcher()
           
 
Method Summary
 void initialize(IProject project, Object arguments)
           
protected  AbstractFileInfoMatcher instantiate(IProject project, IFileInfoMatcherDescription filter)
           
 
Methods inherited from class org.eclipse.core.resources.AbstractFileInfoMatcher
matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filterTypes

protected AbstractFileInfoMatcher[] filterTypes
Constructor Detail

CompoundFileInfoMatcher

public CompoundFileInfoMatcher()
Method Detail

instantiate

protected AbstractFileInfoMatcher instantiate(IProject project,
                                              IFileInfoMatcherDescription filter)

initialize

public final void initialize(IProject project,
                             Object arguments)
Specified by:
initialize in class AbstractFileInfoMatcher

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

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