|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jnlp.cache.ResourceUrlCreator
public class ResourceUrlCreator
Field Summary | |
---|---|
protected DownloadOptions |
downloadOptions
|
protected Resource |
resource
|
Constructor Summary | |
---|---|
ResourceUrlCreator(Resource resource,
DownloadOptions downloadOptions)
|
Method Summary | |
---|---|
java.util.List<java.net.URL> |
getUrls()
Returns a list of URLs that the resources might be downloadable from. |
protected java.net.URL |
getVersionedUrlUsingQuery(Resource resource)
Returns the URL for a resource, relying on HTTP query for getting the right version |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final Resource resource
protected final DownloadOptions downloadOptions
Constructor Detail |
---|
public ResourceUrlCreator(Resource resource, DownloadOptions downloadOptions)
Method Detail |
---|
public java.util.List<java.net.URL> getUrls()
protected java.net.URL getVersionedUrlUsingQuery(Resource resource)
resource
- the resource to get the url for
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |