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

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sat Oct 2 07:01:44 MST 2004


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

Modified Files:
	Installer.java 
Log Message:
Installer improvements
BD-15

Index: Installer.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/install/Installer.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Installer.java	28 Sep 2004 22:25:10 -0000	1.5
--- Installer.java	2 Oct 2004 14:01:42 -0000	1.6
***************
*** 72,77 ****
      /**
       * @param bmd
!      * @return the url for the BookMetaData
       */
!     public URL toURL(BookMetaData bmd);
  }
--- 72,91 ----
      /**
       * @param bmd
!      * @return the remote url for the BookMetaData
       */
!     public URL toRemoteURL(BookMetaData bmd);
! 
!     /**
!      * @param bmd
!      * @return the url for the directory for BookMetaData
!      */
!     public URL toLocalURL(BookMetaData bmd);
! 
!     /**
!      * 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
!      */
!     public boolean isNewer(BookMetaData bmd);
  }



More information about the jsword-svn mailing list