net.sf.bloof.util
Class DepsDownloader

java.lang.Object
  |
  +--net.sf.bloof.util.DepsDownloader
All Implemented Interfaces:
FileDownloadListener

public class DepsDownloader
extends java.lang.Object
implements FileDownloadListener

Downloads bloof dependencies from bloof website As the binary distribution does not include external jars, this class gets them before bloof is started. It is invoked by the bloof shell script only if any dependency is not meet yet.

Version:
$Id: DepsDownloader.java,v 1.6 2003/06/28 06:51:42 pekacki Exp $
Author:
Lukasz Pekacki

Constructor Summary
DepsDownloader()
           
 
Method Summary
 void downloadEventOccured(DownloadEvent aE)
          Method downloadEventOccured.
static void main(java.lang.String[] aArgs)
          Main method, starts the downloader program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepsDownloader

public DepsDownloader()
Method Detail

main

public static void main(java.lang.String[] aArgs)
Main method, starts the downloader program.

Parameters:
aArgs - list of URLs to be downloaded into the lib directory

downloadEventOccured

public void downloadEventOccured(DownloadEvent aE)
Description copied from interface: FileDownloadListener
Method downloadEventOccured.

Specified by:
downloadEventOccured in interface FileDownloadListener
Parameters:
aE - Download Event corresponding the real event
See Also:
FileDownloadListener.downloadEventOccured( DownloadEvent )


Copyright © 2003 bloof@Sourceforge. All Rights Reserved.