- J2EE_PERMISSIONS - Static variable in class net.sourceforge.jnlp.SecurityDesc
- 
J2EE permissions. 
- JAR - Static variable in interface javax.jnlp.DownloadService2
-  
- JarCertVerifier - Class in net.sourceforge.jnlp.tools
- 
The jar certificate verifier utility. 
- JarCertVerifier(AppVerifier) - Constructor for class net.sourceforge.jnlp.tools.JarCertVerifier
- 
Create a new jar certificate verifier utility that uses the provided verifier for its strategy pattern. 
- JARDesc - Class in net.sourceforge.jnlp
- 
The JAR element. 
- JARDesc(URL, Version, String, boolean, boolean, boolean, boolean) - Constructor for class net.sourceforge.jnlp.JARDesc
- 
Create a JAR descriptor. 
- JarFile - Class in net.sourceforge.jnlp.util
- 
A wrapper over JarFilethat verifies zip headers to
 protect against GIFAR attacks.
 
- JarFile(String) - Constructor for class net.sourceforge.jnlp.util.JarFile
-  
- JarFile(String, boolean) - Constructor for class net.sourceforge.jnlp.util.JarFile
-  
- JarFile(File) - Constructor for class net.sourceforge.jnlp.util.JarFile
-  
- JarFile(File, boolean) - Constructor for class net.sourceforge.jnlp.util.JarFile
-  
- JarFile(File, boolean, int) - Constructor for class net.sourceforge.jnlp.util.JarFile
-  
- JAVA_DEPLOYMENT_PROP_FILE - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-  
- JAVA_ICON_NAME - Static variable in class net.sourceforge.jnlp.util.XDesktopEntry
-  
- JAVA_POLICY - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-  
- javax.jnlp - package javax.jnlp
-  
- JNLP_ASSOCIATION_ASK_USER - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-  
- JNLP_ASSOCIATION_NEVER - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-  
- JNLP_ASSOCIATION_NEW_ONLY - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-  
- JNLP_ASSOCIATION_REPLACE_ASK - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-  
- JNLPAppVerifier - Class in net.sourceforge.jnlp.security
-  
- JNLPAppVerifier() - Constructor for class net.sourceforge.jnlp.security.JNLPAppVerifier
-  
- JNLPAuthenticator - Class in net.sourceforge.jnlp.security
-  
- JNLPAuthenticator() - Constructor for class net.sourceforge.jnlp.security.JNLPAuthenticator
-  
- JnlpBoot - Class in net.sourceforge.jnlp.runtime
-  
- JnlpBoot(OptionParser) - Constructor for class net.sourceforge.jnlp.runtime.JnlpBoot
-  
- JNLPClassLoader - Class in net.sourceforge.jnlp.runtime
- 
Classloader that takes it's resources from a JNLP file. 
- JNLPClassLoader(JNLPFile, UpdatePolicy) - Constructor for class net.sourceforge.jnlp.runtime.JNLPClassLoader
- 
Create a new JNLPClassLoader from the specified file. 
- JNLPClassLoader(JNLPFile, UpdatePolicy, String, boolean) - Constructor for class net.sourceforge.jnlp.runtime.JNLPClassLoader
- 
Create a new JNLPClassLoader from the specified file. 
- JNLPClassLoader.CodeBaseClassLoader - Class in net.sourceforge.jnlp.runtime
-  
- JNLPClassLoader.CodeBaseClassLoader(URL[], JNLPClassLoader) - Constructor for class net.sourceforge.jnlp.runtime.JNLPClassLoader.CodeBaseClassLoader
-  
- JNLPClassLoader.DownloadAction - Enum in net.sourceforge.jnlp.runtime
- 
Actions to specify how cache is to be managed 
- JNLPClassLoader.SecurityDelegate - Interface in net.sourceforge.jnlp.runtime
- 
SecurityDelegate, in real usage, relies on having a "parent" JNLPClassLoader instance. 
- JNLPClassLoader.SecurityDelegateImpl - Class in net.sourceforge.jnlp.runtime
- 
Handles security decision logic for the JNLPClassLoader, eg which permission level to assign
 to JARs. 
- JNLPClassLoader.SecurityDelegateImpl(JNLPClassLoader) - Constructor for class net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegateImpl
-  
- JNLPClassLoader.SigningState - Enum in net.sourceforge.jnlp.runtime
-  
- JNLPCreator - Class in net.sourceforge.jnlp
-  
- JNLPCreator() - Constructor for class net.sourceforge.jnlp.JNLPCreator
-  
- JNLPFile - Class in net.sourceforge.jnlp
- 
 Provides methods to access the information in a Java Network
 Launching Protocol (JNLP) file. 
- JNLPFile() - Constructor for class net.sourceforge.jnlp.JNLPFile
- 
Empty stub, allowing child classes to override the constructor 
- JNLPFile(URL) - Constructor for class net.sourceforge.jnlp.JNLPFile
- 
Create a JNLPFile from a URL. 
- JNLPFile(URL, ParserSettings) - Constructor for class net.sourceforge.jnlp.JNLPFile
- 
Create a JNLPFile from a URL checking for updates using the
 default policy. 
- JNLPFile(URL, Version, ParserSettings) - Constructor for class net.sourceforge.jnlp.JNLPFile
- 
Create a JNLPFile from a URL and a Version checking for updates using
 the default policy. 
- JNLPFile(URL, Version, ParserSettings, UpdatePolicy) - Constructor for class net.sourceforge.jnlp.JNLPFile
- 
Create a JNLPFile from a URL and a version, checking for updates
 using the specified policy. 
- JNLPFile(URL, Version, ParserSettings, UpdatePolicy, URL) - Constructor for class net.sourceforge.jnlp.JNLPFile
- 
Create a JNLPFile from a URL and a version, checking for updates
 using the specified policy. 
- JNLPFile(URL, String, Version, ParserSettings, UpdatePolicy) - Constructor for class net.sourceforge.jnlp.JNLPFile
- 
Create a JNLPFile from a URL, parent URLm a version and checking for
 updates using the specified policy. 
- JNLPFile(InputStream, ParserSettings) - Constructor for class net.sourceforge.jnlp.JNLPFile
- 
Create a JNLPFile from an input stream. 
- JNLPFile(InputStream, URL, ParserSettings) - Constructor for class net.sourceforge.jnlp.JNLPFile
- 
Create a JNLPFile from an input stream. 
- JNLPFile.ManifestBoolean - Enum in net.sourceforge.jnlp
-  
- JNLPFile.ManifestsAttributes - Class in net.sourceforge.jnlp
-  
- JNLPFile.ManifestsAttributes() - Constructor for class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-  
- JNLPMatcher - Class in net.sourceforge.jnlp
- 
To compare launching JNLP file with signed APPLICATION.JNLP or
 APPLICATION_TEMPLATE.jnlp. 
- JNLPMatcher(InputStream, InputStream, boolean, ParserSettings) - Constructor for class net.sourceforge.jnlp.JNLPMatcher
- 
Public constructor 
- JNLPMatcherException - Exception in net.sourceforge.jnlp
-  
- JNLPMatcherException(String) - Constructor for exception net.sourceforge.jnlp.JNLPMatcherException
-  
- JNLPMatcherException(String, Throwable) - Constructor for exception net.sourceforge.jnlp.JNLPMatcherException
-  
- JNLPPolicy - Class in net.sourceforge.jnlp.runtime
- 
Policy for JNLP environment. 
- JNLPPolicy() - Constructor for class net.sourceforge.jnlp.runtime.JNLPPolicy
-  
- JNLPProxySelector - Class in net.sourceforge.jnlp.runtime
- 
A ProxySelector specific to JNLPs. 
- JNLPProxySelector(DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.runtime.JNLPProxySelector
-  
- JNLPRandomAccessFile - Interface in javax.jnlp
-  
- JNLPRuntime - Class in net.sourceforge.jnlp.runtime
- 
 Configure and access the runtime environment. 
- JNLPRuntime() - Constructor for class net.sourceforge.jnlp.runtime.JNLPRuntime
-  
- JNLPSplashScreen - Class in net.sourceforge.jnlp
-  
- JNLPSplashScreen(ResourceTracker, JNLPFile) - Constructor for class net.sourceforge.jnlp.JNLPSplashScreen
-  
- JREDesc - Class in net.sourceforge.jnlp
- 
The J2SE/Java element. 
- JREDesc(Version.JreVersion, URL, String, String, String, List<ResourcesDesc>) - Constructor for class net.sourceforge.jnlp.JREDesc
- 
Create a JRE descriptor. 
- JREPanel - Class in net.sourceforge.jnlp.controlpanel
- 
This panel is to allow access to setting the JRE but we currently do not
 support this. 
- JREPanel() - Constructor for class net.sourceforge.jnlp.controlpanel.JREPanel
- 
Creates a new instance of the JRE settings panel. 
- JVMPanel - Class in net.sourceforge.jnlp.controlpanel
-  
- JVMPanel.JvmValidationResult - Class in net.sourceforge.jnlp.controlpanel
-  
- JVMPanel.JvmValidationResult(String, JVMPanel.JvmValidationResult.STATE) - Constructor for class net.sourceforge.jnlp.controlpanel.JVMPanel.JvmValidationResult
-  
- JVMPanel.JvmValidationResult.STATE - Enum in net.sourceforge.jnlp.controlpanel
-