Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- launch(URL) - Method in class net.sourceforge.jnlp.Launcher
-
Launches a JNLP file by calling the launch method for the appropriate file type.
- 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.
- 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(boolean) - Constructor for class net.sourceforge.jnlp.Launcher
-
Create a launcher with the runtime's default 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(String) - Constructor for exception net.sourceforge.jnlp.LaunchException
-
Constructs a LaunchException with the specified detail message.
- LaunchException(String, Throwable) - Constructor for exception net.sourceforge.jnlp.LaunchException
-
Creates a LaunchException with a cause and detail message
- LaunchException(Throwable) - Constructor for exception net.sourceforge.jnlp.LaunchException
-
Creates a LaunchException with a cause.
- LaunchException(JNLPFile, Exception, String, String, String, String) - Constructor for exception net.sourceforge.jnlp.LaunchException
-
Creates a LaunchException without detail message.
- LaunchException.LaunchExceptionWithStamp - Class in net.sourceforge.jnlp
- 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.
- launchExternal(List<String>, JNLPFile, List<String>) - Method in class net.sourceforge.jnlp.Launcher
-
Launches the JNLP file 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.
- LEGACY_WIN32_URL__HANDLER - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
- length() - Method in interface javax.jnlp.JNLPRandomAccessFile
- length() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
- LICENSE - Enum constant in enum net.sourceforge.jnlp.about.AboutDialog.ShowPage
- LICENSE - Enum constant in enum net.sourceforge.jnlp.OptionsDefinitions.OPTIONS
- LIST - Enum constant in enum net.sourceforge.jnlp.OptionsDefinitions.OPTIONS
- listCacheIds(String, boolean, boolean) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
- LISTCACHEIDS - Enum constant in enum net.sourceforge.jnlp.OptionsDefinitions.OPTIONS
- 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() - 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.
- load(boolean) - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
Initialize this deployment configuration by reading configuration files.
- 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
- loadUrl(URL) - Static method in class net.sourceforge.jnlp.util.UrlUtils
- loadUrl(URL, Charset) - Static method in class net.sourceforge.jnlp.util.UrlUtils
- loadUrlWithInvalidHeader(URL) - Static method in class net.sourceforge.jnlp.util.UrlUtils
- loadUrlWithInvalidHeader(URL, Charset) - Static method in class net.sourceforge.jnlp.util.UrlUtils
- loadUrlWithInvalidHeaderBytes(URL) - Static method in class net.sourceforge.jnlp.util.UrlUtils
- localeMatches(Locale, Locale[], JNLPFile.Match) - Method in class net.sourceforge.jnlp.JNLPFile
-
Returns whether a locale is matched by one of more other locales.
- LOCCRC - Static variable in class net.sourceforge.jnlp.util.JarFile
- LOCEXT - Static variable in class net.sourceforge.jnlp.util.JarFile
- LOCFLG - Static variable in class net.sourceforge.jnlp.util.JarFile
- LOCHDR - Static variable in class net.sourceforge.jnlp.util.JarFile
- LOCHOW - Static variable in class net.sourceforge.jnlp.util.JarFile
- lock - Variable in class net.sourceforge.jnlp.security.SecurityDialogMessage
- 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
- LOCLEN - Static variable in class net.sourceforge.jnlp.util.JarFile
- LOCNAM - Static variable in class net.sourceforge.jnlp.util.JarFile
- LOCSIG - Static variable in class net.sourceforge.jnlp.util.JarFile
- LOCSIZ - Static variable in class net.sourceforge.jnlp.util.JarFile
- LOCTIM - Static variable in class net.sourceforge.jnlp.util.JarFile
- LOCVER - Static variable in class net.sourceforge.jnlp.util.JarFile
- 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form