public class FileSetFilter extends FileFilter implements FileFilter
| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
SUFFIXES_TO_IGNORE |
| Constructor and Description |
|---|
FileSetFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File file) |
String |
getDescription() |
boolean |
isDataRaster(Object source,
AVList params) |
protected static final String[] SUFFIXES_TO_IGNORE
public boolean accept(File file)
accept in interface FileFilteraccept in class FileFilterpublic String getDescription()
getDescription in class FileFilter