Package | Description |
---|---|
org.maestro.contrib.utils | |
org.maestro.contrib.utils.resource |
Resource exchange support
|
Modifier and Type | Method and Description |
---|---|
static void |
Downloader.download(String url,
String destDir)
Download a file overwriting existent ones
|
static void |
Downloader.download(String url,
String destDir,
boolean overwrite)
Download a file
|
Modifier and Type | Method and Description |
---|---|
Resource<InputStream> |
HttpResourceExchange.get(URI uri) |
Resource<InputStream> |
ResourceExchange.get(URI uri)
Gets the resource pointed by an URL into file
|
ResourceInfo |
HttpResourceExchange.info(URI uri) |
ResourceInfo |
ResourceExchange.info(URI uri)
Gets the resource information pointed by an URL into file
|
This documentation was released into the public domain.