|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.bloof.util.DepsDownloader
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.
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 |
public DepsDownloader()
Method Detail |
public static void main(java.lang.String[] aArgs)
aArgs
- list of URLs to be downloaded into the lib directorypublic void downloadEventOccured(DownloadEvent aE)
FileDownloadListener
downloadEventOccured
in interface FileDownloadListener
aE
- Download Event corresponding the real eventFileDownloadListener.downloadEventOccured( DownloadEvent )
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |