org.crosswire.jsword.book
Class BookFilters.CustomBookFilter
java.lang.Object
org.crosswire.jsword.book.BookFilters.CustomBookFilter
- All Implemented Interfaces:
- BookFilter
- Enclosing class:
- BookFilters
static class BookFilters.CustomBookFilter
- extends Object
- implements BookFilter
Custom Filter
Method Summary |
boolean |
test(Book book)
Does this given book pass the tests implemented by this filter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tests
private BookFilters.CustomBookFilter.Test[] tests
BookFilters.CustomBookFilter
public BookFilters.CustomBookFilter(String match)
- Ctor
- Parameters:
match
- The match spec.- See Also:
BookFilters.getCustom(String)
test
public boolean test(Book book)
- Description copied from interface:
BookFilter
- Does this given book pass the tests implemented by this filter
- Specified by:
test
in interface BookFilter
- Parameters:
book
- The Book to test
- Returns:
- boolean true if it passes, false otherwise