| 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> |
ResourceExchange.get(URI uri)
Gets the resource pointed by an URL into file
|
Resource<InputStream> |
HttpResourceExchange.get(URI uri)
Deprecated.
|
ResourceInfo |
ResourceExchange.info(URI uri)
Gets the resource information pointed by an URL into file
|
ResourceInfo |
HttpResourceExchange.info(URI uri)
Deprecated.
|
This documentation was released into the public domain.