[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/search s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Fri Oct 15 16:28:10 MST 2004


Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search
In directory www.crosswire.org:/tmp/cvs-serv30320/java/jsword/org/crosswire/jsword/book/search

Modified Files:
	IndexManager.java 
Log Message:
progress on downloading index

Index: IndexManager.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/IndexManager.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** IndexManager.java	10 Oct 2004 22:12:02 -0000	1.3
--- IndexManager.java	15 Oct 2004 23:28:08 -0000	1.4
***************
*** 5,11 ****
  import org.crosswire.jsword.book.Book;
  import org.crosswire.jsword.book.BookException;
  
  /**
!  * .
   * 
   * <p><table border='1' cellPadding='3' cellSpacing='0'>
--- 5,12 ----
  import org.crosswire.jsword.book.Book;
  import org.crosswire.jsword.book.BookException;
+ import org.crosswire.jsword.book.BookMetaData;
  
  /**
!  * A way of managing a way of creating a search index for a book.
   * 
   * <p><table border='1' cellPadding='3' cellSpacing='0'>
***************
*** 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;
  
      /**
--- 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;
  
      /**



More information about the jsword-svn mailing list