com.armatiek.infofuze.stream.filesystem.filefilter
Interface IOFileFilter

All Known Implementing Classes:
AgeFileFilter, AndFileFilter, BinaryFileExtractor, CanReadFileFilter, CompressedFileExtractor, CSVFileExtractor, DirectoryFileExtractor, DirectoryFileFilter, EmptyFileFilter, FalseFileFilter, FileExtractor, FileFileExtractor, FileFileFilter, HiddenFileFilter, MimeTypeFileFilter, NameFileFilter, NotFileFilter, OrFileFilter, PrefixFileFilter, RegexFileFilter, SizeFileFilter, SuffixFileFilter, TrueFileFilter, UnparseableFileExtractor, WildcardFileFilter, XMLFileExtractor

public interface IOFileFilter

Interface that must be implemented by all Infofuze's FileExtractor classes. This interface contains one method accept() that is used to check if the FileIf should be accepted by this filter.

Author:
Maarten Kroon

Method Summary
 boolean accept(FileIf file)
          Checks to see if the FileIf should be accepted by this filter.
 

Method Detail

accept

boolean accept(FileIf file)
Checks to see if the FileIf should be accepted by this filter.

Parameters:
file - the FileIf to check
Returns:
true if this file matches the test