Eclipse Platform
Release 3.5

org.eclipse.core.filesystem
Interface IFileInfoFilter


public interface IFileInfoFilter

A filter that is used to match IFileInfo instances that satisfy certain criteria.

Since:
1.3

Method Summary
 boolean matches(IFileInfo fileInfo)
          Return if this filter matches with the fileInfo provided.
 

Method Detail

matches

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.

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

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