Class AbstractRegexPatternFileListFilter<F>

Type Parameters:
F - the type of file entry
All Implemented Interfaces:
FileListFilter<F>
Direct Known Subclasses:
FtpRegexPatternFileListFilter, RegexPatternFileListFilter, SftpRegexPatternFileListFilter

public abstract class AbstractRegexPatternFileListFilter<F>
extends AbstractDirectoryAwareFileListFilter<F>
Filters a listing of files by qualifying their 'name' against a regular expression (an instance of Pattern)
Since:
2.0
Author:
Iwein Fuld, Josh Long, Artem Bilan