Eclipse Platform
Release 3.5

org.eclipse.core.resources
Class AbstractFileInfoMatcher

java.lang.Object
  extended by org.eclipse.core.resources.AbstractFileInfoMatcher
Direct Known Subclasses:
CompoundFileInfoMatcher

public abstract class AbstractFileInfoMatcher
extends Object

A factory for instantiating IFileInfoFilter instances of a particular type.

Since:
3.6

Constructor Summary
AbstractFileInfoMatcher()
           
 
Method Summary
abstract  void initialize(IProject project, Object arguments)
           
abstract  boolean matches(IFileInfo fileInfo)
          Return if this filter matches with the fileInfo provided.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFileInfoMatcher

public AbstractFileInfoMatcher()
Method Detail

matches

public abstract boolean matches(IFileInfo fileInfo)
Return if this filter matches with the fileInfo provided.

Parameters:
fileInfo - the object to test
Returns:
true if this filter matches the given file info, and false otherwise.

initialize

public abstract void initialize(IProject project,
                                Object arguments)

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

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