Uses of Class
net.sourceforge.jnlp.cache.ResourceTracker
Packages that use ResourceTracker
Package
Description
This package contains the classes that represent the parts of a Java Network
Launching Protocol (JNLP) file as objects, and a way to launch a JNLP file
as an application, applet, or installer.
This package contains the JNLP cache.
-
Uses of ResourceTracker in net.sourceforge.jnlp
Constructors in net.sourceforge.jnlp with parameters of type ResourceTracker -
Uses of ResourceTracker in net.sourceforge.jnlp.cache
Methods in net.sourceforge.jnlp.cache with parameters of type ResourceTrackerModifier and TypeMethodDescriptionvoidResource.addTracker(ResourceTracker tracker) Adds the tracker to the list of trackers monitoring this resource.voidResource.removeTracker(ResourceTracker tracker) Removes the tracker to the list of trackers monitoring this resource.static voidCacheUtil.waitForResources(ApplicationInstance app, ResourceTracker tracker, URL[] resources, String title) Waits until the resources are downloaded, while showing a progress indicator.Constructors in net.sourceforge.jnlp.cache with parameters of type ResourceTracker -
Uses of ResourceTracker in net.sourceforge.jnlp.event
Methods in net.sourceforge.jnlp.event that return ResourceTrackerConstructors in net.sourceforge.jnlp.event with parameters of type ResourceTrackerModifierConstructorDescriptionDownloadEvent(ResourceTracker source, Resource resource) Creates a launch event for the specified application instance. -
Uses of ResourceTracker in net.sourceforge.jnlp.tools
Methods in net.sourceforge.jnlp.tools with parameters of type ResourceTrackerModifier and TypeMethodDescriptionvoidJarCertVerifier.add(List<JARDesc> jars, ResourceTracker tracker) Update the verifier to consider new jars when verifying.static booleanJarCertVerifier.isJarSigned(JARDesc jar, AppVerifier verifier, ResourceTracker tracker)