[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/search s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Fri Mar 18 18:56:49 MST 2005
Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search
In directory www.crosswire.org:/tmp/cvs-serv10359/java/jsword/org/crosswire/jsword/book/search
Modified Files:
IndexManager.java
Log Message:
Made Book the primary interface to a module and put BookMetaData within it. All of BookMetaData is accessible through the Book interface.
Index: IndexManager.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/IndexManager.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** IndexManager.java 15 Oct 2004 23:28:08 -0000 1.4
--- IndexManager.java 19 Mar 2005 01:56:47 -0000 1.5
***************
*** 5,9 ****
import org.crosswire.jsword.book.Book;
import org.crosswire.jsword.book.BookException;
- import org.crosswire.jsword.book.BookMetaData;
/**
--- 5,8 ----
***************
*** 52,59 ****
* We have downloaded a search index to a zip file. It should be installed
* from here.
! * @param bmd The book that we downloaded an index for
* @param tempDest The URL of a zip file to install
*/
! public void installDownloadedIndex(BookMetaData bmd, URL tempDest) throws BookException;
/**
--- 51,58 ----
* We have downloaded a search index to a zip file. It should be installed
* from here.
! * @param book The book that we downloaded an index for
* @param tempDest The URL of a zip file to install
*/
! public void installDownloadedIndex(Book book, URL tempDest) throws BookException;
/**
More information about the jsword-svn
mailing list