public class SimpleFileFilter extends FileFilter implements Serializable
Constructor and Description |
---|
SimpleFileFilter() |
SimpleFileFilter(String ext,
String desc) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(File f) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getExtension() |
int |
hashCode() |
public boolean accept(File f)
accept
in class FileFilter
public String getExtension()
public String getDescription()
getDescription
in class FileFilter
Copyright © 1996–2022 Geotools. All rights reserved.