org.crosswire.jsword.book.sword
Class SwordBookDriver.CustomFilenameFilter
java.lang.Object
org.crosswire.jsword.book.sword.SwordBookDriver.CustomFilenameFilter
- All Implemented Interfaces:
- FilenameFilter
- Enclosing class:
- SwordBookDriver
private static class SwordBookDriver.CustomFilenameFilter
- extends Object
- implements FilenameFilter
Check that the directories in the version directory really
represent versions.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwordBookDriver.CustomFilenameFilter
private SwordBookDriver.CustomFilenameFilter()
accept
public boolean accept(File parent,
String name)
- Specified by:
accept
in interface FilenameFilter