javax.jnlp
Interface DownloadService
public interface DownloadService
Method Summary |
DownloadServiceListener |
getDefaultProgressWindow()
|
boolean |
isExtensionPartCached(URL ref,
String version,
String part)
|
boolean |
isExtensionPartCached(URL ref,
String version,
String[] parts)
|
boolean |
isPartCached(String part)
|
boolean |
isPartCached(String[] parts)
|
boolean |
isResourceCached(URL ref,
String version)
|
void |
loadExtensionPart(URL ref,
String version,
String[] parts,
DownloadServiceListener progress)
|
void |
loadExtensionPart(URL ref,
String version,
String part,
DownloadServiceListener progress)
|
void |
loadPart(String[] parts,
DownloadServiceListener progress)
|
void |
loadPart(String part,
DownloadServiceListener progress)
|
void |
loadResource(URL ref,
String version,
DownloadServiceListener progress)
|
void |
removeExtensionPart(URL ref,
String version,
String part)
|
void |
removeExtensionPart(URL ref,
String version,
String[] parts)
|
void |
removePart(String part)
|
void |
removePart(String[] parts)
|
void |
removeResource(URL ref,
String version)
|
isResourceCached
boolean isResourceCached(URL ref,
String version)
isPartCached
boolean isPartCached(String part)
isPartCached
boolean isPartCached(String[] parts)
isExtensionPartCached
boolean isExtensionPartCached(URL ref,
String version,
String part)
isExtensionPartCached
boolean isExtensionPartCached(URL ref,
String version,
String[] parts)
loadResource
void loadResource(URL ref,
String version,
DownloadServiceListener progress)
throws IOException
- Throws:
IOException
loadPart
void loadPart(String part,
DownloadServiceListener progress)
throws IOException
- Throws:
IOException
loadPart
void loadPart(String[] parts,
DownloadServiceListener progress)
throws IOException
- 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
void removeResource(URL ref,
String version)
throws IOException
- Throws:
IOException
removePart
void removePart(String part)
throws IOException
- Throws:
IOException
removePart
void removePart(String[] parts)
throws IOException
- Throws:
IOException
removeExtensionPart
void removeExtensionPart(URL ref,
String version,
String part)
throws IOException
- Throws:
IOException
removeExtensionPart
void removeExtensionPart(URL ref,
String version,
String[] parts)
throws IOException
- Throws:
IOException
getDefaultProgressWindow
DownloadServiceListener getDefaultProgressWindow()
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.