private static class FileHandler.FileSuffixFilter extends java.lang.Object implements FileHandler.Filter
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
suffix |
| Constructor and Description |
|---|
FileSuffixFilter(java.lang.String suffix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRequired(java.io.File file) |
public boolean isRequired(java.io.File file)
isRequired in interface FileHandler.Filterfile - File to be considered.