Class AbstractRegexPatternFileListFilter<F>

java.lang.Object
Type Parameters:
F - the type of file entry
All Implemented Interfaces:
FileListFilter<F>
Direct Known Subclasses:
RegexPatternFileListFilter

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