org.crosswire.jsword.book
Interface BookFilter

All Known Implementing Classes:
BookFilters.AllBookFilter, BookFilters.BiblesBookFilter, BookFilters.CommentariesBookFilter, BookFilters.CustomBookFilter, BookFilters.DailyDevotionalsBookFilter, BookFilters.DictionariesBookFilter, BookFilters.GreekDefinitionsBookFilter, BookFilters.GreekParseBookFilter, BookFilters.HebrewDefinitionsBookFilter, BookFilters.HebrewParseBookFilter

public interface BookFilter

A method of filtering Books.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details. The copyright to this program is held by it's authors.

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-2006