org.crosswire.jsword.book.readings
Class ReadingsBookDriver.ReadingsFilter

java.lang.Object
  extended by org.crosswire.jsword.book.readings.ReadingsBookDriver.ReadingsFilter
All Implemented Interfaces:
URIFilter
Enclosing class:
ReadingsBookDriver

static final class ReadingsBookDriver.ReadingsFilter
extends Object
implements URIFilter

Get all files mentioned by readings.txt


Constructor Summary
ReadingsBookDriver.ReadingsFilter()
           
 
Method Summary
 boolean accept(String name)
          Tests if a specified file should be included in a file list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadingsBookDriver.ReadingsFilter

ReadingsBookDriver.ReadingsFilter()
Method Detail

accept

public boolean accept(String name)
Description copied from interface: URIFilter
Tests if a specified file should be included in a file list.

Specified by:
accept in interface URIFilter
Parameters:
name - the name of the file.
Returns:
true if and only if the name should be included in the file list; false otherwise.

Copyright ยจ 2003-2007