All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.paneris.util.ExtensionFilter

java.lang.Object
   |
   +----org.paneris.util.ExtensionFilter

public class ExtensionFilter
extends Object
implements FilenameFilter
filters filename according to their extension


Constructor Index

 o ExtensionFilter(String)
constructor

Method Index

 o accept(File, String)
check if this file matches what we are after

Constructors

 o ExtensionFilter
 public ExtensionFilter(String ext)
constructor

Methods

 o accept
 public boolean accept(File dir,
                       String name)
check if this file matches what we are after


All Packages  Class Hierarchy  This Package  Previous  Next  Index