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

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sun Oct 10 15:12:04 MST 2004


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

Modified Files:
	IndexManager.java 
Log Message:
basics of downloadable indexers

Index: IndexManager.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/IndexManager.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** IndexManager.java	9 Oct 2004 21:45:04 -0000	1.2
--- IndexManager.java	10 Oct 2004 22:12:02 -0000	1.3
***************
*** 1,4 ****
--- 1,6 ----
  package org.crosswire.jsword.book.search;
  
+ import java.net.URL;
+ 
  import org.crosswire.jsword.book.Book;
  import org.crosswire.jsword.book.BookException;
***************
*** 47,50 ****
--- 49,60 ----
  
      /**
+      * 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;
+ 
+     /**
       * Tidy up after yourself and remove all the files that make up any indexes
       * you created.



More information about the jsword-svn mailing list