public interface DownloadService
| Modifier and Type | Method and Description |
|---|---|
boolean |
isResourceCached(URL url,
String version) |
void |
loadResource(URL ref,
String version,
DownloadServiceListener listener) |
void |
removeResource(URL url,
String version) |
boolean isResourceCached(URL url, String version)
void removeResource(URL url, String version) throws IOException
IOExceptionvoid loadResource(URL ref, String version, DownloadServiceListener listener) throws IOException
IOExceptionCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.