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
IOException
void loadResource(URL ref, String version, DownloadServiceListener listener) throws IOException
IOException
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.