org.crosswire.jsword.book
Interface BookFilter

All Known Implementing Classes:
APIExamples.MyBookFilter, BookFilters.AllBookFilter, BookFilters.BookCategoryFilter, BookFilters.BookFeatureFilter, BookFilters.CustomBookFilter, BookFilters.NotBookCategoryFilter

public interface BookFilter

A method of filtering Books.

Author:
Joe Walker
See Also:
The GNU Lesser General Public License for details.

Method Summary
 boolean test(Book book)
          Does this given book pass the tests implemented by this filter
 

Method Detail

test

boolean test(Book book)
Does this given book pass the tests implemented by this filter

Parameters:
book - The Book to test
Returns:
boolean true if it passes, false otherwise

Copyright ยจ 2003-2015