public interface FileDownloader
| Modifier and Type | Method and Description |
|---|---|
Path |
downloadFile(URL fileUrl)
Downloads a file to destination.
|
Path downloadFile(URL fileUrl) throws IOException
fileUrl - the URL representing the file to downloadIOException - if there was an IO problem during downloadorg.pf4j.PluginRuntimeException - in case of other problems, such as unsupported protocolCopyright © 2020. All rights reserved.