Package | Description |
---|---|
net.sourceforge.jnlp.cache |
This package contains the JNLP cache.
|
net.sourceforge.jnlp.event |
This package contains the JNLP events.
|
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 void |
ResourceTracker.fireDownloadEvent(Resource resource)
Fires the download event corresponding to the resource's
state.
|
protected java.net.URL |
ResourceUrlCreator.getVersionedUrlUsingQuery(Resource resource)
Returns the URL for a resource, relying on HTTP query for getting the
right version
|
Constructor and Description |
---|
ResourceUrlCreator(Resource resource,
DownloadOptions downloadOptions) |
Constructor and Description |
---|
DownloadEvent(ResourceTracker source,
Resource resource)
Creates a launch event for the specified application
instance.
|