Package org.geotools.graph.util
Class SimpleFileFilter
- Object
-
- FileFilter
-
- SimpleFileFilter
-
- All Implemented Interfaces:
Serializable
public class SimpleFileFilter extends FileFilter implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleFileFilter()
SimpleFileFilter(String ext, String desc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(File f)
boolean
equals(Object o)
String
getDescription()
String
getExtension()
int
hashCode()
-
-
-
Method Detail
-
accept
public boolean accept(File f)
- Specified by:
accept
in classFileFilter
-
getExtension
public String getExtension()
-
getDescription
public String getDescription()
- Specified by:
getDescription
in classFileFilter
-
-