Package javax.jnlp
Interface DownloadService
public interface DownloadService
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisExtensionPartCached(URL ref, String version, String part) booleanisExtensionPartCached(URL ref, String version, String[] parts) booleanisPartCached(String part) booleanisPartCached(String[] parts) booleanisResourceCached(URL ref, String version) voidloadExtensionPart(URL ref, String version, String[] parts, DownloadServiceListener progress) voidloadExtensionPart(URL ref, String version, String part, DownloadServiceListener progress) voidloadPart(String[] parts, DownloadServiceListener progress) voidloadPart(String part, DownloadServiceListener progress) voidloadResource(URL ref, String version, DownloadServiceListener progress) voidremoveExtensionPart(URL ref, String version, String part) voidremoveExtensionPart(URL ref, String version, String[] parts) voidremovePart(String part) voidremovePart(String[] parts) voidremoveResource(URL ref, String version)
-
Method Details
-
isResourceCached
-
isPartCached
-
isPartCached
-
isExtensionPartCached
-
isExtensionPartCached
-
loadResource
- Throws:
IOException
-
loadPart
- Throws:
IOException
-
loadPart
- Throws:
IOException
-
loadExtensionPart
void loadExtensionPart(URL ref, String version, String part, DownloadServiceListener progress) throws IOException - Throws:
IOException
-
loadExtensionPart
void loadExtensionPart(URL ref, String version, String[] parts, DownloadServiceListener progress) throws IOException - Throws:
IOException
-
removeResource
- Throws:
IOException
-
removePart
- Throws:
IOException
-
removePart
- Throws:
IOException
-
removeExtensionPart
- Throws:
IOException
-
removeExtensionPart
- Throws:
IOException
-
getDefaultProgressWindow
DownloadServiceListener getDefaultProgressWindow()
-