net.sf.jomic.comic
Class ComicFileFilter

java.lang.Object
  extended by net.sf.jomic.comic.ComicFileFilter
All Implemented Interfaces:
FilenameFilter

public class ComicFileFilter
extends Object
implements FilenameFilter

FilenameFilter to accept comic archives.

Author:
Thomas Aglassinger

Constructor Summary
ComicFileFilter()
           
 
Method Summary
 boolean accept(File dir, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComicFileFilter

public ComicFileFilter()
Method Detail

accept

public final boolean accept(File dir,
                            String name)
Specified by:
accept in interface FilenameFilter