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 booleanaccept(File f)booleanequals(Object o)StringgetDescription()StringgetExtension()inthashCode()
-
-
-
Method Detail
-
accept
public boolean accept(File f)
- Specified by:
acceptin classFileFilter
-
getExtension
public String getExtension()
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin classFileFilter
-
-