Uses of Interface
com.alee.utils.file.FileDownloadListener

Packages that use FileDownloadListener
com.alee.utils   
 

Uses of FileDownloadListener in com.alee.utils
 

Methods in com.alee.utils with parameters of type FileDownloadListener
static java.io.File FileUtils.downloadFile(java.lang.String url, java.io.File dstFile, boolean encodeUrl, java.lang.String contentType, int timeout, FileDownloadListener listener)
          Downloads file from the specified url to destination file and returns it if download succeed or null if not.
static java.io.File FileUtils.downloadFile(java.lang.String url, java.io.File dstFile, FileDownloadListener listener)
          Downloads file from the specified url to destination file and returns it if download succeed or null if not.
static java.io.File FileUtils.downloadFile(java.lang.String url, java.lang.String dst, boolean encodeUrl, java.lang.String contentType, int timeout, FileDownloadListener listener)
          Downloads file from the specified url to destination file and returns it if download succeed or null if not.
static JarStructure ReflectUtils.getJarStructure(java.lang.Class jarClass, java.util.List<java.lang.String> allowedExtensions, java.util.List<java.lang.String> allowedPackgages, FileDownloadListener listener)
          Returns JAR archive structure.