Class AbstractSimplePatternFileListFilter<F>

All Implemented Interfaces:
FileListFilter<F>
Direct Known Subclasses:
FtpSimplePatternFileListFilter, SftpSimplePatternFileListFilter, SimplePatternFileListFilter

public abstract class AbstractSimplePatternFileListFilter<F>
extends AbstractDirectoryAwareFileListFilter<F>
Base class for filters that support ant style path expressions, which are less powerful but more readable than regular expressions. This filter only filters on the name of the file, the rest of the path is ignored.
Since:
2.0
Author:
Iwein Fuld, Mark Fisher
See Also:
AntPathMatcher, AbstractRegexPatternFileListFilter