[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/install 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/install
In directory www.crosswire.org:/tmp/cvs-serv25203/java/jsword/org/crosswire/jsword/book/install

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

Index: Installer.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/Installer.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Installer.java	2 Oct 2004 14:01:42 -0000	1.6
--- Installer.java	10 Oct 2004 22:12:02 -0000	1.7
***************
*** 50,54 ****
       * then we should just return an empty list and not attempt to contact the
       * remote source. See notes on reload for more information.
!      * @see Installer#reloadIndex()
       */
      public List getBookMetaDatas();
--- 50,54 ----
       * then we should just return an empty list and not attempt to contact the
       * remote source. See notes on reload for more information.
!      * @see Installer#reloadBookList()
       */
      public List getBookMetaDatas();
***************
*** 60,64 ****
       * Christians then this action might give the game away.</b>
       */
!     public void reloadIndex() throws InstallException;
  
      /**
--- 60,64 ----
       * Christians then this action might give the game away.</b>
       */
!     public void reloadBookList() throws InstallException;
  
      /**
***************
*** 71,75 ****
  
      /**
!      * @param bmd
       * @return the remote url for the BookMetaData
       */
--- 71,85 ----
  
      /**
!      * Download a search index for the given Book.
!      * The installation of the search index is the responsibility of the
!      * IndexManager.
!      * @param bmd The book to download a search index for.
!      * @param tempDest A temporary URL for downloading to. Passed to the
!      * IndexManager for installation.
!      */
!     public void downloadSearchIndex(BookMetaData bmd, URL tempDest) throws InstallException;
! 
!     /**
!      * @param bmd The book meta-data to get a URL from.
       * @return the remote url for the BookMetaData
       */
***************
*** 77,81 ****
  
      /**
!      * @param bmd
       * @return the url for the directory for BookMetaData
       */
--- 87,91 ----
  
      /**
!      * @param bmd The book meta-data to get a URL from.
       * @return the url for the directory for BookMetaData
       */
***************
*** 85,89 ****
       * Return true if the module is not installed or there is a newer
       * version to install.
!      * @param bmd
       * @return whether there is a newer version to install
       */
--- 95,99 ----
       * Return true if the module is not installed or there is a newer
       * version to install.
!      * @param bmd The book meta-data to check on.
       * @return whether there is a newer version to install
       */



More information about the jsword-svn mailing list