public class SimplePatternFileListFilter extends AbstractSimplePatternFileListFilter<File>
| Constructor and Description |
|---|
SimplePatternFileListFilter(String path) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getFilename(File file)
Subclasses must implement this method to extract the file's name.
|
protected boolean |
isDirectory(File file)
Subclasses must implement this method to indicate whether the file
is a directory or not.
|
acceptalwaysAccept, setAlwaysAcceptDirectoriesfilterFiles, supportsSingleFileFilteringpublic SimplePatternFileListFilter(String path)
protected String getFilename(File file)
AbstractSimplePatternFileListFiltergetFilename in class AbstractSimplePatternFileListFilter<File>file - The file.protected boolean isDirectory(File file)
AbstractDirectoryAwareFileListFilterisDirectory in class AbstractDirectoryAwareFileListFilter<File>file - the file.