public interface FileDownloader
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
downloadFile(URL fileUrl)
Downloads a file to destination.
|
java.nio.file.Path downloadFile(URL fileUrl) throws ro.fortsoft.pf4j.PluginException, IOException
fileUrl - the URL representing the file to downloadIOException - if there was an IO problem during downloadro.fortsoft.pf4j.PluginException - in case of other problems, such as unsupported protocolCopyright © 2017. All Rights Reserved.