Uses of Class
net.sourceforge.jnlp.ResourcesDesc
Packages that use ResourcesDesc
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.
-
Uses of ResourcesDesc in net.sourceforge.jnlp
Fields in net.sourceforge.jnlp declared as ResourcesDescModifier and TypeFieldDescriptionprotected ResourcesDesc
JNLPFile.sharedResources
additional resources not in JNLP file (from command line)Fields in net.sourceforge.jnlp with type parameters of type ResourcesDescMethods in net.sourceforge.jnlp that return ResourcesDescModifier and TypeMethodDescriptionJNLPFile.getResources()
JNLPFile.getResources
(Locale locale, String os, String arch) PluginBridge.getResources
(Locale locale, String os, String arch) JNLPFile.getResourcesDescs()
JNLPFile.getResourcesDescs
(Locale locale, String os, String arch) PluginBridge.getResourcesDescs
(Locale locale, String os, String arch) Methods in net.sourceforge.jnlp that return types with arguments of type ResourcesDescModifier and TypeMethodDescriptionParser.getResources
(Node parent, boolean j2se) JREDesc.getResourcesDesc()
Constructor parameters in net.sourceforge.jnlp with type arguments of type ResourcesDescModifierConstructorDescriptionJREDesc
(Version.JreVersion version, URL location, String vmArgs, String initialHeapSize, String maximumHeapSize, List<ResourcesDesc> resources) Create a JRE descriptor.