| Package | Description | 
|---|---|
| net.sourceforge.jnlp.cache | This package contains the JNLP cache. | 
| net.sourceforge.jnlp.event | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Resource | ResourceUrlCreator. resource | 
| Modifier and Type | Method and Description | 
|---|---|
| static Resource | Resource. getResource(java.net.URL location,
           Version requestVersion,
           UpdatePolicy updatePolicy)Return a shared Resource object representing the given
 location and version. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected net.sourceforge.jnlp.cache.ResourceDownloader.UrlRequestResult | ResourceDownloader. findBestUrl(Resource resource)Returns the 'best' valid URL for the given resource. | 
| protected void | ResourceTracker. fireDownloadEvent(Resource resource)Fires the download event corresponding to the resource's
 state. | 
| protected void | ResourceTracker. startDownloadThread(Resource resource)Start a new download thread. | 
| Constructor and Description | 
|---|
| ResourceDownloader(Resource resource,
                  java.lang.Object lock) | 
| ResourceUrlCreator(Resource resource,
                  DownloadOptions downloadOptions) | 
| Constructor and Description | 
|---|
| DownloadEvent(ResourceTracker source,
             Resource resource)Creates a launch event for the specified application
 instance. |