Uses of Class
net.sourceforge.jnlp.ResourcesDesc
-
Packages that use ResourcesDesc Package Description net.sourceforge.jnlp 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 ResourcesDesc Modifier and Type Field Description protected ResourcesDesc
JNLPFile. sharedResources
additional resources not in JNLP file (from command line)Fields in net.sourceforge.jnlp with type parameters of type ResourcesDesc Modifier and Type Field Description protected java.util.List<ResourcesDesc>
JNLPFile. resources
resourcesMethods in net.sourceforge.jnlp that return ResourcesDesc Modifier and Type Method Description ResourcesDesc
JNLPFile. getResources()
ResourcesDesc
JNLPFile. getResources(java.util.Locale locale, java.lang.String os, java.lang.String arch)
ResourcesDesc
PluginBridge. getResources(java.util.Locale locale, java.lang.String os, java.lang.String arch)
ResourcesDesc[]
JNLPFile. getResourcesDescs()
ResourcesDesc[]
JNLPFile. getResourcesDescs(java.util.Locale locale, java.lang.String os, java.lang.String arch)
ResourcesDesc[]
PluginBridge. getResourcesDescs(java.util.Locale locale, java.lang.String os, java.lang.String arch)
Methods in net.sourceforge.jnlp that return types with arguments of type ResourcesDesc Modifier and Type Method Description java.util.List<ResourcesDesc>
Parser. getResources(Node parent, boolean j2se)
java.util.List<ResourcesDesc>
JREDesc. getResourcesDesc()
Constructor parameters in net.sourceforge.jnlp with type arguments of type ResourcesDesc Constructor Description JREDesc(Version.JreVersion version, java.net.URL location, java.lang.String vmArgs, java.lang.String initialHeapSize, java.lang.String maximumHeapSize, java.util.List<ResourcesDesc> resources)
Create a JRE descriptor.
-