- launch(JNLPFile) - Method in class net.sourceforge.jnlp.Launcher
- 
Launches a JNLP file by calling the launch method for the
 appropriate file type. 
- launch(JNLPFile, Container) - Method in class net.sourceforge.jnlp.Launcher
- 
Launches a JNLP file inside the given container if it is an applet. 
- launch(URL) - Method in class net.sourceforge.jnlp.Launcher
- 
Launches a JNLP file by calling the launch method for the
 appropriate file type. 
- launchApplet(JNLPFile, boolean, Container) - Method in class net.sourceforge.jnlp.Launcher
- 
Launches a JNLP applet. 
- launchApplication(JNLPFile) - Method in class net.sourceforge.jnlp.Launcher
- 
Launches a JNLP application. 
- launchCompleted(ApplicationInstance) - Method in class net.sourceforge.jnlp.DefaultLaunchHandler
- 
Called when an application, applet, or installer has been
 launched successfully (the main method or applet start method
 returned normally). 
- launchCompleted(ApplicationInstance) - Method in class net.sourceforge.jnlp.GuiLaunchHandler
-  
- launchCompleted(ApplicationInstance) - Method in interface net.sourceforge.jnlp.LaunchHandler
- 
Called when an application, applet, or installer has been
 launched successfully (the main method or applet start method
 returned normally). 
- LaunchDesc - Interface in net.sourceforge.jnlp
-  
- Launcher - Class in net.sourceforge.jnlp
- 
Launches JNLPFiles either in the foreground or background. 
- Launcher() - Constructor for class net.sourceforge.jnlp.Launcher
- 
Create a launcher with the runtime's default update policy
 and launch handler. 
- Launcher(boolean) - Constructor for class net.sourceforge.jnlp.Launcher
- 
Create a launcher with the runtime's default update policy
 and launch handler. 
- Launcher(LaunchHandler) - Constructor for class net.sourceforge.jnlp.Launcher
- 
Create a launcher with the specified handler and the
 runtime's default update policy. 
- Launcher(LaunchHandler, UpdatePolicy) - Constructor for class net.sourceforge.jnlp.Launcher
- 
Create a launcher with an optional handler using the
 specified update policy and launch handler. 
- launchError(LaunchException) - Method in class net.sourceforge.jnlp.DefaultLaunchHandler
- 
Called when the application could not be launched due to a
 fatal error, such as the inability to find the main class
 or non-parseable XML. 
- launchError(LaunchException) - Method in class net.sourceforge.jnlp.GuiLaunchHandler
-  
- launchError(LaunchException) - Method in interface net.sourceforge.jnlp.LaunchHandler
- 
Called when the application could not be launched due to a
 fatal error, such as the inability to find the main class or
 non-parseable XML. 
- LaunchException - Exception in net.sourceforge.jnlp
- 
Thrown when a JNLP application, applet, or installer could not
 be created. 
- LaunchException(JNLPFile, Exception, String, String, String, String) - Constructor for exception net.sourceforge.jnlp.LaunchException
- 
Creates a LaunchException without detail message. 
- LaunchException(Throwable) - Constructor for exception net.sourceforge.jnlp.LaunchException
- 
Creates a LaunchException with a cause. 
- LaunchException(String, Throwable) - Constructor for exception net.sourceforge.jnlp.LaunchException
- 
Creates a LaunchException with a cause and detail message 
- LaunchException(String) - Constructor for exception net.sourceforge.jnlp.LaunchException
- 
Constructs a LaunchException with the specified detail
 message. 
- LaunchException.LaunchExceptionWithStamp - Class in net.sourceforge.jnlp
-  
- launchExternal(List<String>, JNLPFile, List<String>) - Method in class net.sourceforge.jnlp.Launcher
- 
Launches the JNLP file in a new JVM instance. 
- launchExternal(URL) - Method in class net.sourceforge.jnlp.Launcher
- 
Launches the JNLP file in a new JVM instance. 
- launchExternal(List<String>, List<String>) - Method in class net.sourceforge.jnlp.Launcher
- 
Launches the JNLP file at the specified location in a new JVM
 instance. 
- LaunchHandler - Interface in net.sourceforge.jnlp
- 
This optional interface is used to handle conditions that occur
 while launching JNLP applications, applets, and installers. 
- launchInitialized(JNLPFile) - Method in class net.sourceforge.jnlp.DefaultLaunchHandler
- 
Do nothing on when initializing 
- launchInitialized(JNLPFile) - Method in class net.sourceforge.jnlp.GuiLaunchHandler
-  
- launchInitialized(JNLPFile) - Method in interface net.sourceforge.jnlp.LaunchHandler
- 
Called when an application, applet or installer has been determined. 
- launchInstaller(JNLPFile) - Method in class net.sourceforge.jnlp.Launcher
- 
Launches a JNLP installer. 
- launchStarting(ApplicationInstance) - Method in class net.sourceforge.jnlp.DefaultLaunchHandler
- 
Do nothing when starting 
- launchStarting(ApplicationInstance) - Method in class net.sourceforge.jnlp.GuiLaunchHandler
-  
- launchStarting(ApplicationInstance) - Method in interface net.sourceforge.jnlp.LaunchHandler
- 
Called when an application, applet or installer is ready to start. 
- launchType - Variable in class net.sourceforge.jnlp.JNLPFile
- 
the application description 
- launchWarning(LaunchException) - Method in class net.sourceforge.jnlp.DefaultLaunchHandler
- 
Called when launching the application can not be launched
 due to an error that is not fatal. 
- launchWarning(LaunchException) - Method in class net.sourceforge.jnlp.GuiLaunchHandler
-  
- launchWarning(LaunchException) - Method in interface net.sourceforge.jnlp.LaunchHandler
- 
Called when launching the application can not be launched due
 to an error that is not fatal. 
- length() - Method in interface javax.jnlp.JNLPRandomAccessFile
-  
- length() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-  
- LENGTH_UNKNOWN - Static variable in class net.sourceforge.jnlp.cache.CacheEntry
-  
- load() - Method in class net.sourceforge.jnlp.cache.CacheLRUWrapper
- 
Update map for keeping track of recently used items. 
- load() - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
- 
Initialize this deployment configuration by reading configuration files. 
- load(boolean) - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
- 
Initialize this deployment configuration by reading configuration files. 
- load() - Method in class net.sourceforge.jnlp.util.PropertiesFile
- 
Ensures that the file backing these properties has been
 loaded; call this method before calling any method defined by
 a superclass. 
- loadClass(String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
- 
Find a JAR in the shared 'extension' classloaders, this
 classloader, or one of the classloaders for the JNLP file's
 extensions. 
- loadExtensionPart(URL, String, String, DownloadServiceListener) - Method in interface javax.jnlp.DownloadService
-  
- loadExtensionPart(URL, String, String[], DownloadServiceListener) - Method in interface javax.jnlp.DownloadService
-  
- loadExternalResouceToCache(JNLPClassLoader, URL, String) - Static method in class net.sourceforge.jnlp.runtime.ManageJnlpResources
- 
Downloads and initializes resources which are not mentioned in the jnlp file. 
- loadFileAsString(File) - Static method in class net.sourceforge.jnlp.util.FileUtils
-  
- loadFileAsString(File, String) - Static method in class net.sourceforge.jnlp.util.FileUtils
-  
- loadKeyStore(KeyStore, File) - Static method in class net.sourceforge.jnlp.security.SecurityUtil
-  
- loadPart(String, DownloadServiceListener) - Method in interface javax.jnlp.DownloadService
-  
- loadPart(String[], DownloadServiceListener) - Method in interface javax.jnlp.DownloadService
-  
- loadResource(URL, String, DownloadServiceListener) - Method in interface javax.jnlp.DownloadService
-  
- localeMatches(Locale, Locale[], JNLPFile.Match) - Method in class net.sourceforge.jnlp.JNLPFile
- 
Returns whether a locale is matched by one of more other
 locales. 
- lock() - Method in class net.sourceforge.jnlp.cache.CacheEntry
- 
Lock cache item. 
- lock() - Method in class net.sourceforge.jnlp.cache.CacheLRUWrapper
- 
Lock the file to have exclusive access. 
- lock() - Method in class net.sourceforge.jnlp.util.PropertiesFile
-  
- LOCKS_DIR - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-  
- LOG_DIR - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-  
- logger - Variable in class net.sourceforge.jnlp.AbstractLaunchHandler
-  
- lookup(String) - Static method in class javax.jnlp.ServiceManager
-  
- lookup(String) - Method in interface javax.jnlp.ServiceManagerStub
-  
- lookup(String) - Method in class net.sourceforge.jnlp.services.XServiceManagerStub
- 
Returns the service. 
- loop() - Method in class net.sourceforge.jnlp.runtime.AppletAudioClip
- 
Plays the clip in a continuous loop until the stop method is
 called.