Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.bible.book.ser
Class SerBibleDriver.CustomFilenameFilter  view SerBibleDriver.CustomFilenameFilter download SerBibleDriver.CustomFilenameFilter.java

java.lang.Object
  extended bycom.eireneh.bible.book.ser.SerBibleDriver.CustomFilenameFilter
All Implemented Interfaces:
java.io.FilenameFilter
Enclosing class:
SerBibleDriver

static class SerBibleDriver.CustomFilenameFilter
extends java.lang.Object
implements java.io.FilenameFilter

Check that the directories in the version directory really represent versions.


Constructor Summary
(package private) SerBibleDriver.CustomFilenameFilter()
           
 
Method Summary
 boolean accept(java.io.File parent, java.lang.String name)
          This method determines whether or not a given file should be included in a directory listing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerBibleDriver.CustomFilenameFilter

SerBibleDriver.CustomFilenameFilter()
Method Detail

accept

public boolean accept(java.io.File parent,
                      java.lang.String name)
Description copied from interface: java.io.FilenameFilter
This method determines whether or not a given file should be included in a directory listing.

Specified by:
accept in interface java.io.FilenameFilter