org.eclipse.modisco.infra.discovery.benchmark.api
Interface IFileFilter


public interface IFileFilter

Interface for file filters

Author:
Guillaume Doux

Method Summary
 boolean accept(IFile file)
          Say if the file in parameter is accepted by the filter
 

Method Detail

accept

boolean accept(IFile file)
Say if the file in parameter is accepted by the filter

Parameters:
file - to test
Returns:
true if file is accepted