org.jajuk.util
Class DownloadManager

java.lang.Object
  extended by org.jajuk.util.DownloadManager

public class DownloadManager
extends Object

Manages network downloads


Constructor Summary
DownloadManager()
           
 
Method Summary
static String getExtension(URL f)
          Returns the extension of file denoted by given URL.
static List<URL> getRemoteCoversList(String search)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadManager

public DownloadManager()
Method Detail

getRemoteCoversList

public static List<URL> getRemoteCoversList(String search)
                                     throws IOException
Parameters:
search -
Returns:
a list of urls
Throws:
IOException

getExtension

public static String getExtension(URL f)
Returns the extension of file denoted by given URL.

Parameters:
f - the url
Returns:
the extension


Copyright © 2007-2008. All Rights Reserved.