Class SimplePatternFileListFilter

All Implemented Interfaces:
FileListFilter<File>

public class SimplePatternFileListFilter extends AbstractSimplePatternFileListFilter<File>
Filter that supports 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:
Mark Fisher, Gary Russell