| Package | Description |
|---|---|
| com.alee.utils |
This package contains various utility and utility-related classes provided by 'core' module.
|
| com.alee.utils.jar |
| Modifier and Type | Method and Description |
|---|---|
static File |
FileUtils.downloadFile(String url,
File dstFile,
boolean encodeUrl,
String contentType,
int timeout,
FileDownloadListener listener)
Downloads file from the specified url to destination file and returns it if download succeed.
|
static File |
FileUtils.downloadFile(String url,
File dstFile,
FileDownloadListener listener)
Downloads file from the specified url to destination file and returns it if download succeed.
|
static File |
FileUtils.downloadFile(String url,
String dst,
boolean encodeUrl,
String contentType,
int timeout,
FileDownloadListener listener)
Downloads file from the specified url to destination file and returns it if download succeed.
|
| Constructor and Description |
|---|
JarStructure(Class jarClass,
List<String> allowedExtensions,
List<String> allowedPackages,
FileDownloadListener listener)
Constructs new
JarStructure. |
Copyright © 2020. All rights reserved.