de.dv.sbu.filefilter
Interface IFileFilter
- All Known Implementing Classes:
- AllFilter, FilterChain, NotFilter, PathFilter, SimplePathFilter, SuffixFilter
public interface IFileFilter
Interface for filtering source files. The files are relative to the source root directory.
- Author:
- Daniel Vogtland
acceptFile
boolean acceptFile(SourceFileInformation fileInfo)
- Test the given file information object relative to some root directory.
- Parameters:
fileInfo
- The file information to test.
- Returns:
true
if the file is accepted. false
if the file is rejected.