- AboutDialog - Class in net.sourceforge.jnlp.about
-
- AboutDialog.ShowPage - Enum in net.sourceforge.jnlp.about
-
- AboutPanel - Class in net.sourceforge.jnlp.controlpanel
-
This class provides a GUI interface which shows some basic information on
this project.
- AboutPanel() - Constructor for class net.sourceforge.jnlp.controlpanel.AboutPanel
-
- AbstractLaunchHandler - Class in net.sourceforge.jnlp
-
- AbstractLaunchHandler(OutputController) - Constructor for class net.sourceforge.jnlp.AbstractLaunchHandler
-
- actionPerformed(ActionEvent) - Method in class net.sourceforge.jnlp.about.AboutDialog
-
- actionPerformed(ActionEvent) - Method in class net.sourceforge.jnlp.controlpanel.NetworkSettingsPanel
-
- actionPerformed(ActionEvent) - Method in class net.sourceforge.jnlp.controlpanel.SecuritySettingsPanel
-
- activateJars(List<JARDesc>) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Ensures that the list of jars have all been transferred, and
makes them available to the classloader.
- add(List<JARDesc>, ResourceTracker) - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
Update the verifier to consider new jars when verifying.
- add(int, E) - Method in class net.sourceforge.jnlp.util.WeakList
-
Inserts the object at the specified position in the list.
- addActionListener(ActionListener) - Method in class net.sourceforge.jnlp.security.SecurityDialog
-
Adds an ActionListener
which will be notified if the user makes a
choice using this SecurityDialog.
- addApplicationListener(ApplicationListener) - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
-
Add an Application listener
- addArgument(String) - Method in class net.sourceforge.jnlp.ApplicationDesc
-
Add an argument to the end of the arguments.
- addAvailable() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Adds whatever resources have already been downloaded in the
background.
- addChild(DirectoryNode) - Method in class net.sourceforge.jnlp.cache.DirectoryNode
-
Append the given node to the list of child nodes.
- addChild(XMLElement) - Method in class net.sourceforge.nanoxml.XMLElement
-
Adds a child element.
- addComponents() - Method in class net.sourceforge.jnlp.controlpanel.NetworkSettingsPanel
-
This adds the components to the panel.
- addDownloadListener(DownloadListener) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
-
Adds the listener to the list of objects interested in
receivind DownloadEvents.
- addEntry(String, String) - Method in class net.sourceforge.jnlp.cache.CacheLRUWrapper
-
This adds a new entry to file.
- addInfo(InformationDesc, Node, String, Object) - Method in class net.sourceforge.jnlp.Parser
-
Adds a key,value pair to the information object.
- addItem(String, Object) - Method in class net.sourceforge.jnlp.InformationDesc
-
Add an information item (description, icon, etc) under a
specified key name.
- addNextResource() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Adds the next unused resource to the classloader.
- addParameter(String, String) - Method in class net.sourceforge.jnlp.AppletDesc
-
Adds a parameter to the applet.
- addPart(String, String, boolean) - Method in class net.sourceforge.jnlp.ExtensionDesc
-
Adds an extension part to be downloaded when the specified
part of the main JNLP file is loaded.
- addPermission(Permission) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
- addPermission(Permission) - Method in interface net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegate
-
- addPermission(Permission) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegateImpl
-
- addPermissions(PermissionCollection) - Method in interface net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegate
-
- addPermissions(Collection<Permission>) - Method in interface net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegate
-
- addPermissions(PermissionCollection) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegateImpl
-
- addPermissions(Collection<Permission>) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegateImpl
-
- addPKCS12ToKeyStore(File, KeyStore, char[]) - Static method in class net.sourceforge.jnlp.security.CertificateUtils
-
- addPKCS12ToKeyStore(Certificate[], Key, KeyStore) - Static method in class net.sourceforge.jnlp.security.CertificateUtils
-
- addResource(URL, Version, DownloadOptions, UpdatePolicy) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
-
Add a resource identified by the specified location and
version.
- addResource(Object) - Method in class net.sourceforge.jnlp.ResourcesDesc
-
Add a resource.
- addRow() - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletActionTableModel
-
- addSearchDirectory(File) - Method in class net.sourceforge.jnlp.cache.NativeLibraryStorage
-
- addSearchJar(URL) - Method in class net.sourceforge.jnlp.cache.NativeLibraryStorage
-
Search for and enable any native code contained in a JAR by copying the
native files into the filesystem.
- addSingleInstanceListener(SingleInstanceListener) - Method in interface javax.jnlp.SingleInstanceService
-
Adds the specified SingleInstanceListener to the notification list.
- addSingleInstanceListener(SingleInstanceListener) - Method in class net.sourceforge.jnlp.services.XSingleInstanceService
-
Add the specified SingleInstanceListener
- addToKeyStore(File, KeyStore) - Static method in class net.sourceforge.jnlp.security.CertificateUtils
-
Adds the X509Certficate in the file to the KeyStore.
- addToKeyStore(X509Certificate, KeyStore) - Static method in class net.sourceforge.jnlp.security.CertificateUtils
-
Adds an X509Certificate to the KeyStore.
- addTracker(ResourceTracker) - Method in class net.sourceforge.jnlp.cache.Resource
-
Adds the tracker to the list of trackers monitoring this
resource.
- addURL(URL) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.CodeBaseClassLoader
-
- addWindow(Window) - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
-
Adds a window that this application opened.
- AdvancedProxySettingsDialog - Class in net.sourceforge.jnlp.controlpanel
-
This dialog provides a means for user to edit more of the proxy settings.
- AdvancedProxySettingsDialog(DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.AdvancedProxySettingsDialog
-
Creates a new instance of the proxy settings dialog.
- AdvancedProxySettingsPane - Class in net.sourceforge.jnlp.controlpanel
-
This is the pane that modifies the proxy settings in more detail.
- AdvancedProxySettingsPane(JDialog, DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.AdvancedProxySettingsPane
-
Creates a new instance of the proxy settings panel.
- ALL - Static variable in interface javax.jnlp.DownloadService2
-
- ALL_PERMISSIONS - Static variable in class net.sourceforge.jnlp.SecurityDesc
-
All permissions.
- allJarsSigned() - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
Returns if all jars are signed.
- ALWAYS - Static variable in class net.sourceforge.jnlp.cache.UpdatePolicy
-
- APP_LIBRARY_ALLOWABLE - Static variable in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
- APP_NAME - Static variable in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
- APPLET - Static variable in interface javax.jnlp.DownloadService2
-
- APPLET_TRUST_SETTINGS - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- APPLET_TRUST_SETTINGS_SYS - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
- APPLET_TRUST_SETTINGS_USER - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
- AppletAudioClip - Class in net.sourceforge.jnlp.runtime
-
An applet audio clip using the javax.sound API.
- AppletAudioClip(URL) - Constructor for class net.sourceforge.jnlp.runtime.AppletAudioClip
-
Creates new AudioClip.
- AppletDesc - Class in net.sourceforge.jnlp
-
The applet-desc element.
- AppletDesc(String, String, URL, int, int, Map<String, String>) - Constructor for class net.sourceforge.jnlp.AppletDesc
-
Create an Applet descriptor.
- AppletEnvironment - Class in net.sourceforge.jnlp.runtime
-
The applet environment including stub, context, and frame.
- AppletEnvironment(JNLPFile, AppletInstance, Container) - Constructor for class net.sourceforge.jnlp.runtime.AppletEnvironment
-
Create a new applet environment for the applet specified by
the JNLP file.
- AppletEnvironment(JNLPFile, AppletInstance) - Constructor for class net.sourceforge.jnlp.runtime.AppletEnvironment
-
Create a new applet environment for the applet specified by
the JNLP file, in a new frame.
- AppletInstance - Class in net.sourceforge.jnlp.runtime
-
Represents a launched application instance created from a JNLP
file.
- AppletInstance(JNLPFile, ThreadGroup, ClassLoader, Applet) - Constructor for class net.sourceforge.jnlp.runtime.AppletInstance
-
Create a New Task based on the Specified URL
- AppletInstance(JNLPFile, ThreadGroup, ClassLoader, Applet, Container) - Constructor for class net.sourceforge.jnlp.runtime.AppletInstance
-
Create a New Task based on the Specified URL
- appletItemsToCaption(List<UnsignedAppletActionEntry>, String) - Static method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletsTrustingListPanel
-
- appletItemToCaption(UnsignedAppletActionEntry, String) - Static method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletsTrustingListPanel
-
- appletResize(int, int) - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
- AppletViewerPanelAccess - Class in sun.applet
-
- AppletViewerPanelAccess(URL, Map<String, String>) - Constructor for class sun.applet.AppletViewerPanelAccess
-
- APPLICATION - Static variable in interface javax.jnlp.DownloadService2
-
- APPLICATION - Static variable in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
- ApplicationDesc - Class in net.sourceforge.jnlp
-
The application-desc element.
- ApplicationDesc(String, String[]) - Constructor for class net.sourceforge.jnlp.ApplicationDesc
-
Create an Application descriptor.
- applicationDestroyed(ApplicationEvent) - Method in interface net.sourceforge.jnlp.event.ApplicationListener
-
Invoked when the application is destroyed.
- ApplicationEvent - Class in net.sourceforge.jnlp.event
-
This event is sent when an application is terminated.
- ApplicationEvent(ApplicationInstance) - Constructor for class net.sourceforge.jnlp.event.ApplicationEvent
-
Creates a launch event for the specified application
instance.
- ApplicationInstance - Class in net.sourceforge.jnlp.runtime
-
Represents a running instance of an application described in a
JNLPFile.
- ApplicationInstance(JNLPFile, ThreadGroup, ClassLoader) - Constructor for class net.sourceforge.jnlp.runtime.ApplicationInstance
-
Create an application instance for the file.
- ApplicationListener - Interface in net.sourceforge.jnlp.event
-
The listener that is notified when an application instance is
terminated.
- AppVerifier - Interface in net.sourceforge.jnlp.security
-
An interface that provides various details about an app's signers.
- AssociationDesc - Class in net.sourceforge.jnlp
-
- AssociationDesc(String, String[]) - Constructor for class net.sourceforge.jnlp.AssociationDesc
-
- CACHE_DIR - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
- CACHE_INDEX_FILE_NAME - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
- CACHED - Static variable in interface javax.jnlp.PersistenceService
-
- CachedDaemonThreadPoolProvider - Class in net.sourceforge.jnlp.cache
-
- CachedDaemonThreadPoolProvider() - Constructor for class net.sourceforge.jnlp.cache.CachedDaemonThreadPoolProvider
-
- CacheDirectory - Class in net.sourceforge.jnlp.cache
-
- CacheEntry - Class in net.sourceforge.jnlp.cache
-
Describes an entry in the cache.
- CacheEntry(URL, Version) - Constructor for class net.sourceforge.jnlp.cache.CacheEntry
-
Create a CacheEntry for the resources specified as a remote
URL.
- CacheLRUWrapper - Class in net.sourceforge.jnlp.cache
-
This class helps maintain the ordering of most recently use items across
multiple jvm instances.
- CacheLRUWrapper() - Constructor for class net.sourceforge.jnlp.cache.CacheLRUWrapper
-
- CacheLRUWrapper(InfrastructureFileDescriptor, InfrastructureFileDescriptor) - Constructor for class net.sourceforge.jnlp.cache.CacheLRUWrapper
-
testing constructor
- CachePane - Class in net.sourceforge.jnlp.controlpanel
-
- CachePane(JDialog, DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.CachePane
-
Creates a new instance of the CachePane.
- CacheUtil - Class in net.sourceforge.jnlp.cache
-
Provides static methods to interact with the cache, download
indicator, and other utility methods.
- CacheUtil() - Constructor for class net.sourceforge.jnlp.cache.CacheUtil
-
- CacheViewer - Class in net.sourceforge.jnlp.controlpanel
-
This class will provide a visual way of viewing cache.
- CacheViewer(DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.CacheViewer
-
Creates a new instance of the cache viewer.
- CALLER_ALLOWABLE - Static variable in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
- canRead() - Method in interface javax.jnlp.FileContents
-
- canWrite() - Method in interface javax.jnlp.FileContents
-
- centerWindowsToCurrentScreen(Window) - Static method in class net.sourceforge.jnlp.util.ScreenFinder
-
- CertificatePane - Class in net.sourceforge.jnlp.security.viewer
-
- CertificatePane(JDialog) - Constructor for class net.sourceforge.jnlp.security.viewer.CertificatePane
-
- CertificateUtils - Class in net.sourceforge.jnlp.security
-
Common utilities to manipulate certificates.
- CertificateUtils() - Constructor for class net.sourceforge.jnlp.security.CertificateUtils
-
- CertificateViewer - Class in net.sourceforge.jnlp.security.viewer
-
- CertificateViewer() - Constructor for class net.sourceforge.jnlp.security.viewer.CertificateViewer
-
- CertInformation - Class in net.sourceforge.jnlp.tools
-
Maintains information about a CertPath that has signed at least one of the
entries provided by a jar of the app.
- CertInformation() - Constructor for class net.sourceforge.jnlp.tools.CertInformation
-
- CertVerifier - Interface in net.sourceforge.jnlp.security
-
An interface that provides various details about certificates of an app.
- changedUpdate(DocumentEvent) - Method in class net.sourceforge.jnlp.controlpanel.DocumentAdapter
-
- changeStatus(Collection<Resource.Status>, Collection<Resource.Status>) - Method in class net.sourceforge.jnlp.cache.Resource
-
Changes the status by clearing the flags in the first
parameter and setting the flags in the second.
- checkAccess(SecurityDialogs.AccessType, Object...) - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
Returns whether the app requesting a JNLP service has the right permissions.
- checkAccess(ApplicationInstance, SecurityDialogs.AccessType, Object...) - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
Returns whether the app requesting a JNLP service has the right permissions.
- checkAndFixConfiguration(Map<String, Setting<String>>) - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
Check that the configuration is valid.
- checkCDATA(StringBuffer) - Method in class net.sourceforge.nanoxml.XMLElement
-
Scans a special tag and if the tag is a CDATA section, append its
content to buf
.
- checkClientTrusted(X509Certificate[], String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
-
- checkClientTrusted(X509Certificate[], String, Socket) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
-
- checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
-
- checkExistingSingleInstance(JNLPFile) - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
Checks that this application (represented by the jnlp) isnt already running
- checkForAttributeInJars(List<JARDesc>, Attributes.Name) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Checks for the jar that contains the attribute.
- checkLiteral(String) - Method in class net.sourceforge.nanoxml.XMLElement
-
Scans the data for literal text.
- checkResource(URL) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
-
Returns whether a resource is available for use (ie, can be
accessed with the getCacheFile method).
- checkServerTrusted(X509Certificate[], String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
-
- checkServerTrusted(X509Certificate[], String, Socket) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
-
- checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
-
- checkSingleInstanceRunning(JNLPFile) - Method in class net.sourceforge.jnlp.services.XSingleInstanceService
-
Check if another instance of this application is already running
- checkTrustClient(X509Certificate[], String, String) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManager
-
Check if client is trusted (no support for custom here, only system/user)
- checkTrustedCertsFile() - Static method in class net.sourceforge.jnlp.security.SecurityUtil
-
Checks the user's home directory to see if the trusted.certs file exists.
- checkTrustServer(X509Certificate[], String, String, SSLSocket, SSLEngine) - Method in class net.sourceforge.jnlp.security.VariableX509TrustManager
-
Check if the server is trusted.
- checkTrustWithUser(JNLPClassLoader.SecurityDelegate, JarCertVerifier, JNLPFile) - Method in interface net.sourceforge.jnlp.security.AppVerifier
-
Prompt the user with requests for trusting the certificates used by this app
- checkTrustWithUser(JNLPClassLoader.SecurityDelegate, JarCertVerifier, JNLPFile) - Method in class net.sourceforge.jnlp.security.JNLPAppVerifier
-
- checkTrustWithUser(JNLPClassLoader.SecurityDelegate, JarCertVerifier, JNLPFile) - Method in class net.sourceforge.jnlp.security.PluginAppVerifier
-
- checkTrustWithUser(JNLPClassLoader.SecurityDelegate, JNLPFile) - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
- CLASS - Static variable in interface javax.jnlp.DownloadService2
-
- ClasspathMatcher - Class in net.sourceforge.jnlp.util
-
- ClasspathMatcher.ClasspathMatchers - Class in net.sourceforge.jnlp.util
-
- ClasspathMatchers(ArrayList<ClasspathMatcher>, boolean) - Constructor for class net.sourceforge.jnlp.util.ClasspathMatcher.ClasspathMatchers
-
- clean(String) - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
Remove garbage from paths.
- cleanCache() - Static method in class net.sourceforge.jnlp.cache.CacheUtil
-
This will remove all old cache items.
- cleanDir(File) - Static method in class net.sourceforge.jnlp.cache.CacheDirectory
-
Removes empty folders in the current directory.
- cleanParent(DirectoryNode) - Static method in class net.sourceforge.jnlp.cache.CacheDirectory
-
This will recursively remove the parent folders if they are empty.
- cleanupTemporaryFolder() - Method in class net.sourceforge.jnlp.cache.NativeLibraryStorage
-
Clean up our temporary folder if we created one.
- clear() - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletActionTableModel
-
- clear() - Method in class net.sourceforge.jnlp.util.TimedHashMap
-
- clearCache() - Static method in class net.sourceforge.jnlp.cache.CacheUtil
-
Clears the cache by deleting all the Netx cache files
Note: Because of how our caching system works, deleting jars of another javaws
process is using them can be quite disasterous.
- ClipboardService - Interface in javax.jnlp
-
- close() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- close() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- closeSilently(Closeable) - Static method in class net.sourceforge.jnlp.util.StreamUtils
-
Closes a stream, without throwing IOException.
- codeBase - Variable in class net.sourceforge.jnlp.JNLPFile
-
the URL used to resolve relative URLs in the file
- CODEBASE - Static variable in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
- CodeBaseClassLoader(URL[], JNLPClassLoader) - Constructor for class net.sourceforge.jnlp.runtime.JNLPClassLoader.CodeBaseClassLoader
-
- codeBaseLookup() - Method in class net.sourceforge.jnlp.PluginBridge
-
- ComboItem - Class in net.sourceforge.jnlp.controlpanel
-
This is to be used with combobox items.
- ComboItem(String, String) - Constructor for class net.sourceforge.jnlp.controlpanel.ComboItem
-
Create a new instance of combobox items.
- CommandLine - Class in net.sourceforge.jnlp.controlpanel
-
Encapsulates a command line interface to the deployment configuration.
- CommandLine(OptionParser) - Constructor for class net.sourceforge.jnlp.controlpanel.CommandLine
-
Creates a new instance
- compare(String, String) - Method in class net.sourceforge.jnlp.Version
-
Compares two parts of a version string, by value if both can
be interpreted as integers or lexically otherwise.
- compile(String) - Static method in class net.sourceforge.jnlp.util.ClasspathMatcher.ClasspathMatchers
-
space separated list of ClasspathMatcher source strings
- compile(String, boolean) - Static method in class net.sourceforge.jnlp.util.ClasspathMatcher.ClasspathMatchers
-
- compile(String) - Static method in class net.sourceforge.jnlp.util.ClasspathMatcher
-
- component - Variable in class net.sourceforge.jnlp.JNLPFile
-
the component description
- ComponentDesc - Class in net.sourceforge.jnlp
-
The component-desc element.
- ComponentDesc() - Constructor for class net.sourceforge.jnlp.ComponentDesc
-
Create a component descriptor.
- ConfiguratonValidator - Class in net.sourceforge.jnlp.config
-
Validates a DeploymentConfiguration by identifying settings with
unrecognized names or incorrect values.
- ConfiguratonValidator(Map<String, Setting<String>>) - Constructor for class net.sourceforge.jnlp.config.ConfiguratonValidator
-
- connectFailed(URI, SocketAddress, IOException) - Method in class net.sourceforge.jnlp.runtime.JNLPProxySelector
- ConnectionFactory - Class in net.sourceforge.jnlp.security
-
- ConnectionFactory() - Constructor for class net.sourceforge.jnlp.security.ConnectionFactory
-
- CONSOLE_DISABLE - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
when set to as value of KEY_CONSOLE_STARTUP_MODE = "deployment.console.startup.mode",
then console is not visible by default, nop data are passed to it (save memory and cpu) but can not be shown
- CONSOLE_HIDE - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
when set to as value of KEY_CONSOLE_STARTUP_MODE = "deployment.console.startup.mode",
then console is not visible by default, but may be shown
- CONSOLE_SHOW - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
when set to as value of KEY_CONSOLE_STARTUP_MODE = "deployment.console.startup.mode",
then console show for both javaws and plugin
- CONSOLE_SHOW_JAVAWS - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
when set to as value of KEY_CONSOLE_STARTUP_MODE = "deployment.console.startup.mode",
then console show for javaws
- CONSOLE_SHOW_PLUGIN - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
when set to as value of KEY_CONSOLE_STARTUP_MODE = "deployment.console.startup.mode",
then console show for plugin
- consumeAndCloseConnection(HttpURLConnection) - Static method in class net.sourceforge.jnlp.util.HttpUtils
-
Ensure a HttpURLConnection is fully read, required for correct behavior
- consumeAndCloseConnectionSilently(HttpURLConnection) - Static method in class net.sourceforge.jnlp.util.HttpUtils
-
Ensure a HttpURLConnection is fully read, required for correct behavior.
- containsKey(String) - Method in class net.sourceforge.jnlp.cache.CacheLRUWrapper
-
- containsKey(Object) - Method in class net.sourceforge.jnlp.util.TimedHashMap
-
- containsValue(String) - Method in class net.sourceforge.jnlp.cache.CacheLRUWrapper
-
- containsValue(Object) - Method in class net.sourceforge.jnlp.util.TimedHashMap
-
- ControlPanel - Class in net.sourceforge.jnlp.controlpanel
-
This is the control panel for Java.
- ControlPanel(DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.ControlPanel
-
Creates a new instance of the ControlPanel.
- copyStream(InputStream, OutputStream) - Static method in class net.sourceforge.jnlp.util.StreamUtils
-
Copy an input stream's contents into an output stream.
- copyTo(Properties) - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
Copies the current configuration into the target
- correctPermissions - Variable in class net.sourceforge.jnlp.config.DirectoryValidator.DirectoryCheckResult
-
- countChildren() - Method in class net.sourceforge.nanoxml.XMLElement
-
- create(URL, long) - Method in interface javax.jnlp.PersistenceService
-
- create(URL, Version, ParserSettings, UpdatePolicy, URL) - Method in class net.sourceforge.jnlp.JNLPCreator
-
- CREATE_ALWAYS - Static variable in class net.sourceforge.jnlp.ShortcutDesc
-
Always create a shortcut
- CREATE_ALWAYS_IF_HINTED - Static variable in class net.sourceforge.jnlp.ShortcutDesc
-
Create a desktop shortcut without prompting if the jnlp asks for it
- CREATE_ASK_USER - Static variable in class net.sourceforge.jnlp.ShortcutDesc
-
Always ask user whether to create a shortcut
- CREATE_ASK_USER_IF_HINTED - Static variable in class net.sourceforge.jnlp.ShortcutDesc
-
Ask user whether to create a shortcut but only if jnlp file asks for it
- CREATE_NEVER - Static variable in class net.sourceforge.jnlp.ShortcutDesc
-
Never create a shortcut
- createAnotherElement() - Method in class net.sourceforge.nanoxml.XMLElement
-
Creates a new similar XML element.
- createApplet(JNLPFile, boolean, Container) - Method in class net.sourceforge.jnlp.Launcher
-
Create an AppletInstance.
- createAppletObject(JNLPFile, boolean, Container) - Method in class net.sourceforge.jnlp.Launcher
-
Creates an Applet object from a JNLPFile.
- createAppletThread() - Method in class net.sourceforge.jnlp.NetxPanel
-
Creates a new Thread (in a new applet-specific ThreadGroup) for running
the applet
- createAppletThread() - Method in class sun.applet.AppletViewerPanelAccess
-
- createApplication(JNLPFile) - Method in class net.sourceforge.jnlp.Launcher
-
Creates an Application.
- createDesktopShortcuts(AccessWarningPaneComplexReturn.ShortcutResult, AccessWarningPaneComplexReturn.ShortcutResult, boolean) - Method in class net.sourceforge.jnlp.util.XDesktopEntry
-
Create a desktop shortcut for this desktop entry
- createDownloadIndicatorWindow(boolean) - Static method in class net.sourceforge.jnlp.cache.DefaultDownloadIndicator
-
- createJnlpTitle() - Method in class net.sourceforge.jnlp.JNLPFile
-
- createJnlpTitleValue() - Method in class net.sourceforge.jnlp.JNLPFile
-
- createJnlpVendor() - Method in class net.sourceforge.jnlp.JNLPFile
-
- createJnlpVendorValue() - Method in class net.sourceforge.jnlp.JNLPFile
-
- createNewAppContext() - Method in class net.sourceforge.jnlp.NetxPanel
-
- createParentDir(File, String) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Tries to create the ancestor directories of file f.
- createParentDir(File) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Tries to create the ancestor directories of file f.
- createRestrictedDirectory(File) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Creates a new directory with minimum permissions.
- createRestrictedFile(File, boolean) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Creates a new file with minimum permissions.
- createThreadGroup(JNLPFile) - Method in class net.sourceforge.jnlp.Launcher
-
Create a thread group for the JNLP file.
- DAEMON_THREAD_POOL - Static variable in class net.sourceforge.jnlp.cache.CachedDaemonThreadPoolProvider
-
- DebuggingPanel - Class in net.sourceforge.jnlp.controlpanel
-
This displays the options related to debugging.
- DebuggingPanel(DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.DebuggingPanel
-
Create a new instance of the debugging panel.
- decodeUrlAsFile(URL) - Static method in class net.sourceforge.jnlp.util.UrlUtils
-
- decodeUrlQuietly(URL) - Static method in class net.sourceforge.jnlp.util.UrlUtils
-
- decrementLoaderUseCount() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Decrements loader use count by 1
If count reaches 0, loader is removed from list of available loaders
- decriptionKey - Variable in enum net.sourceforge.jnlp.OptionsDefinitions.OPTIONS
-
- DEF_HEIGHT - Static variable in class net.sourceforge.jnlp.JNLPSplashScreen
-
- DEF_WIDTH - Static variable in class net.sourceforge.jnlp.JNLPSplashScreen
-
- DEFAULT - Static variable in class net.sourceforge.jnlp.IconDesc
-
default icon
- DEFAULT - Static variable in class net.sourceforge.jnlp.InformationDesc
-
default description
- defaultArch - Variable in class net.sourceforge.jnlp.JNLPFile
-
the default arch
- DefaultDownloadIndicator - Class in net.sourceforge.jnlp.cache
-
Show the progress of downloads.
- DefaultDownloadIndicator() - Constructor for class net.sourceforge.jnlp.cache.DefaultDownloadIndicator
-
- DefaultLaunchHandler - Class in net.sourceforge.jnlp
-
This default implementation shows prints the exception to
stdout and if not in headless mode displays the exception in a
dialog.
- DefaultLaunchHandler(OutputController) - Constructor for class net.sourceforge.jnlp.DefaultLaunchHandler
-
- defaultLocale - Variable in class net.sourceforge.jnlp.JNLPFile
-
the default JVM locale
- defaultOS - Variable in class net.sourceforge.jnlp.JNLPFile
-
the default OS
- Defaults - Class in net.sourceforge.jnlp.config
-
This class stores the default configuration
- Defaults() - Constructor for class net.sourceforge.jnlp.config.Defaults
-
- delete(URL) - Method in interface javax.jnlp.PersistenceService
-
- deleteWithErrMesg(File, String) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Tries to delete file f.
- deleteWithErrMesg(File) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Tries to delete file f.
- DEPLOYMENT_COMMENT - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- DEPLOYMENT_CONFIG_FILE - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- DEPLOYMENT_PROPERTIES - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- DEPLOYMENT_SUBDIR_DIR - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
- DeploymentConfiguration - Class in net.sourceforge.jnlp.config
-
Manages the various properties and configuration related to deployment.
- DeploymentConfiguration() - Constructor for class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- DeploymentConfiguration(InfrastructureFileDescriptor) - Constructor for class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- DeploymentConfiguration.ConfigType - Enum in net.sourceforge.jnlp.config
-
- deploymentJavawsShortcutToComboItem(String) - Static method in class net.sourceforge.jnlp.controlpanel.DesktopShortcutPanel
-
- deploymentJavawsShortcutToString(String) - Static method in class net.sourceforge.jnlp.ShortcutDesc
-
- DesktopShortcutPanel - Class in net.sourceforge.jnlp.controlpanel
-
This class provides the panel that allows the user to set whether they want
to create a desktop shortcut for javaws.
- DesktopShortcutPanel(DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.DesktopShortcutPanel
-
Create a new instance of the desktop shortcut settings panel.
- destroy() - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
Disposes the applet's resources and disables the applet
environment from further use; after calling this method the
applet stub and context methods throw IllegalStateExceptions.
- destroy() - Method in class net.sourceforge.jnlp.runtime.AppletInstance
-
Stop the application and destroy its resources.
- destroy() - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
-
Stop the application and destroy its resources.
- detectOnline(URL) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- DirectoryCheckResult(File) - Constructor for class net.sourceforge.jnlp.config.DirectoryValidator.DirectoryCheckResult
-
- DirectoryCheckResults(List<DirectoryValidator.DirectoryCheckResult>) - Constructor for class net.sourceforge.jnlp.config.DirectoryValidator.DirectoryCheckResults
-
Wraps results so we can make some statistics or convert to message
- DirectoryNode - Class in net.sourceforge.jnlp.cache
-
- DirectoryNode(String, String, DirectoryNode) - Constructor for class net.sourceforge.jnlp.cache.DirectoryNode
-
Create a new instance of DirectoryNode.
- DirectoryNode(String, File, DirectoryNode) - Constructor for class net.sourceforge.jnlp.cache.DirectoryNode
-
Create a new instance of DirectoryNode.
- DirectoryNode(String, File, ArrayList<DirectoryNode>, DirectoryNode) - Constructor for class net.sourceforge.jnlp.cache.DirectoryNode
-
Create a new instance of DirectoryNode.
- DirectoryValidator - Class in net.sourceforge.jnlp.config
-
- DirectoryValidator(List<File>) - Constructor for class net.sourceforge.jnlp.config.DirectoryValidator
-
Creates DirectoryValidator to ensure given directories
- DirectoryValidator() - Constructor for class net.sourceforge.jnlp.config.DirectoryValidator
-
- DirectoryValidator.DirectoryCheckResult - Class in net.sourceforge.jnlp.config
-
Is storing result of directory validation.
- DirectoryValidator.DirectoryCheckResults - Class in net.sourceforge.jnlp.config
-
This class is holding results of directory validation.
- DIRTY - Static variable in interface javax.jnlp.PersistenceService
-
- disableButtons() - Method in class net.sourceforge.jnlp.controlpanel.CachePane
-
- DISABLED - Static variable in class net.sourceforge.jnlp.IconDesc
-
disabled icon
- disableExit() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
Disables applets from calling exit.
- disconnect(URLConnection) - Method in class net.sourceforge.jnlp.security.ConnectionFactory
-
- display(String) - Static method in class net.sourceforge.jnlp.about.AboutDialog
-
- display(boolean, String) - Static method in class net.sourceforge.jnlp.about.AboutDialog
-
- display(boolean, String, AboutDialog.ShowPage) - Static method in class net.sourceforge.jnlp.about.AboutDialog
-
- displayablePath(String) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Returns a String that is suitable for using in GUI elements for
displaying (long) paths to users.
- displayablePath(String, int) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Return a String that is suitable for using in GUI elements for displaying
paths to users.
- dispose() - Method in class net.sourceforge.jnlp.security.SecurityDialog
-
Called when the SecurityDialog is hidden - either because the user
made a choice (Ok, Cancel, etc) or closed the window
- disposeListener(DownloadServiceListener) - Method in class net.sourceforge.jnlp.cache.DefaultDownloadIndicator
-
Remove a download service listener that was obtained by
calling the getDownloadListener method from the shared
download info window.
- disposeListener(DownloadServiceListener) - Method in interface net.sourceforge.jnlp.cache.DownloadIndicator
-
Indicates that a download service listener that was obtained
from the getDownloadListener method will no longer be used.
- DocumentAdapter - Class in net.sourceforge.jnlp.controlpanel
-
Updates the property as it happens.
- DocumentAdapter(String[], int) - Constructor for class net.sourceforge.jnlp.controlpanel.DocumentAdapter
-
This creates a new instance of DocumentAdapter.
- DocumentAdapter(DeploymentConfiguration, String) - Constructor for class net.sourceforge.jnlp.controlpanel.DocumentAdapter
-
This creates a new instance of DocumentAdapter.
- downloadCompleted(DownloadEvent) - Method in interface net.sourceforge.jnlp.event.DownloadListener
-
Called when a download completed or there was an error.
- DownloadEvent - Class in net.sourceforge.jnlp.event
-
This event is sent during the launch of an
application.
- DownloadEvent(ResourceTracker, Resource) - Constructor for class net.sourceforge.jnlp.event.DownloadEvent
-
Creates a launch event for the specified application
instance.
- downloadFailed(URL, String) - Method in interface javax.jnlp.DownloadServiceListener
-
- DownloadIndicator - Interface in net.sourceforge.jnlp.cache
-
A DownloadIndicator creates DownloadServiceListeners that are
notified of resources being transferred and their progress.
- downloadJars(JNLPClassLoader, URL, String, Version) - Static method in class net.sourceforge.jnlp.runtime.ManageJnlpResources
-
Downloads jars identified by part name.
- DownloadListener - Interface in net.sourceforge.jnlp.event
-
The listener that is notified of the state of resources being
downloaded by a ResourceTracker.
- downloadOptions - Variable in class net.sourceforge.jnlp.cache.ResourceUrlCreator
-
- DownloadOptions - Class in net.sourceforge.jnlp
-
- DownloadOptions(boolean, boolean) - Constructor for class net.sourceforge.jnlp.DownloadOptions
-
- DownloadService - Interface in javax.jnlp
-
- DownloadService2 - Interface in javax.jnlp
-
- DownloadService2.ResourceSpec - Class in javax.jnlp
-
- DownloadServiceListener - Interface in javax.jnlp
-
- downloadStarted(DownloadEvent) - Method in interface net.sourceforge.jnlp.event.DownloadListener
-
Called when a download starts.
- dump(Certificate, PrintStream) - Static method in class net.sourceforge.jnlp.security.CertificateUtils
-
Writes the certificate in base64 encoded from to the print stream.
- dumpPKCS12(String, File, KeyStore, char[]) - Static method in class net.sourceforge.jnlp.security.CertificateUtils
-
- FakePacEvaluator - Class in net.sourceforge.jnlp.runtime
-
A dummy PacEvaluator that always returns "DIRECT"
- FakePacEvaluator() - Constructor for class net.sourceforge.jnlp.runtime.FakePacEvaluator
-
- FALLBACK_PROXY_PORT - Static variable in class net.sourceforge.jnlp.runtime.JNLPProxySelector
-
The default port to use as a fallback.
- FAVICON - Static variable in class net.sourceforge.jnlp.util.XDesktopEntry
-
- FileContents - Interface in javax.jnlp
-
- fileLocation - Variable in class net.sourceforge.jnlp.JNLPFile
-
the network location of this JNLP file
- FileOpenService - Interface in javax.jnlp
-
- FileSaveService - Interface in javax.jnlp
-
- FileUtils - Class in net.sourceforge.jnlp.util
-
This class contains a few file-related utility functions.
- FileUtils() - Constructor for class net.sourceforge.jnlp.util.FileUtils
-
- FileUtils.OpenFileResult - Enum in net.sourceforge.jnlp.util
-
Indicates whether a file was successfully opened.
- fileVersion - Variable in class net.sourceforge.jnlp.JNLPFile
-
file version
- fillInPartJars(List<JARDesc>) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Adds to the specified list of JARS any other JARs that need
to be loaded at the same time as the JARs specified (ie, are
in the same part).
- finalize() - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
-
Releases the application's resources before it is collected.
- findBestUrl(Resource) - Method in class net.sourceforge.jnlp.cache.ResourceDownloader
-
Returns the 'best' valid URL for the given resource.
- findClass(String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.CodeBaseClassLoader
-
- findClass(String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Find the class in this loader or any of its extension loaders.
- findJars(JNLPClassLoader, URL, String, Version) - Static method in class net.sourceforge.jnlp.runtime.ManageJnlpResources
-
Returns jars from the JNLP file with the part name provided.
- findLibrary(String) - Method in class net.sourceforge.jnlp.cache.NativeLibraryStorage
-
Looks in the search directories for 'fileName',
returning a path to the found file if it exists.
- findLibrary(String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Return the absolute path to the native library.
- findLibraryExt(String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Try to find the library path from another peer classloader.
- findLoadedClassAll(String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Find the loaded class in this loader or any of its extension loaders.
- findLoadedClassFromParent(String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.CodeBaseClassLoader
-
Returns the output of super.findLoadedClass().
- findResource(String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.CodeBaseClassLoader
-
- findResource(String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Finds the resource in this, the parent, or the extension
class loaders.
- findResources(String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.CodeBaseClassLoader
-
- findResources(String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Find the resources in this, the parent, or the extension
class loaders.
- fireDestroyed() - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
-
Notify listeners that the application has been terminated.
- fireDownloadEvent() - Method in class net.sourceforge.jnlp.cache.Resource
-
Instructs the trackers monitoring this resource to fire a
download event.
- fireDownloadEvent(Resource) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
-
Fires the download event corresponding to the resource's
state.
- focusOnDefaultButton() - Method in class net.sourceforge.jnlp.controlpanel.AdvancedProxySettingsPane
-
Put focus onto default button.
- focusOnDefaultButton() - Method in class net.sourceforge.jnlp.controlpanel.CachePane
-
Put focus onto default button.
- focusOnDefaultButton() - Method in class net.sourceforge.jnlp.security.viewer.CertificatePane
-
- FORCE - Static variable in class net.sourceforge.jnlp.cache.UpdatePolicy
-
- formattedText - Variable in class net.sourceforge.jnlp.controlpanel.JVMPanel.JvmValidationResult
-
- fromHtmlString(String) - Method in enum net.sourceforge.jnlp.SecurityDesc.RequestedPermissionLevel
-
The HTML permission level corresponding to the given String.
- fromInteger(int) - Static method in enum net.sourceforge.jnlp.security.SecurityDialogs.AppletAction
-
- fromJnlpString(String) - Method in enum net.sourceforge.jnlp.SecurityDesc.RequestedPermissionLevel
-
The JNLP permission level corresponding to the given String.
- fromString(String) - Static method in class net.sourceforge.jnlp.PropertyDesc
-
- GEN_JNLPS_DIR - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
- generateKey(String) - Method in class net.sourceforge.jnlp.cache.CacheLRUWrapper
-
Generate a key given the path to file.
- get(URL) - Method in interface javax.jnlp.PersistenceService
-
- get(String) - Method in class net.sourceforge.jnlp.PluginParameters
-
- get(Object) - Method in class net.sourceforge.jnlp.util.TimedHashMap
-
Return cached item if it has not already expired.
- get(int) - Method in class net.sourceforge.jnlp.util.WeakList
-
- getAcceptedIssuers() - Method in class net.sourceforge.jnlp.security.VariableX509TrustManager
-
- getAcceptedIssuers() - Method in class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
-
- getAccessControlContextForClassLoading() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Returns an appropriate AccessControlContext for loading classes in
the running instance.
- getAccessType() - Method in class net.sourceforge.jnlp.security.SecurityDialog
-
- getAllFiles() - Static method in class net.sourceforge.jnlp.config.PathsAndFiles
-
- getAllItWebSettingsFiles() - Static method in class net.sourceforge.jnlp.config.PathsAndFiles
-
- getAllJavaWsFiles() - Static method in class net.sourceforge.jnlp.config.PathsAndFiles
-
- getAllPEFiles() - Static method in class net.sourceforge.jnlp.config.PathsAndFiles
-
- getAllPluginFiles() - Static method in class net.sourceforge.jnlp.config.PathsAndFiles
-
- getAllPropertyNames() - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- getAllSecurityFiles() - Static method in class net.sourceforge.jnlp.config.PathsAndFiles
-
- getAlreadyTrustPublisher() - Method in interface net.sourceforge.jnlp.security.CertVerifier
-
- getAlreadyTrustPublisher() - Method in class net.sourceforge.jnlp.security.HttpsCertVerifier
-
- getAlreadyTrustPublisher() - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
- getAmountRead(URL) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
-
Returns the number of bytes downloaded for a resource.
- getAppContext() - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
-
- getAppInst() - Method in class net.sourceforge.jnlp.NetxPanel
-
- getApplet() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getApplet(JNLPFile, boolean, Container) - Method in class net.sourceforge.jnlp.Launcher
-
Gets an ApplicationInstance, but does not launch the applet.
- getApplet(String) - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
Returns the applet if the applet's name is specified,
otherwise return null.
- getApplet() - Method in class net.sourceforge.jnlp.runtime.AppletInstance
-
- getAppletClassLoader() - Method in class net.sourceforge.jnlp.NetxPanel
-
- getAppletContext() - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
- getAppletContext() - Method in class sun.applet.AppletViewerPanelAccess
-
- getAppletEnvironment() - Method in class net.sourceforge.jnlp.runtime.AppletInstance
-
- getAppletFrame() - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
- getApplets() - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
Returns an enumeration that contains only the applet
from the JNLP file.
- getAppletTitle() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getApplication() - Method in class net.sourceforge.jnlp.event.ApplicationEvent
-
- getApplication() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getApplication() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
- getApplication() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- getApplicationImages() - Method in enum net.sourceforge.jnlp.util.ImageResources
-
- getApplicationLibraryAllowableCodebase() - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#app_library
- getApplicationName() - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#app_name
- getArch() - Method in class net.sourceforge.jnlp.ResourcesDesc
-
- getArchive() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getArchiveJars() - Method in class net.sourceforge.jnlp.PluginBridge
-
- getArgumentExplanation() - Method in enum net.sourceforge.jnlp.OptionsDefinitions.OPTIONS
-
- getArguments() - Method in class net.sourceforge.jnlp.ApplicationDesc
-
- getAssociations() - Method in class net.sourceforge.jnlp.InformationDesc
-
- getAttribute(Attributes.Name) - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
get standard attribute
- getAttribute(String) - Method in class net.sourceforge.nanoxml.XMLElement
-
- getAttributesCheck() - Static method in class net.sourceforge.jnlp.runtime.ManifestAttributesChecker
-
- getAudioClip(URL) - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
- getBaseURL() - Method in class sun.applet.AppletViewerPanelAccess
-
- getBasicService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
- getBooleanValidator() - Static method in class net.sourceforge.jnlp.config.BasicValueValidators
-
- getBrowserBin() - Static method in class net.sourceforge.jnlp.util.XDesktopEntry
-
- getCacertsKeyStore() - Static method in class net.sourceforge.jnlp.security.SecurityUtil
-
- getCacheArchive() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getCacheArchiveEx() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getCacheDir() - Method in class net.sourceforge.jnlp.cache.CacheLRUWrapper
-
- getCachedResourceFile(URL, Version, UpdatePolicy) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
-
This is returning File object of cached resource originally from URL
- getCachedResources(DownloadService2.ResourceSpec) - Method in interface javax.jnlp.DownloadService2
-
- getCachedResourceURL(URL, Version, UpdatePolicy) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
-
Caches a resource and returns a URL for it in the cache;
blocks until resource is cached.
- getCacheFile(URL, Version) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
-
Returns the file for the locally cached contents of the
source.
- getCacheFile(URL) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
-
Returns a file containing the downloaded resource.
- getCacheOption() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getCacheParentDirectory(String) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
-
Returns the parent directory of the cached resource.
- getCacheURL(URL) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
-
Returns a URL pointing to the cached location of the
resource, or the resource itself if it is a non-cacheable
resource.
- getCacheVersion() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getCAKeyStores() - Static method in class net.sourceforge.jnlp.security.KeyStores
-
Returns an array of KeyStore that contain trusted CA certificates.
- getCallerAllowableCodebase() - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#caller_allowable
- getCategory() - Method in exception net.sourceforge.jnlp.LaunchException
-
- getCert() - Method in class net.sourceforge.jnlp.security.SecurityDialog
-
- getCertInformation(CertPath) - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
Find the information the specified cert path has with respect to this application.
- getCertKeyStores() - Static method in class net.sourceforge.jnlp.security.KeyStores
-
Returns an array of KeyStore that contain certificates that are trusted.
- getCertPath(CertPath) - Method in interface net.sourceforge.jnlp.security.CertVerifier
-
- getCertPath(CertPath) - Method in class net.sourceforge.jnlp.security.HttpsCertVerifier
-
- getCertPath(CertPath) - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
- getCertsList() - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
Get a list of the cert paths of all signers across the app.
- getCertVerifier() - Method in class net.sourceforge.jnlp.security.SecurityDialog
-
- getCheck() - Method in class net.sourceforge.jnlp.UpdateDesc
-
- getChildren() - Method in class net.sourceforge.jnlp.cache.DirectoryNode
-
Retrieves the list of child nodes.
- getClassLoader() - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
-
Returns the classloader.
- getClassLoaderSecurity(String) - Method in interface net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegate
-
- getClassLoaderSecurity(String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegateImpl
-
- getClearCacheButton(Component) - Static method in class net.sourceforge.jnlp.util.BasicExceptionDialog
-
- getClientKeyStores() - Static method in class net.sourceforge.jnlp.security.KeyStores
-
Returns KeyStores containing trusted client certificates
- getClipboardService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
- getCN(String) - Static method in class net.sourceforge.jnlp.security.SecurityUtil
-
Extracts the CN field from a Certificate principal string.
- getCode() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getCodeBase() - Method in interface javax.jnlp.BasicService
-
- getCodeBase() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getCodebase() - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#codebase
- getCodeBase() - Method in class net.sourceforge.jnlp.Parser
-
- getCodeBase() - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
- getCodeBaseFolders() - Method in class net.sourceforge.jnlp.PluginBridge
-
- getCodeBaseMatchersAttribute(String, boolean) - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
- getCodeBaseMatchersAttribute(Attributes.Name, boolean) - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
- getCodebaseSecurityDesc(JARDesc, String) - Method in interface net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegate
-
- getCodebaseSecurityDesc(JARDesc, String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegateImpl
-
- getCodeSourceSecurity(URL) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Returns the security descriptor for given code source URL
- getColumnClass(int) - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletActionTableModel
-
- getColumnCount() - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletActionTableModel
-
- getColumnName(int) - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletActionTableModel
-
- getComponent() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getConfiguration() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
Gets the Configuration associated with this runtime
- getConnectionFactory() - Static method in class net.sourceforge.jnlp.security.ConnectionFactory
-
- getContent() - Method in class net.sourceforge.nanoxml.XMLElement
-
- getContentOfReader(Reader) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
- getContentOfStream(InputStream, String) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
utility method which can read from any stream as one long String
- getContentOfStream(InputStream) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
utility method which can read from any stream as one long String
- getContents() - Method in interface javax.jnlp.ClipboardService
-
- getContentsAsReader(boolean, AccessWarningPaneComplexReturn.ShortcutResult, boolean) - Method in class net.sourceforge.jnlp.util.XDesktopEntry
-
Returns the contents of the
XDesktopEntry
through the
Reader
interface.
- getCopyOfStatus() - Method in class net.sourceforge.jnlp.cache.Resource
-
- getCurrentScreen() - Static method in class net.sourceforge.jnlp.util.ScreenFinder
-
- getCurrentScreenSizeWithoutBounds() - Static method in class net.sourceforge.jnlp.util.ScreenFinder
-
- getDebugJnlp() - Method in class net.sourceforge.jnlp.PluginBridge
-
- getDefaultDir() - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
- getDefaultDownloadIndicator() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- getDefaulted(String, String) - Method in class net.sourceforge.jnlp.PluginParameters
-
- getDefaultFile() - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
- getDefaultFullPath() - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
- getDefaultLaunchHandler() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
Returns the default launch handler.
- getDefaultPage() - Method in interface javax.jnlp.PrintService
-
- getDefaultPage() - Method in class net.sourceforge.jnlp.services.XPrintService
-
- getDefaultProgressWindow() - Method in interface javax.jnlp.DownloadService
-
- getDefaults() - Static method in class net.sourceforge.jnlp.config.Defaults
-
Get the default settings for deployment
- getDefaultUpdatePolicy() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- getDefaultValue() - Method in class net.sourceforge.jnlp.config.Setting
-
- getDepth() - Method in class net.sourceforge.jnlp.IconDesc
-
- getDescription() - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
- getDescription() - Method in class net.sourceforge.jnlp.config.Setting
-
- getDescription() - Method in class net.sourceforge.jnlp.InformationDesc
-
- getDescription(Object) - Method in class net.sourceforge.jnlp.InformationDesc
-
- getDescription() - Method in exception net.sourceforge.jnlp.LaunchException
-
- getDescription() - Method in class net.sourceforge.jnlp.RelatedContentDesc
-
- getDescriptionKey() - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
- getDescriptionStrict(Object) - Method in class net.sourceforge.jnlp.InformationDesc
-
- getDetails(CertPath) - Method in interface net.sourceforge.jnlp.security.CertVerifier
-
- getDetails(CertPath) - Method in class net.sourceforge.jnlp.security.HttpsCertVerifier
-
- getDetails(CertPath) - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
- getDetailsAsStrings() - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Get the details regarding issue(s) with this certificate.
- getDirStructure(DirectoryNode) - Static method in class net.sourceforge.jnlp.cache.CacheDirectory
-
Get the structure of directory for keeping track of the protocol and
domain.
- getDirViaAcronym() - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
For documentation purposes, the descriptor may be created as VARIABLE/custom/path.
- getDocumentBase() - Method in class net.sourceforge.jnlp.AppletDesc
-
- getDocumentBase() - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
- getDocumentURL() - Method in class sun.applet.AppletViewerPanelAccess
-
- getDownloadLocation() - Method in class net.sourceforge.jnlp.cache.Resource
-
Returns the URL to use for downloading the resource.
- getDownloadOptions() - Method in class net.sourceforge.jnlp.cache.Resource
-
- getDownloadOptions() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getDownloadOptions() - Method in class net.sourceforge.jnlp.PluginBridge
- getDownloadService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
- getDownloadVersion() - Method in class net.sourceforge.jnlp.cache.Resource
-
- getEntryPoints() - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/manifest.html#entry_pt
- getEntryPointString() - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
- getEx() - Method in class net.sourceforge.jnlp.LaunchException.LaunchExceptionWithStamp
-
- getExpirationDate() - Method in class javax.jnlp.DownloadService2.ResourceSpec
-
- getExtensionHREF() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Deprecated.
- getExtensionInstallerService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
- getExtensionLocation() - Method in interface javax.jnlp.ExtensionInstallerService
-
- getExtensionName() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Deprecated.
- getExtensionParts(String) - Method in class net.sourceforge.jnlp.ExtensionDesc
-
- getExtensions() - Method in class net.sourceforge.jnlp.AssociationDesc
-
- getExtensions() - Method in class net.sourceforge.jnlp.ResourcesDesc
-
- getExtensionVersion() - Method in interface javax.jnlp.ExtensionInstallerService
-
- getFailures() - Method in class net.sourceforge.jnlp.config.DirectoryValidator.DirectoryCheckResult
-
count failures of this result (0-3, both inclusive).
- getFailures() - Method in class net.sourceforge.jnlp.config.DirectoryValidator.DirectoryCheckResults
-
- getFile() - Method in class net.sourceforge.jnlp.cache.DirectoryNode
-
Retrieve the file associated with this node.
- getFile() - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
- getFile() - Method in exception net.sourceforge.jnlp.LaunchException
-
- getFile() - Method in class net.sourceforge.jnlp.security.SecurityDialog
-
- getFileLocation() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getFileLocation() - Method in class net.sourceforge.jnlp.Parser
-
Returns the file location.
- getFileLock(String, boolean, boolean) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
This will return a lock to the file specified.
- getFileMD5Sum(File, String) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
- getFileName() - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
- getFileOpenService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
- getFilePathValidator() - Static method in class net.sourceforge.jnlp.config.BasicValueValidators
-
- getFilePointer() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- getFilePointer() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- getFileSaveService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
- getFileVersion() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getFileVersion() - Method in class net.sourceforge.jnlp.Parser
-
Returns the file version.
- getForksAllowed() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- getFromArguments(URI, boolean, boolean, String, int, String, int, String, int, String, int) - Static method in class net.sourceforge.jnlp.runtime.JNLPProxySelector
-
Returns a list of proxies by using the arguments
- getFromBrowser(URI) - Method in class net.sourceforge.jnlp.runtime.JNLPProxySelector
-
Returns a list of proxies by querying the browser
- getFromPAC(URI) - Method in class net.sourceforge.jnlp.runtime.JNLPProxySelector
-
Returns a list of proxies by using the Proxy Auto Config (PAC) file.
- getFullPath() - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
- getFullPath(DeploymentConfiguration) - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
overload version for control panel, which is saving to internal copy.
- getGeneratedJnlpFileName() - Method in class net.sourceforge.jnlp.util.XDesktopEntry
-
- getGlobalParserSettings() - Static method in class net.sourceforge.jnlp.ParserSettings
-
- getHeight() - Method in class net.sourceforge.jnlp.AppletDesc
-
- getHeight() - Method in class net.sourceforge.jnlp.IconDesc
-
- getHeight() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getHomepage() - Method in class net.sourceforge.jnlp.InformationDesc
-
- getIcon() - Method in class net.sourceforge.jnlp.RelatedContentDesc
-
- getIconLocation(Object, int, int) - Method in class net.sourceforge.jnlp.InformationDesc
-
Returns the URL of the icon closest to the specified size and
kind.
- getIcons(Object) - Method in class net.sourceforge.jnlp.InformationDesc
-
Returns the icons specified by the JNLP file.
- getIconSize() - Method in class net.sourceforge.jnlp.util.XDesktopEntry
-
- getImage(URL) - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
- getIncorrectSetting() - Method in class net.sourceforge.jnlp.config.ConfiguratonValidator
-
- getInfoFile() - Method in class net.sourceforge.jnlp.cache.DirectoryNode
-
- getInformation() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getInformation(Locale) - Method in class net.sourceforge.jnlp.JNLPFile
-
- getInitialArguments() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- getInitialDelay() - Method in class net.sourceforge.jnlp.cache.DefaultDownloadIndicator
-
- getInitialDelay() - Method in interface net.sourceforge.jnlp.cache.DownloadIndicator
-
Return a time in milliseconds to wait for a download to
complete before obtaining a listener for the download.
- getInitialHeapSize() - Method in class net.sourceforge.jnlp.JREDesc
-
- getInputStream() - Method in interface javax.jnlp.FileContents
-
- getInstalledJRE(URL, String) - Method in interface javax.jnlp.ExtensionInstallerService
-
- getInstaller() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getInstallPath() - Method in interface javax.jnlp.ExtensionInstallerService
-
- getInstance() - Static method in class net.sourceforge.jnlp.cache.CacheLRUWrapper
-
Returns an instance of the policy.
- getInstance(JNLPFile, UpdatePolicy, boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Returns a JNLP classloader for the specified JNLP file.
- getInstance(JNLPFile, UpdatePolicy, String, boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Returns a JNLP classloader for the specified JNLP file.
- getInstance(URL, String, Version, ParserSettings, UpdatePolicy, String, boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Returns a JNLP classloader for the JNLP file at the specified
location.
- getInstance() - Static method in class net.sourceforge.jnlp.runtime.Translator
-
- getInstance() - Static method in class net.sourceforge.jnlp.security.VariableX509TrustManager
-
Return an instance of this singleton
- getIntegerResponseAsAppletAction(Object) - Static method in class net.sourceforge.jnlp.security.SecurityDialogs
-
- getIntegerResponseAsBoolean(Object) - Static method in class net.sourceforge.jnlp.security.SecurityDialogs
-
Returns true iff the given Object reference can be cast to Integer and that Integer's
intValue is 0.
- getItem(Object) - Method in class net.sourceforge.jnlp.InformationDesc
-
- getItems(Object) - Method in class net.sourceforge.jnlp.InformationDesc
-
- getItwsettingsCommands() - Static method in class net.sourceforge.jnlp.OptionsDefinitions
-
- getJarFiles() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getJarPermissions(String) - Method in interface net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegate
-
- getJarPermissions(String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegateImpl
-
- getJARs() - Method in class net.sourceforge.jnlp.ResourcesDesc
-
- getJARs(String) - Method in class net.sourceforge.jnlp.ResourcesDesc
-
- getJarSignableEntries() - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
- getJavaArchive() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getJavaArguments() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getJavaWsControlOptions() - Static method in class net.sourceforge.jnlp.OptionsDefinitions
-
- getJavaWsOptions() - Static method in class net.sourceforge.jnlp.OptionsDefinitions
-
- getJavaWsRuntimeOptions() - Static method in class net.sourceforge.jnlp.OptionsDefinitions
-
- getJNLPEmbedded() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getJNLPFile() - Method in class net.sourceforge.jnlp.ExtensionDesc
-
- getJNLPFile() - Method in class net.sourceforge.jnlp.ResourcesDesc
-
- getJNLPFile() - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
-
Returns the jnlpfile on which is this application based
- getJNLPFile() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
- getJNLPHref() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getJnlpRIAPermissions() - Static method in class net.sourceforge.jnlp.SecurityDesc
-
- getJREs() - Method in class net.sourceforge.jnlp.ResourcesDesc
-
- getKey() - Method in class net.sourceforge.jnlp.PropertyDesc
-
- getKey(KeyStore, String) - Static method in class net.sourceforge.jnlp.security.SecurityUtil
-
- getKeyStore(KeyStores.Level, KeyStores.Type) - Static method in class net.sourceforge.jnlp.security.KeyStores
-
Returns a KeyStore corresponding to the appropriate level level (user or
system) and type.
- getKeyStore(KeyStores.Level, KeyStores.Type, boolean) - Static method in class net.sourceforge.jnlp.security.KeyStores
-
Returns a KeyStore corresponding to the appropriate level level (user or
system) and type.
- getKeyStoreLocation(KeyStores.Level, KeyStores.Type) - Static method in class net.sourceforge.jnlp.security.KeyStores
-
Returns the location of a KeyStore corresponding to the given level and type.
- getKind() - Method in class net.sourceforge.jnlp.IconDesc
-
- getLastModified() - Method in class javax.jnlp.DownloadService2.ResourceSpec
-
- getLastModified() - Method in class net.sourceforge.jnlp.cache.CacheEntry
-
- getLastUpdated() - Method in class net.sourceforge.jnlp.cache.CacheEntry
-
Returns the time in the local system clock that the file was
most recently checked for an update.
- getLaunchExceptionChain() - Static method in exception net.sourceforge.jnlp.LaunchException
-
- getLaunchInfo() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getLeafData(DirectoryNode) - Static method in class net.sourceforge.jnlp.cache.CacheDirectory
-
Get all the leaf nodes.
- getLength() - Method in interface javax.jnlp.FileContents
-
- getLineNr() - Method in class net.sourceforge.nanoxml.XMLElement
-
- getLineNr() - Method in exception net.sourceforge.nanoxml.XMLParseException
-
Where the error occurred, or NO_LINE
if the line number is
unknown.
- getLinuxDesktopIconFile() - Method in class net.sourceforge.jnlp.util.XDesktopEntry
-
- getLinuxMenuIconFile() - Method in class net.sourceforge.jnlp.util.XDesktopEntry
-
- getListener(ApplicationInstance, String, URL[]) - Method in class net.sourceforge.jnlp.cache.DefaultDownloadIndicator
-
Return a download service listener that displays the progress
in a shared download info window.
- getListener(ApplicationInstance, String, URL[]) - Method in interface net.sourceforge.jnlp.cache.DownloadIndicator
-
Return a download service listener that displays the progress
of downloading resources.
- getLoadingException() - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- getLocale(String) - Method in class net.sourceforge.jnlp.Parser
-
Returns a Locale
from a single locale.
- getLocales() - Method in class net.sourceforge.jnlp.InformationDesc
-
- getLocales() - Method in class net.sourceforge.jnlp.ResourcesDesc
-
- getLocalFile() - Method in class net.sourceforge.jnlp.cache.Resource
-
- getLocalisedTimeStamp(Date) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- getLocalizedDescription() - Method in enum net.sourceforge.jnlp.OptionsDefinitions.OPTIONS
-
- getLocation() - Method in class net.sourceforge.jnlp.cache.CacheEntry
-
Returns the remote location this entry caches.
- getLocation() - Method in class net.sourceforge.jnlp.cache.Resource
-
Returns the remote location of the resource.
- getLocation() - Method in class net.sourceforge.jnlp.ExtensionDesc
-
- getLocation() - Method in class net.sourceforge.jnlp.IconDesc
-
- getLocation() - Method in class net.sourceforge.jnlp.JARDesc
-
- getLocation() - Method in class net.sourceforge.jnlp.JREDesc
-
- getLocation() - Method in class net.sourceforge.jnlp.RelatedContentDesc
-
- getLRUSortedEntries() - Method in class net.sourceforge.jnlp.cache.CacheLRUWrapper
-
Return a copy of the keys available.
- getMainClass() - Method in class net.sourceforge.jnlp.AppletDesc
-
- getMainClass() - Method in class net.sourceforge.jnlp.ApplicationDesc
-
- getMainClass() - Method in class net.sourceforge.jnlp.InstallerDesc
-
Returns the main class name and package.
- getMainClass() - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
main class can be defined outside of manifest.
- getMainClass() - Method in interface net.sourceforge.jnlp.LaunchDesc
-
- getMainClass() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
- getMainJAR(JARDesc[]) - Static method in class net.sourceforge.jnlp.ResourcesDesc
-
- getMainJAR(List<JARDesc>) - Static method in class net.sourceforge.jnlp.ResourcesDesc
-
- getMainJAR() - Method in class net.sourceforge.jnlp.ResourcesDesc
-
- getManifestAttribute(URL, Attributes.Name) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Gets the name of the main method if specified in the manifest
- getManifestAttributeCheckValidator() - Static method in class net.sourceforge.jnlp.config.BasicValueValidators
-
- getManifestsAttributes() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getMaximumHeapSize() - Method in class net.sourceforge.jnlp.JREDesc
-
- getMaxLength() - Method in interface javax.jnlp.FileContents
-
- getMenu() - Method in class net.sourceforge.jnlp.ShortcutDesc
-
- getMessage() - Method in class net.sourceforge.jnlp.config.DirectoryValidator.DirectoryCheckResult
-
Convert results to string.
- getMessage() - Method in class net.sourceforge.jnlp.config.DirectoryValidator.DirectoryCheckResults
-
The result have one reuslt per line, separated by \n
as is inherited from result.getMessage() method.
- getMessage(String, Object...) - Method in class net.sourceforge.jnlp.runtime.Translator
-
- getMimeType() - Method in class net.sourceforge.jnlp.AssociationDesc
-
- getMultipleStringValidator(String[], String[]) - Static method in class net.sourceforge.jnlp.config.BasicValueValidators
-
Returns a
ValueValidator
that checks if an object is a string from
one of the provided single option Strings or a combination from
the provided combination Strings.
- getName() - Method in interface javax.jnlp.FileContents
-
- getName() - Method in class net.sourceforge.jnlp.AppletDesc
-
- getName() - Method in class net.sourceforge.jnlp.cache.DirectoryNode
-
Retrieve the name of this node.
- getName() - Method in class net.sourceforge.jnlp.config.Setting
-
- getName() - Method in class net.sourceforge.jnlp.ExtensionDesc
-
- getName() - Method in class net.sourceforge.jnlp.PackageDesc
-
- getName() - Method in class net.sourceforge.nanoxml.XMLElement
-
Returns the name of the element.
- getNames(URL) - Method in interface javax.jnlp.PersistenceService
-
- getNewVMArgs() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getNumJarEntriesSigned(String) - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Find the number of entries this cert has signed in the specified jar.
- getOriginalContentLength() - Method in class net.sourceforge.jnlp.cache.CacheEntry
-
Return the length of the original content that was cached.
- getOS() - Method in class net.sourceforge.jnlp.ResourcesDesc
-
- getOutputStream(boolean) - Method in interface javax.jnlp.FileContents
-
- getOutputStream(URL, Version) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
-
Returns a buffered output stream open for writing to the
cache file.
- getPacEvaluator(URL) - Static method in class net.sourceforge.jnlp.runtime.PacEvaluatorFactory
-
- getPackages() - Method in class net.sourceforge.jnlp.ResourcesDesc
-
- getPackages(String) - Method in class net.sourceforge.jnlp.ResourcesDesc
-
Returns the Packages that match the specified class name.
- getParameter(String) - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
- getParameters() - Method in class net.sourceforge.jnlp.AppletDesc
-
- getParams() - Method in class net.sourceforge.jnlp.PluginBridge
-
- getParent() - Method in class net.sourceforge.jnlp.cache.DirectoryNode
-
Retrieve the parent node.
- getParentJNLPClassLoader() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.CodeBaseClassLoader
-
Returns JNLPClassLoader that encompasses this loader
- getParserSettings() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getPart() - Method in class net.sourceforge.jnlp.JARDesc
-
- getPart() - Method in class net.sourceforge.jnlp.PackageDesc
-
- getParts(String) - Method in class net.sourceforge.jnlp.Version
-
- getPasses() - Method in class net.sourceforge.jnlp.config.DirectoryValidator.DirectoryCheckResult
-
count passes of this result (0-3, both inclusive).
- getPasses() - Method in class net.sourceforge.jnlp.config.DirectoryValidator.DirectoryCheckResults
-
- getPasswordAuthentication() - Method in class net.sourceforge.jnlp.security.JNLPAuthenticator
-
- getPathToKeystore(int) - Static method in class net.sourceforge.jnlp.security.KeyStores
-
- getPermissions() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getPermissions(CodeSource) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Returns the permissions for the CodeSource.
- getPermissions(CodeSource) - Method in class net.sourceforge.jnlp.runtime.JNLPPolicy
-
Return a mutable, heterogeneous-capable permission collection
for the source.
- getPermissions(CodeSource) - Method in class net.sourceforge.jnlp.SecurityDesc
-
- getPersistenceService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
- getPolicy() - Method in class net.sourceforge.jnlp.UpdateDesc
-
- getPolicyEditorOptions() - Static method in class net.sourceforge.jnlp.OptionsDefinitions
-
- getPortNumberDocument() - Static method in class net.sourceforge.jnlp.controlpanel.NetworkSettingsPanel
-
Creates a PlainDocument that only take numbers if it will create a valid port number.
- getPossibleValues() - Method in interface net.sourceforge.jnlp.config.ValueValidator
-
Returns a string describing possible values in human-readable form that
this
ValueValidator
accepts
- getPrintService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
- getProperties() - Method in class net.sourceforge.jnlp.ResourcesDesc
-
- getPropertiesKey() - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
setup-able files have to override this
if they don't, they are read only, and set value will fail
if it is desired to write value of property, then override and use known key.
- getPropertiesMap() - Method in class net.sourceforge.jnlp.ResourcesDesc
-
- getProperty(String) - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
Get the value for the given key
- getProperty(String) - Method in class net.sourceforge.jnlp.util.PropertiesFile
-
- getProperty(String, String) - Method in class net.sourceforge.jnlp.util.PropertiesFile
-
- getProxies(URL) - Method in class net.sourceforge.jnlp.runtime.FakePacEvaluator
-
- getProxies(URL) - Method in interface net.sourceforge.jnlp.runtime.PacEvaluator
-
Get the proxies for accessing a given URL.
- getProxies(URL) - Method in class net.sourceforge.jnlp.runtime.RhinoBasedPacEvaluator
-
Get the proxies for accessing a given URL.
- getProxiesFromPacResult(String) - Static method in class net.sourceforge.jnlp.runtime.JNLPProxySelector
-
Converts a proxy string from a browser into a List of Proxy objects
suitable for java.
- getPublisher(CertPath) - Method in interface net.sourceforge.jnlp.security.CertVerifier
-
- getPublisher(CertPath) - Method in class net.sourceforge.jnlp.security.HttpsCertVerifier
-
- getPublisher(CertPath) - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
- getRandomAccessFile(String) - Method in interface javax.jnlp.FileContents
-
- getRangedIntegerValidator(int, int) - Static method in class net.sourceforge.jnlp.config.BasicValueValidators
-
Returns a
ValueValidator
that checks if an object represents a
valid integer (it is a Integer or Long or a String representation of
one), within the given range.
- getRaw() - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- getReadPermission(URL, Version) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
-
Returns the Permission object necessary to access the
resource, or null
if no permission is needed.
- getRecentlyUsedFile() - Method in class net.sourceforge.jnlp.cache.CacheLRUWrapper
-
- getRecentlyUsedFile() - Static method in class net.sourceforge.jnlp.config.PathsAndFiles
-
- getRelatedContents() - Method in class net.sourceforge.jnlp.InformationDesc
-
- getRemoteContentLength() - Method in class net.sourceforge.jnlp.cache.CacheEntry
-
- getRequestedPermissionLevel() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getRequestedPermissionLevel() - Method in class net.sourceforge.jnlp.PluginBridge
-
- getRequestedPermissionLevel() - Method in class net.sourceforge.jnlp.SecurityDesc
-
- getRequestVersion() - Method in class net.sourceforge.jnlp.cache.Resource
-
- getResource(URL, Version, UpdatePolicy) - Static method in class net.sourceforge.jnlp.cache.Resource
-
Return a shared Resource object representing the given
location and version.
- getResourceLocation() - Method in class net.sourceforge.jnlp.event.DownloadEvent
-
- getResources() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getResources(Locale, String, String) - Method in class net.sourceforge.jnlp.JNLPFile
-
- getResources(Locale, String, String) - Method in class net.sourceforge.jnlp.PluginBridge
-
- getResources(Class<T>) - Method in class net.sourceforge.jnlp.ResourcesDesc
-
- getResourcesDesc() - Method in class net.sourceforge.jnlp.JREDesc
-
- getResourcesDescs() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getResourcesDescs(Locale, String, String) - Method in class net.sourceforge.jnlp.JNLPFile
-
- getResourcesDescs(Locale, String, String) - Method in class net.sourceforge.jnlp.PluginBridge
-
- getRoot(CertPath) - Method in interface net.sourceforge.jnlp.security.CertVerifier
-
- getRoot(CertPath) - Method in class net.sourceforge.jnlp.security.HttpsCertVerifier
-
- getRoot(CertPath) - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
- getRootInCacerts() - Method in interface net.sourceforge.jnlp.security.CertVerifier
-
- getRootInCacerts() - Method in class net.sourceforge.jnlp.security.HttpsCertVerifier
-
- getRootInCacerts() - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
- getRootNode(InputStream) - Method in class net.sourceforge.jnlp.MalformedXMLParser
-
Parses the data from an InputStream
to create a XML tree.
- getRowCount() - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletActionTableModel
-
- getRunInSandbox() - Method in interface net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegate
-
- getRunInSandbox() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegateImpl
-
- getSandBoxPermissions() - Method in class net.sourceforge.jnlp.SecurityDesc
-
- getScreenOnCoords(Point) - Static method in class net.sourceforge.jnlp.util.ScreenFinder
-
- getScreenOnCoordsWithoutBounds(Point) - Static method in class net.sourceforge.jnlp.util.ScreenFinder
-
- getSearchDirectories() - Method in class net.sourceforge.jnlp.cache.NativeLibraryStorage
-
- getSecurity() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getSecurity() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
- getSecurityDialogHandler() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- getSecurityType() - Method in class net.sourceforge.jnlp.SecurityDesc
-
- getServiceNames() - Static method in class javax.jnlp.ServiceManager
-
- getServiceNames() - Method in interface javax.jnlp.ServiceManagerStub
-
- getServiceNames() - Method in class net.sourceforge.jnlp.services.XServiceManagerStub
-
Returns the service names.
- getSeverity() - Method in exception net.sourceforge.jnlp.LaunchException
-
- getShortcut() - Method in class net.sourceforge.jnlp.InformationDesc
-
- getShortcutTmpFile() - Method in class net.sourceforge.jnlp.util.XDesktopEntry
-
- getShowButton(Component) - Static method in class net.sourceforge.jnlp.util.BasicExceptionDialog
-
- getSignedJars() - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Get all the jars this cert has signed along with the number of entries
in each jar.
- getSigning() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
- getSigningState() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
- getSingleInstanceService() - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
- getSize() - Method in class javax.jnlp.DownloadService2.ResourceSpec
-
- getSize() - Method in class net.sourceforge.jnlp.cache.Resource
-
Returns the size of the resource
- getSize() - Method in class net.sourceforge.jnlp.IconDesc
-
- getSource() - Method in class net.sourceforge.jnlp.config.Setting
-
- getSourceLocation() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getSpecVersion() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getSpecVersion() - Method in class net.sourceforge.jnlp.Parser
-
- getSplashController() - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
container must be SplashContoler.
- getSplashHeigth() - Method in class net.sourceforge.jnlp.NetxPanel
-
- getSplashWidth() - Method in class net.sourceforge.jnlp.NetxPanel
-
- getStamp() - Method in class net.sourceforge.jnlp.LaunchException.LaunchExceptionWithStamp
-
- getStoreFile() - Method in class net.sourceforge.jnlp.util.PropertiesFile
-
- getStream(String) - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
Required for JRE1.4, but not implemented yet.
- getStreamKeys() - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
Required for JRE1.4, but not implemented yet.
- getStringValidator(String[]) - Static method in class net.sourceforge.jnlp.config.BasicValueValidators
-
Returns a
ValueValidator
that checks if an object is a string from
one of the provided Strings.
- getSubMenu() - Method in class net.sourceforge.jnlp.MenuDesc
-
- getSum() - Method in class net.sourceforge.jnlp.util.MD5SumWatcher
-
Get the current MD5 sum of the watched file
- getSummary() - Method in exception net.sourceforge.jnlp.LaunchException
-
- getSystemCertStore() - Static method in class net.sourceforge.jnlp.security.SecurityUtil
-
- getSystemPathStubAcronym() - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
- getTag(URL) - Method in interface javax.jnlp.PersistenceService
-
- getThreadGroup() - Method in class net.sourceforge.jnlp.NetxPanel
-
- getThreadGroup() - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
-
Returns the thread group.
- getTitle() - Method in class net.sourceforge.jnlp.InformationDesc
-
- getTitle() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getTitle() - Method in class net.sourceforge.jnlp.PluginBridge
-
- getTitle() - Method in class net.sourceforge.jnlp.RelatedContentDesc
-
- getTitle() - Method in class net.sourceforge.jnlp.runtime.AppletInstance
-
- getTitle() - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
-
Returns the application title.
- getTitleFromJnlp() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getTitleFromManifest() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getTotalJarEntries(Map<String, Integer>) - Static method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
Get the total number of entries in the provided map.
- getTotalSize(URL) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
-
Returns the number of total size in bytes of a resource, or
-1 it the size is not known.
- getTracker() - Method in class net.sourceforge.jnlp.event.DownloadEvent
-
- getTransferred() - Method in class net.sourceforge.jnlp.cache.Resource
-
- getTrustedCertsFilename() - Static method in class net.sourceforge.jnlp.security.SecurityUtil
-
- getType() - Method in class javax.jnlp.DownloadService2.ResourceSpec
-
- getUnderlyingMap() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getUniqueKey() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getUniqueKey(URL) - Method in class net.sourceforge.jnlp.PluginParameters
-
- getUnmodifiableMap() - Method in class net.sourceforge.jnlp.PluginParameters
-
- getUnrecognizedSetting() - Method in class net.sourceforge.jnlp.config.ConfiguratonValidator
-
- getUpdate() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getUpdateAvaiableReosurces(DownloadService2.ResourceSpec) - Method in interface javax.jnlp.DownloadService2
-
- getUpdatePolicy() - Method in class net.sourceforge.jnlp.cache.Resource
-
- getUpdatePolicy() - Method in class net.sourceforge.jnlp.Launcher
-
- getUpdateRate() - Method in class net.sourceforge.jnlp.cache.DefaultDownloadIndicator
-
- getUpdateRate() - Method in interface net.sourceforge.jnlp.cache.DownloadIndicator
-
Return the desired time in milliseconds between updates.
- getUrl() - Method in class javax.jnlp.DownloadService2.ResourceSpec
-
- getURL(String, String, URL, boolean) - Static method in class net.sourceforge.jnlp.Parser
-
- getUrls() - Method in class net.sourceforge.jnlp.cache.ResourceUrlCreator
-
Returns a list of URLs that the resources might be downloadable from.
- getUrlValidator() - Static method in class net.sourceforge.jnlp.config.BasicValueValidators
-
- getUserKeyStore() - Static method in class net.sourceforge.jnlp.security.SecurityUtil
-
- getValidator() - Method in class net.sourceforge.jnlp.config.Setting
-
- getValidRequestMethods() - Static method in enum net.sourceforge.jnlp.cache.ResourceTracker.RequestMethods
-
- getValue(String) - Method in class net.sourceforge.jnlp.cache.CacheLRUWrapper
-
Return the value of given key.
- getValue() - Method in class net.sourceforge.jnlp.config.Setting
-
- getValue() - Method in class net.sourceforge.jnlp.controlpanel.ComboItem
-
Get the value associated with this item.
- getValue() - Method in class net.sourceforge.jnlp.PropertyDesc
-
- getValue() - Method in class net.sourceforge.jnlp.security.SecurityDialog
-
- getValueAt(int, int) - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletActionTableModel
-
- getVendor() - Method in class net.sourceforge.jnlp.InformationDesc
-
- getVendor() - Method in class net.sourceforge.jnlp.JNLPFile
-
- getVersion() - Method in class javax.jnlp.DownloadService2.ResourceSpec
-
- getVersion() - Method in class net.sourceforge.jnlp.ExtensionDesc
-
- getVersion() - Method in class net.sourceforge.jnlp.JARDesc
-
- getVersion() - Method in class net.sourceforge.jnlp.JREDesc
-
- getVersionedUrl() - Method in class net.sourceforge.jnlp.cache.ResourceUrlCreator
-
Returns the URL for this resource, including the resource's version number in the query string
- getVersionStrings() - Method in class net.sourceforge.jnlp.Version
-
- getVMArgs() - Method in class net.sourceforge.jnlp.JREDesc
-
- getWidth() - Method in class net.sourceforge.jnlp.AppletDesc
-
- getWidth() - Method in class net.sourceforge.jnlp.IconDesc
-
- getWidth() - Method in class net.sourceforge.jnlp.PluginParameters
-
- greater(List<String>, List<String>) - Method in class net.sourceforge.jnlp.Version
-
- guessCodeBase(JNLPFile) - Static method in class net.sourceforge.jnlp.util.UrlUtils
-
- GuiLaunchHandler - Class in net.sourceforge.jnlp
-
A
LaunchHandler
that gives feedback to the user using GUI elements
including splash screens and exception dialogs.
- GuiLaunchHandler(OutputController) - Constructor for class net.sourceforge.jnlp.GuiLaunchHandler
-
- ICEDTEA_SO - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
- IconDesc - Class in net.sourceforge.jnlp
-
The icon element.
- ICONS_DIR - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
- id - Variable in class net.sourceforge.jnlp.controlpanel.JVMPanel.JvmValidationResult
-
- IllegalResourceDescriptorException - Exception in net.sourceforge.jnlp.cache
-
- IllegalResourceDescriptorException(String) - Constructor for exception net.sourceforge.jnlp.cache.IllegalResourceDescriptorException
-
Constructs a IllegalResourceDescriptorException
with the
specified detail message.
- IMAGE - Static variable in interface javax.jnlp.DownloadService2
-
- ImageResources - Enum in net.sourceforge.jnlp.util
-
- implies(ProtectionDomain, Permission) - Method in class net.sourceforge.jnlp.runtime.JNLPPolicy
-
- incrementTransferred(long) - Method in class net.sourceforge.jnlp.cache.Resource
-
Increments the amount transferred (in bytes)
- info - Variable in class net.sourceforge.jnlp.JNLPFile
-
information
- InformationDesc - Class in net.sourceforge.jnlp
-
The information element.
- InformationDesc(Locale[], boolean) - Constructor for class net.sourceforge.jnlp.InformationDesc
-
Create an information element object.
- InfrastructureFileDescriptor - Class in net.sourceforge.jnlp.config
-
- InfrastructureFileDescriptor() - Constructor for class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
- init(PluginBridge) - Method in class net.sourceforge.jnlp.NetxPanel
-
- initialize() - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
-
Initialize the application's environment (installs
environment variables, etc).
- initialize(boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
Initialize the JNLP runtime environment by installing the
security manager and security policy, initializing the JNLP
standard services, etc.
- initializeSingleInstance() - Method in class net.sourceforge.jnlp.services.XSingleInstanceService
-
Initialize the new SingleInstanceService
- initKeyManagerFactory(KeyManagerFactory, KeyStore) - Static method in class net.sourceforge.jnlp.security.SecurityUtil
-
- initMutex - Static variable in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
mutex to wait on, for initialization
- inKeyStores(X509Certificate, KeyStore[]) - Static method in class net.sourceforge.jnlp.security.CertificateUtils
-
Checks whether an X509Certificate is already in one of the keystores
- insertUpdate(DocumentEvent) - Method in class net.sourceforge.jnlp.controlpanel.DocumentAdapter
-
- InstallerDesc - Class in net.sourceforge.jnlp
-
The installer-desc element.
- InstallerDesc(String) - Constructor for class net.sourceforge.jnlp.InstallerDesc
-
Creates a installer descriptor.
- installFailed() - Method in interface javax.jnlp.ExtensionInstallerService
-
- installSucceeded(boolean) - Method in interface javax.jnlp.ExtensionInstallerService
-
- InstanceExistsException - Exception in net.sourceforge.jnlp.services
-
This class represents an exception indicating that an application instance
already exists for this jnlp file
- InstanceExistsException(String) - Constructor for exception net.sourceforge.jnlp.services.InstanceExistsException
-
- IntegrationService - Interface in javax.jnlp
-
- InternalHTMLPanel - Class in net.sourceforge.jnlp.about
-
- InternalHTMLPanel(URL) - Constructor for class net.sourceforge.jnlp.about.InternalHTMLPanel
-
- INVALID_CHARS - Static variable in class net.sourceforge.jnlp.util.FileUtils
-
list of characters not allowed in filenames
- InvalidJarHeaderException - Exception in net.sourceforge.jnlp.util
-
Thrown from net.sourceforge.jnlp.utilJArFile when verification of headers fails
- InvalidJarHeaderException(String) - Constructor for exception net.sourceforge.jnlp.util.InvalidJarHeaderException
-
- invalidValue(String, String) - Method in class net.sourceforge.nanoxml.XMLElement
-
Creates a parse exception for when an invalid value is given to a
method.
- invalidValueSet(String) - Method in class net.sourceforge.nanoxml.XMLElement
-
Creates a parse exception for when an invalid valueset is given to
a method.
- isActive() - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
- isAllowRedirect() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isApplet() - Method in class net.sourceforge.jnlp.JNLPFile
-
- isApplet() - Method in class net.sourceforge.jnlp.PluginBridge
-
- isApplication() - Method in class net.sourceforge.jnlp.JNLPFile
-
- isApplication() - Method in class net.sourceforge.jnlp.PluginBridge
-
- isCacheable(URL, Version) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
-
Returns whether the resource can be cached as a local file;
if not, then URLConnection.openStream can be used to obtain
the contents.
- isCacheable() - Method in class net.sourceforge.jnlp.JARDesc
-
Returns if this jar is cacheable
- isCached() - Method in class net.sourceforge.jnlp.cache.CacheEntry
-
Returns true if the cache has a local copy of the contents
of the URL matching the specified version string.
- isCached(URL, Version) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
-
Returns true if the cache has a local copy of the contents of
the URL matching the specified version string.
- isCellEditable(int, int) - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletActionTableModel
-
- isComponent() - Method in class net.sourceforge.jnlp.JNLPFile
-
- isComponent() - Method in class net.sourceforge.jnlp.PluginBridge
-
- isConnectable() - Method in class net.sourceforge.jnlp.cache.Resource
-
- isConnectable(URL) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isCreateAppContext() - Method in class net.sourceforge.jnlp.Launcher
-
- isCurrent(long) - Method in class net.sourceforge.jnlp.cache.CacheEntry
-
Returns whether there is a version of the URL contents in
the cache and it is up to date.
- isCurrent(URL, Version, long) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
-
Returns whether there is a version of the URL contents in the
cache and it is up to date.
- isCustomSplashscreen() - Method in class net.sourceforge.jnlp.JNLPSplashScreen
-
- isDebug() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isDir() - Method in class net.sourceforge.jnlp.cache.DirectoryNode
-
Check if this node is a directory.
- isDir - Variable in class net.sourceforge.jnlp.config.DirectoryValidator.DirectoryCheckResult
-
- isEager() - Method in class net.sourceforge.jnlp.JARDesc
-
- isEmpty() - Method in class net.sourceforge.jnlp.util.TimedHashMap
-
- isExtensionAllowed() - Method in class net.sourceforge.jnlp.ParserSettings
-
- isExtensionPartCached(URL, String, String) - Method in interface javax.jnlp.DownloadService
-
- isExtensionPartCached(URL, String, String[]) - Method in interface javax.jnlp.DownloadService
-
- isExternalResourceCached(JNLPClassLoader, URL, String) - Static method in class net.sourceforge.jnlp.runtime.ManageJnlpResources
-
Returns true
if the resource (not mentioned in the jnlp file) is cached, otherwise false
Used by DownloadService.
- isFullySigned(Map<CertPath, CertInformation>, Map<String, Integer>) - Method in interface net.sourceforge.jnlp.security.AppVerifier
-
Checks if the app's jars are covered by the provided certificates, enough
to consider the app fully signed.
- isFullySigned(Map<CertPath, CertInformation>, Map<String, Integer>) - Method in class net.sourceforge.jnlp.security.JNLPAppVerifier
-
- isFullySigned(Map<CertPath, CertInformation>, Map<String, Integer>) - Method in class net.sourceforge.jnlp.security.PluginAppVerifier
-
- isFullySigned() - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
Returns whether or not the app is considered completely signed.
- isHeadless() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isHeldByCurrentThread() - Method in class net.sourceforge.jnlp.cache.CacheEntry
-
- isHeldByCurrentThread() - Method in class net.sourceforge.jnlp.util.PropertiesFile
-
- isHtml() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isIgnoreHeaders() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isInitialized() - Method in class net.sourceforge.jnlp.cache.Resource
-
Check if this resource has been initialized
- isInitialized() - Method in class net.sourceforge.jnlp.controlpanel.AdvancedProxySettingsDialog
-
Check whether the dialog has finished being created.
- isInitialized() - Method in class net.sourceforge.jnlp.controlpanel.CacheViewer
-
Check whether the dialog has finished being created.
- isInitialized() - Method in class net.sourceforge.jnlp.NetxPanel
-
- isInitialized() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
Returns whether the JNLP runtime environment has been
initialized.
- isInitialized() - Method in class net.sourceforge.jnlp.security.SecurityDialog
-
Returns if this dialog has been fully initialized yet.
- isInitialized() - Method in class net.sourceforge.jnlp.security.viewer.CertificateViewer
-
- isInstaller() - Method in class net.sourceforge.jnlp.JNLPFile
-
- isInstaller() - Method in class net.sourceforge.jnlp.PluginBridge
-
- isJarSigned(JARDesc, AppVerifier, ResourceTracker) - Static method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
- isLazy() - Method in class net.sourceforge.jnlp.JARDesc
-
- isLoader() - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
- isLocalFile(URL) - Static method in class net.sourceforge.jnlp.util.UrlUtils
-
- isLocked() - Method in class net.sourceforge.jnlp.config.Setting
-
- isMain() - Method in class net.sourceforge.jnlp.JARDesc
-
- isMalformedXmlAllowed() - Method in class net.sourceforge.jnlp.ParserSettings
-
- isMatch() - Method in class net.sourceforge.jnlp.JNLPMatcher
-
Compares both JNLP files
- isNative() - Method in class net.sourceforge.jnlp.JARDesc
-
- isOffline() - Method in interface javax.jnlp.BasicService
-
- isOfflineAllowed() - Method in class net.sourceforge.jnlp.InformationDesc
-
- isOfflineForced() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isOnline() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isOnline() - Method in class net.sourceforge.jnlp.ShortcutDesc
-
- isOnlineDetected() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isPartCached(String) - Method in interface javax.jnlp.DownloadService
-
- isPartCached(String[]) - Method in interface javax.jnlp.DownloadService
-
- isPlatformVersion() - Method in class net.sourceforge.jnlp.JREDesc
-
- isPluginApplet() - Method in interface net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegate
-
- isPluginApplet() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegateImpl
-
- isPublisherAlreadyTrusted() - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Return whether or not the publisher is already trusted.
- isRecursive() - Method in class net.sourceforge.jnlp.PackageDesc
-
- isResizable() - Method in class net.sourceforge.jnlp.runtime.AppletInstance
-
- isResourceCached(URL, String) - Method in interface javax.jnlp.DownloadService
-
- isRootInCacerts() - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Return whether or not the root is in the list of trusted CA certificates.
- isRunning() - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
-
Returns whether the application is running.
- isSandboxForced() - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#permissions
- isSecurityEnabled() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
Returns whether the secure runtime environment is enabled.
- isSet(Resource.Status) - Method in class net.sourceforge.jnlp.cache.Resource
-
Check if the specified flag is set.
- isSetDebug() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isSharingAllowed() - Method in class net.sourceforge.jnlp.InformationDesc
-
- isSigned() - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
-
- isSigned(ApplicationInstance) - Static method in class net.sourceforge.jnlp.services.ServiceUtil
-
Returns whether the app requesting a JNLP service is a trusted
application
- isSignerOfJar(String) - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Check if this cert is the signer of a jar.
- isSplashImageLoaded() - Method in class net.sourceforge.jnlp.JNLPSplashScreen
-
- isSplashScreenValid() - Method in class net.sourceforge.jnlp.JNLPSplashScreen
-
- isStrict() - Method in class net.sourceforge.jnlp.ParserSettings
-
- isStrict() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
- isTriviallySigned() - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
- isTrustAll() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isTrustedLibrary() - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#trusted_library
- isTrustedOnly() - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#trusted_only
- isTrustNone() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isUnix() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isValidRFC2396Url(URL) - Static method in class net.sourceforge.jnlp.util.UrlUtils
-
- isVerifying() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isVersionId() - Method in class net.sourceforge.jnlp.Version
-
- isWebBrowserSupported() - Method in interface javax.jnlp.BasicService
-
- isWebstartApplication() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isWindows() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- isWindowsKeyStore(String) - Static method in class net.sourceforge.jnlp.tools.KeyStoreUtil
-
Returns true if KeyStore has a password.
- itemStateChanged(ItemEvent) - Method in class net.sourceforge.jnlp.controlpanel.DebuggingPanel
-
- itemStateChanged(ItemEvent) - Method in class net.sourceforge.jnlp.controlpanel.DesktopShortcutPanel
-
- 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 JarFile
that 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.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.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
-
- 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.
- JreVersion(String, boolean) - Constructor for class net.sourceforge.jnlp.Version.JreVersion
-
- JVMPanel - Class in net.sourceforge.jnlp.controlpanel
-
- JVMPanel.JvmValidationResult - Class in net.sourceforge.jnlp.controlpanel
-
- JVMPanel.JvmValidationResult.STATE - Enum in net.sourceforge.jnlp.controlpanel
-
- JvmValidationResult(String, JVMPanel.JvmValidationResult.STATE) - Constructor for class net.sourceforge.jnlp.controlpanel.JVMPanel.JvmValidationResult
-
- 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.
- PacEvaluator - Interface in net.sourceforge.jnlp.runtime
-
This interface represents an object which can evaluate Proxy Auto Config
files.
- PacEvaluatorFactory - Class in net.sourceforge.jnlp.runtime
-
- PacEvaluatorFactory() - Constructor for class net.sourceforge.jnlp.runtime.PacEvaluatorFactory
-
- PackageDesc - Class in net.sourceforge.jnlp
-
The package element.
- PackageDesc(String, String, boolean) - Constructor for class net.sourceforge.jnlp.PackageDesc
-
Create a package descriptor.
- paint(Graphics) - Method in class net.sourceforge.jnlp.JNLPSplashScreen
-
- pane - Variable in class net.sourceforge.jnlp.about.HTMLPanel
-
- ParseException - Exception in net.sourceforge.jnlp
-
Thrown to indicate that an error has occurred while parsing a
JNLP file.
- ParseException(String) - Constructor for exception net.sourceforge.jnlp.ParseException
-
Create a parse exception with the specified message.
- ParseException(String, Throwable) - Constructor for exception net.sourceforge.jnlp.ParseException
-
Create a parse exception with the specified message and
cause.
- parseFromReader(Reader) - Method in class net.sourceforge.nanoxml.XMLElement
-
Reads one XML element from a Reader
and parses it.
- parseFromReader(Reader, int) - Method in class net.sourceforge.nanoxml.XMLElement
-
Reads one XML element from a java.io.Reader and parses it.
- Parser - Class in net.sourceforge.jnlp
-
Contains methods to parse an XML document into a JNLPFile.
- parserSettings - Variable in class net.sourceforge.jnlp.JNLPFile
-
the ParserSettings which were used to parse this file
- ParserSettings - Class in net.sourceforge.jnlp
-
Contains settings to be used by the Parser while parsing JNLP files.
- ParserSettings() - Constructor for class net.sourceforge.jnlp.ParserSettings
-
Create a new ParserSettings with the defautl parser settings
- ParserSettings(boolean, boolean, boolean) - Constructor for class net.sourceforge.jnlp.ParserSettings
-
Create a new ParserSettings object
- PATH_DELIMITER - Static variable in class net.sourceforge.jnlp.util.ClasspathMatcher
-
- PathsAndFiles - Class in net.sourceforge.jnlp.config
-
- PathsAndFiles() - Constructor for class net.sourceforge.jnlp.config.PathsAndFiles
-
- pattern - Static variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- PCACHE_DIR - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
- PERMISSIONS - Static variable in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
- PERMISSIONS_NAME - Static variable in enum net.sourceforge.jnlp.SecurityDesc.RequestedPermissionLevel
-
- permissionsToString() - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#permissions
- PersistenceService - Interface in javax.jnlp
-
- PIPES_DIR - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
PIPES_DIR and both Plugin Dirs are not instatiated to be used.
- play() - Method in class net.sourceforge.jnlp.runtime.AppletAudioClip
-
Plays the clip from the beginning.
- PluginAppVerifier - Class in net.sourceforge.jnlp.security
-
- PluginAppVerifier() - Constructor for class net.sourceforge.jnlp.security.PluginAppVerifier
-
- PluginBridge - Class in net.sourceforge.jnlp
-
Allows reuse of code that expects a JNLPFile object,
while overriding behaviour specific to applets.
- PluginBridge(URL, URL, String, String, int, int, PluginParameters) - Constructor for class net.sourceforge.jnlp.PluginBridge
-
Creates a new PluginBridge using a default JNLPCreator.
- PluginBridge(URL, URL, String, String, int, int, PluginParameters, JNLPCreator) - Constructor for class net.sourceforge.jnlp.PluginBridge
-
- PluginParameterException - Exception in net.sourceforge.jnlp
-
- PluginParameterException(String) - Constructor for exception net.sourceforge.jnlp.PluginParameterException
-
- PluginParameters - Class in net.sourceforge.jnlp
-
Represents plugin applet parameters, backed by a HashMap.
- PluginParameters(Map<String, String>) - Constructor for class net.sourceforge.jnlp.PluginParameters
-
- PolicyPanel - Class in net.sourceforge.jnlp.controlpanel
-
Implements a Policy Settings panel for the itweb-settings control panel.
- PolicyPanel(JFrame, DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.PolicyPanel
-
- PORT_DELIMITER - Static variable in class net.sourceforge.jnlp.util.ClasspathMatcher
-
- postMessage(SecurityDialogMessage) - Method in class net.sourceforge.jnlp.security.SecurityDialogMessageHandler
-
Post a message to the security event queue.
- print(Pageable) - Method in interface javax.jnlp.PrintService
-
- print(Printable) - Method in interface javax.jnlp.PrintService
-
- print(Pageable) - Method in class net.sourceforge.jnlp.services.XPrintService
-
- print(Printable) - Method in class net.sourceforge.jnlp.services.XPrintService
-
- printCheckHelp() - Method in class net.sourceforge.jnlp.controlpanel.CommandLine
-
Prints a help message for the 'check' command
- printGetHelp() - Method in class net.sourceforge.jnlp.controlpanel.CommandLine
-
Prints help message for the get command
- printInfoHelp() - Method in class net.sourceforge.jnlp.controlpanel.CommandLine
-
Print a help message for the 'info' command
- printListHelp() - Method in class net.sourceforge.jnlp.controlpanel.CommandLine
-
Prints help message for the list command
- printMessage(LaunchException) - Method in class net.sourceforge.jnlp.AbstractLaunchHandler
-
Print a message
- printResetHelp() - Method in class net.sourceforge.jnlp.controlpanel.CommandLine
-
Prints a help message for the reset command
- PrintService - Interface in javax.jnlp
-
- printSetHelp() - Method in class net.sourceforge.jnlp.controlpanel.CommandLine
-
Prints the help message for the 'set' command
- PROGRAM_NAME - Variable in class net.sourceforge.jnlp.controlpanel.CommandLine
-
- progress(URL, String, long, long, int) - Method in interface javax.jnlp.DownloadServiceListener
-
- promptUserOnPartialSigning() - Method in interface net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegate
-
- promptUserOnPartialSigning() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegateImpl
-
- properties - Static variable in class net.sourceforge.jnlp.controlpanel.AdvancedProxySettingsPane
-
List of properties used by this panel
- properties - Static variable in class net.sourceforge.jnlp.controlpanel.DebuggingPanel
-
List of properties used by checkboxes in this panel
- properties - Static variable in class net.sourceforge.jnlp.controlpanel.NetworkSettingsPanel
-
List of properties used by this panel
- properties - Static variable in class net.sourceforge.jnlp.controlpanel.SecuritySettingsPanel
-
List of properties used by this panel
- PropertiesFile - Class in net.sourceforge.jnlp.util
-
A properties object backed by a specified file without throwing
exceptions.
- PropertiesFile(File) - Constructor for class net.sourceforge.jnlp.util.PropertiesFile
-
Create a properties object backed by the specified file.
- PropertiesFile(File, String) - Constructor for class net.sourceforge.jnlp.util.PropertiesFile
-
Create a properties object backed by the specified file.
- PropertyDesc - Class in net.sourceforge.jnlp
-
The property element.
- PropertyDesc(String, String) - Constructor for class net.sourceforge.jnlp.PropertyDesc
-
Creates a property descriptor.
- PROTOCOL_DELIMITER - Static variable in class net.sourceforge.jnlp.util.ClasspathMatcher
-
- PROXY_TYPE_AUTO - Static variable in class net.sourceforge.jnlp.runtime.JNLPProxySelector
-
- PROXY_TYPE_BROWSER - Static variable in class net.sourceforge.jnlp.runtime.JNLPProxySelector
-
- PROXY_TYPE_MANUAL - Static variable in class net.sourceforge.jnlp.runtime.JNLPProxySelector
-
- PROXY_TYPE_NONE - Static variable in class net.sourceforge.jnlp.runtime.JNLPProxySelector
-
- PROXY_TYPE_UNKNOWN - Static variable in class net.sourceforge.jnlp.runtime.JNLPProxySelector
-
- put(String, String) - Method in class net.sourceforge.jnlp.PluginParameters
-
- put(K, V) - Method in class net.sourceforge.jnlp.util.TimedHashMap
-
Store the item in the map and associate a timestamp with it.
- putAll(Map<? extends K, ? extends V>) - Method in class net.sourceforge.jnlp.util.TimedHashMap
-
- R(String) - Static method in class net.sourceforge.jnlp.runtime.Translator
-
Return a translated (localized) version of the message
- R(String, Object...) - Static method in class net.sourceforge.jnlp.runtime.Translator
-
- read() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- read(byte[], int, int) - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- read(byte[]) - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- read() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- read(byte[], int, int) - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- read(byte[]) - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- readBoolean() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- readBoolean() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- readByte() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- readByte() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- readChar() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- readChar() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- readChar() - Method in class net.sourceforge.nanoxml.XMLElement
-
Reads a character from a reader.
- readDouble() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- readDouble() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- readFloat() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- readFloat() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- readFully(byte[]) - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- readFully(byte[], int, int) - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- readFully(byte[]) - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- readFully(byte[], int, int) - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- readInt() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- readInt() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- readLine() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- readLine() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- readLong() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- readLong() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- readShort() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- readShort() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- readStreamAsString(InputStream) - Static method in class net.sourceforge.jnlp.util.StreamUtils
-
- readStreamAsString(InputStream, String) - Static method in class net.sourceforge.jnlp.util.StreamUtils
-
- readStreamAsString(InputStream, boolean) - Static method in class net.sourceforge.jnlp.util.StreamUtils
-
- readStreamAsString(InputStream, boolean, String) - Static method in class net.sourceforge.jnlp.util.StreamUtils
-
- readUnsignedByte() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- readUnsignedByte() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- readUnsignedShort() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- readUnsignedShort() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- readUTF() - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- readUTF() - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- recursiveDelete(File, File) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Recursively delete everything under a directory.
- refresh() - Method in class net.sourceforge.jnlp.runtime.JNLPPolicy
-
Refresh.
- refreshExistingShortcuts(boolean, boolean) - Method in class net.sourceforge.jnlp.util.XDesktopEntry
-
- RelatedContentDesc - Class in net.sourceforge.jnlp
-
- RelatedContentDesc(URL) - Constructor for class net.sourceforge.jnlp.RelatedContentDesc
-
Create a related-content descriptor
- reloadPolicy() - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- remove(Object) - Method in class net.sourceforge.jnlp.util.TimedHashMap
-
- remove(int) - Method in class net.sourceforge.jnlp.util.WeakList
-
Removes the object at the specified position and returns it
or returns null if it was already collected.
- removeAllItemsFromTable(JTable, UnsignedAppletActionTableModel) - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletsTrustingListPanel
-
- removeApplicationListener(ApplicationListener) - Method in class net.sourceforge.jnlp.runtime.ApplicationInstance
-
Remove an Application Listener
- removeAssociation(String, String[]) - Method in interface javax.jnlp.IntegrationService
-
- removeCachedJars(JNLPClassLoader, URL, JARDesc[]) - Static method in class net.sourceforge.jnlp.runtime.ManageJnlpResources
-
Removes jars from cache.
- removeChild(DirectoryNode) - Method in class net.sourceforge.jnlp.cache.DirectoryNode
-
Removes the node specified.
- removeDownloadListener(DownloadListener) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
-
Removes a download listener.
- removeEntry(String) - Method in class net.sourceforge.jnlp.cache.CacheLRUWrapper
-
This removed an entry from our map.
- removeExtensionPart(URL, String, String) - Method in interface javax.jnlp.DownloadService
-
- removeExtensionPart(URL, String, String[]) - Method in interface javax.jnlp.DownloadService
-
- removeExternalCachedResource(JNLPClassLoader, URL, String) - Static method in class net.sourceforge.jnlp.runtime.ManageJnlpResources
-
Removes resource which are not mentioned in the jnlp file.
- removeFileName(URL) - Static method in class net.sourceforge.jnlp.util.UrlUtils
-
This function i striping part behind last path delimiter.
- removePart(String) - Method in interface javax.jnlp.DownloadService
-
- removePart(String[]) - Method in interface javax.jnlp.DownloadService
-
- removeResource(URL, String) - Method in interface javax.jnlp.DownloadService
-
- removeResource(URL) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
-
Removes a resource from the tracker.
- removeRow(int) - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletActionTableModel
-
- removeSelectedFromTable(JTable) - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletsTrustingListPanel
-
- removeSelectedFromTable(JTable, boolean, UnsignedAppletActionTableModel, Component) - Static method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletsTrustingListPanel
-
- removeShortcuts() - Method in interface javax.jnlp.IntegrationService
-
- removeSingleInstanceListener(SingleInstanceListener) - Method in interface javax.jnlp.SingleInstanceService
-
Removes the specified SingleInstanceListener from the notification list.
- removeSingleInstanceListener(SingleInstanceListener) - Method in class net.sourceforge.jnlp.services.XSingleInstanceService
-
Remove the specified SingleInstanceListener
- removeSplash() - Method in class net.sourceforge.jnlp.NetxPanel
-
- removeTracker(ResourceTracker) - Method in class net.sourceforge.jnlp.cache.Resource
-
Removes the tracker to the list of trackers monitoring this
resource.
- removeUpdate(DocumentEvent) - Method in class net.sourceforge.jnlp.controlpanel.DocumentAdapter
-
- replaceSplash(SplashPanel) - Method in class net.sourceforge.jnlp.NetxPanel
-
- requestAssociation(String, String[]) - Method in interface javax.jnlp.IntegrationService
-
- requestShortcut(boolean, boolean, String) - Method in interface javax.jnlp.IntegrationService
-
- RequiredElementException - Exception in net.sourceforge.jnlp
-
Thrown when a field that is required from the information tag is not found
under the current JVM's locale or as a generalized element.
- RequiredElementException(String) - Constructor for exception net.sourceforge.jnlp.RequiredElementException
-
- RequiredElementException(String, Throwable) - Constructor for exception net.sourceforge.jnlp.RequiredElementException
-
- requiresSignedJNLPWarning() - Method in class net.sourceforge.jnlp.JNLPFile
-
Returns a boolean after determining if a signed JNLP warning should be
displayed in the 'More Information' panel.
- requiresSignedJNLPWarning() - Method in class net.sourceforge.jnlp.security.SecurityDialog
-
- resetForReverification() - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Resets any trust of the root and publisher.
- resetStatus() - Method in class net.sourceforge.jnlp.cache.Resource
-
Clear all flags
- resetToDefaults() - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- resolve() - Method in class net.sourceforge.jnlp.ExtensionDesc
-
Resolves the extension by creating a JNLPFile from the file
specified by the extension's location property.
- resolveEntity(StringBuffer) - Method in class net.sourceforge.nanoxml.XMLElement
-
Resolves an entity.
- Resource - Class in net.sourceforge.jnlp.cache
-
Information about a single resource to download.
- resource - Variable in class net.sourceforge.jnlp.cache.ResourceUrlCreator
-
- Resource.Status - Enum in net.sourceforge.jnlp.cache
-
- resourceAvailableLocally(String) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Returns if the specified resource is available locally from a cached jar
- ResourceDownloader - Class in net.sourceforge.jnlp.cache
-
- ResourceDownloader(Resource, Object) - Constructor for class net.sourceforge.jnlp.cache.ResourceDownloader
-
- resources - Variable in class net.sourceforge.jnlp.JNLPFile
-
resources
- ResourcesDesc - Class in net.sourceforge.jnlp
-
The resources element.
- ResourcesDesc(JNLPFile, Locale[], String[], String[]) - Constructor for class net.sourceforge.jnlp.ResourcesDesc
-
Create a representation of one information section of the
JNLP File.
- ResourceSpec(String, String, int) - Constructor for class javax.jnlp.DownloadService2.ResourceSpec
-
- ResourceTracker - Class in net.sourceforge.jnlp.cache
-
This class tracks the downloading of various resources of a
JNLP file to local files in the cache.
- ResourceTracker() - Constructor for class net.sourceforge.jnlp.cache.ResourceTracker
-
Creates a resource tracker that does not prefetch resources.
- ResourceTracker(boolean) - Constructor for class net.sourceforge.jnlp.cache.ResourceTracker
-
Creates a resource tracker.
- ResourceTracker.RequestMethods - Enum in net.sourceforge.jnlp.cache
-
- ResourceUrlCreator - Class in net.sourceforge.jnlp.cache
-
- ResourceUrlCreator(Resource, DownloadOptions) - Constructor for class net.sourceforge.jnlp.cache.ResourceUrlCreator
-
- restoreDisabled() - Method in class net.sourceforge.jnlp.controlpanel.CachePane
-
- results - Variable in class net.sourceforge.jnlp.config.DirectoryValidator.DirectoryCheckResults
-
- resultsToString(List<DirectoryValidator.DirectoryCheckResult>) - Static method in class net.sourceforge.jnlp.config.DirectoryValidator.DirectoryCheckResults
-
- RhinoBasedPacEvaluator - Class in net.sourceforge.jnlp.runtime
-
Represents a Proxy Auto Config file.
- RhinoBasedPacEvaluator(URL) - Constructor for class net.sourceforge.jnlp.runtime.RhinoBasedPacEvaluator
-
Initialize a new object by using the PAC file located at the given URL.
- ROLLOVER - Static variable in class net.sourceforge.jnlp.IconDesc
-
rollover icon
- run() - Method in class net.sourceforge.jnlp.about.AboutDialog
-
- run() - Method in class net.sourceforge.jnlp.cache.ResourceDownloader
-
- run() - Method in class net.sourceforge.jnlp.runtime.Boot
-
The privileged part (jdk1.3 compatibility).
- run() - Method in class net.sourceforge.jnlp.security.SecurityDialogMessageHandler
-
Runs the message handler loop.
- run() - Method in class net.sourceforge.jnlp.StreamEater
-
- run() - Method in class sun.applet.AppletViewerPanelAccess
-
- SANDBOX_PERMISSIONS - Static variable in class net.sourceforge.jnlp.SecurityDesc
-
Applet permissions.
- sanitizeFileName(String) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Given an input, return a sanitized form of the input suitable for use as
a file/directory name
- sanitizeFileName(String, char) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
- sanitizeInput(Reader, OutputStream) - Method in class net.sourceforge.nanoxml.XMLElement
-
Reads an xml file and removes the comments, leaving only relevant
xml code.
- sanitizeLastSlash(URL) - Static method in class net.sourceforge.jnlp.util.UrlUtils
-
This function is removing all tailing slashes of url and
both unix and windows salshes are supported.
- sanitizeLastSlash(String) - Static method in class net.sourceforge.jnlp.util.UrlUtils
-
- sanitizePath(String) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Clean up a string by removing characters that can't appear in a local
file name.
- sanitizePath(String, char) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
- save() - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
Saves all properties that are not part of default or system properties
- saveAsFileDialog(String, String[], FileContents) - Method in interface javax.jnlp.FileSaveService
-
- saveFile(String, File) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Method to save String as file in UTF-8 encoding.
- saveFile(String, File, String) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Method to save String as file in specified encoding/.
- saveFileDialog(String, String[], InputStream, String) - Method in interface javax.jnlp.FileSaveService
-
- saveHistory(String) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- scanElement(XMLElement) - Method in class net.sourceforge.nanoxml.XMLElement
-
Scans an XML element.
- scanIdentifier(StringBuffer) - Method in class net.sourceforge.nanoxml.XMLElement
-
Scans an identifier from the current reader.
- scanPCData(StringBuffer) - Method in class net.sourceforge.nanoxml.XMLElement
-
Scans a #PCDATA
element.
- scanString(StringBuffer) - Method in class net.sourceforge.nanoxml.XMLElement
-
This method scans a delimited string from the current reader.
- scanWhitespace() - Method in class net.sourceforge.nanoxml.XMLElement
-
This method scans an identifier from the current reader.
- scanWhitespace(StringBuffer) - Method in class net.sourceforge.nanoxml.XMLElement
-
This method scans an identifier from the current reader.
- ScreenFinder - Class in net.sourceforge.jnlp.util
-
- ScreenFinder() - Constructor for class net.sourceforge.jnlp.util.ScreenFinder
-
- security - Variable in class net.sourceforge.jnlp.JNLPFile
-
the security descriptor
- SecurityDelegateImpl(JNLPClassLoader) - Constructor for class net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegateImpl
-
- SecurityDesc - Class in net.sourceforge.jnlp
-
The security element.
- SecurityDesc(JNLPFile, SecurityDesc.RequestedPermissionLevel, Object, String) - Constructor for class net.sourceforge.jnlp.SecurityDesc
-
Create a security descriptor.
- SecurityDesc(JNLPFile, Object, String) - Constructor for class net.sourceforge.jnlp.SecurityDesc
-
Create a security descriptor.
- SecurityDesc.RequestedPermissionLevel - Enum in net.sourceforge.jnlp
-
Represents the security level requested by an applet/application, as specified in its JNLP or HTML.
- SecurityDialog - Class in net.sourceforge.jnlp.security
-
Provides methods for showing security warning dialogs for a wide range of
JNLP security issues.
- SecurityDialogMessageHandler - Class in net.sourceforge.jnlp.security
-
Handles SecurityDialogMessage
s and shows appropriate security
dialogs.
- SecurityDialogMessageHandler() - Constructor for class net.sourceforge.jnlp.security.SecurityDialogMessageHandler
-
- SecurityDialogs - Class in net.sourceforge.jnlp.security
-
A factory for showing many possible types of security warning to the user.
- SecurityDialogs() - Constructor for class net.sourceforge.jnlp.security.SecurityDialogs
-
- SecurityDialogs.AccessType - Enum in net.sourceforge.jnlp.security
-
The types of access which may need user permission.
- SecurityDialogs.AppletAction - Enum in net.sourceforge.jnlp.security
-
- SecurityDialogs.DialogType - Enum in net.sourceforge.jnlp.security
-
Types of dialogs we can create
- SecuritySettingsPanel - Class in net.sourceforge.jnlp.controlpanel
-
This provides a way for the user to modify the security settings through a
GUI.
- SecuritySettingsPanel(DeploymentConfiguration) - Constructor for class net.sourceforge.jnlp.controlpanel.SecuritySettingsPanel
-
This creates a new instance of the security settings panel.
- SecurityUtil - Class in net.sourceforge.jnlp.security
-
- SecurityUtil() - Constructor for class net.sourceforge.jnlp.security.SecurityUtil
-
- seek(long) - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- seek(long) - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- select(URI) - Method in class net.sourceforge.jnlp.runtime.JNLPProxySelector
- SELECTED - Static variable in class net.sourceforge.jnlp.IconDesc
-
selected icon
- ServiceManager - Class in javax.jnlp
-
- ServiceManagerStub - Interface in javax.jnlp
-
- ServiceUtil - Class in net.sourceforge.jnlp.services
-
Provides static methods to interact useful for using the JNLP
services.
- ServiceUtil() - Constructor for class net.sourceforge.jnlp.services.ServiceUtil
-
- SESSION - Static variable in class net.sourceforge.jnlp.cache.UpdatePolicy
-
- set(int, E) - Method in class net.sourceforge.jnlp.util.WeakList
-
Sets the object at the specified position and returns the
previous object at that position or null if it was already
collected.
- setAllowRedirect(boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- setAlreadyTrustPublisher() - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Set whether or not the publisher is already trusted.
- setApplet(Applet) - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
Set the applet of this environment; can only be called once.
- setApplet(Applet) - Method in class net.sourceforge.jnlp.runtime.AppletInstance
-
Set the applet of this launched application; can only be called once.
- setApplet(Applet) - Method in class sun.applet.AppletViewerPanelAccess
-
- setAppletViewerFrame(SplashController) - Method in class net.sourceforge.jnlp.NetxPanel
-
- setApplication(ApplicationInstance) - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
Sets the JNLP app this group is for; can only be called once.
- setAttribute(String, Object) - Method in class net.sourceforge.nanoxml.XMLElement
-
Adds or modifies an attribute.
- setBadExtendedKeyUsage() - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Set that this cert has bad extended key usage
and add this issue to the list of details.
- setBadKeyUsage() - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Set that this cert has bad key usage
and add this issue to the list of details.
- setBadNetscapeCertType() - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Set that this cert has a bad netscape cert type
and add this issue to the list of details.
- setContent(String) - Method in class net.sourceforge.nanoxml.XMLElement
-
Changes the content string.
- setContents(Transferable) - Method in interface javax.jnlp.ClipboardService
-
- setCreateAppContext(boolean) - Method in class net.sourceforge.jnlp.Launcher
-
Sets whether to launch the application in a new AppContext
(a separate event queue, look and feel, etc).
- setCurrentlyUsedCertPath(CertPath) - Method in class net.sourceforge.jnlp.tools.JarCertVerifier
-
- setDebug(boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
Sets whether debug statements for the JNLP client code
should be printed to the standard output.
- setDefaultDownloadIndicator(DownloadIndicator) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
Sets the default download indicator.
- setDefaultLaunchHandler(LaunchHandler) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
Sets the default launch handler.
- setDefaults(String, String, Locale) - Method in class net.sourceforge.jnlp.JNLPFile
-
Sets the default view of the JNLP file returned by
getInformation, getResources, etc.
- setDefaultUpdatePolicy(UpdatePolicy) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
Sets the default update policy.
- setDescription(String) - Method in class net.sourceforge.jnlp.RelatedContentDesc
-
Set the description of this related content
- setDownloadLocation(URL) - Method in class net.sourceforge.jnlp.cache.Resource
-
Set the url to use for downloading the resource
- setDownloadOptions(DownloadOptions) - Method in class net.sourceforge.jnlp.cache.Resource
-
- setDownloadVersion(Version) - Method in class net.sourceforge.jnlp.cache.Resource
-
Sets the version downloaded from server
- setErrorSplash(Throwable) - Method in class net.sourceforge.jnlp.JNLPSplashScreen
-
- setExitClass(Class<?>) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
Set a class that can exit the JVM; if not set then any class
can exit the JVM.
- setFile(JNLPFile) - Method in class net.sourceforge.jnlp.JNLPSplashScreen
-
- setForksAllowed(boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- setGlobalParserSettings(ParserSettings) - Static method in class net.sourceforge.jnlp.ParserSettings
-
Set the global ParserSettings to match the given settings.
- setGlobalParserSettingsFromOptionParser(OptionParser) - Static method in class net.sourceforge.jnlp.ParserSettings
-
- setHasExpiredCert() - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Set that this cert is expired and add this issue to the list of details.
- setHasExpiringCert() - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Set that this cert is expiring within 6 months and add this issue to
the list of details.
- setHeading(String) - Method in interface javax.jnlp.ExtensionInstallerService
-
- setHeadless(boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
Sets whether the JNLP client will use any AWT/Swing
components.
- setHtml(boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- setIconDesc(IconDesc) - Method in class net.sourceforge.jnlp.RelatedContentDesc
-
Set the icon for this related content
- setIconSize(int) - Method in class net.sourceforge.jnlp.util.XDesktopEntry
-
Set the icon size to use for the desktop shortcut
- setIgnoreHeaders(boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- setInformationToMerge(Map<String, List<String>>) - Method in class net.sourceforge.jnlp.Launcher
-
Set a map to use when trying to extract extra information, including
arguments, properties and parameters, to be merged into the main JNLP
- setInitialArgments(List<String>) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- setJREInfo(String, String) - Method in interface javax.jnlp.ExtensionInstallerService
-
- setKeyEntry(KeyStore, String, Key, Certificate[]) - Static method in class net.sourceforge.jnlp.security.SecurityUtil
-
- setLastModified(long) - Method in class net.sourceforge.jnlp.cache.CacheEntry
-
- setLastUpdated(long) - Method in class net.sourceforge.jnlp.cache.CacheEntry
-
Sets the time in the local system clock that the file was
most recently checked for an update.
- setLength(long) - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- setLength(long) - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- setLoader(JNLPClassLoader) - Method in class net.sourceforge.jnlp.JNLPFile.ManifestsAttributes
-
- setLoadingException(ConfigurationException) - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- setLocalFile(File) - Method in class net.sourceforge.jnlp.cache.Resource
-
Sets the local file to be downloaded
- setLocked(boolean) - Method in class net.sourceforge.jnlp.config.Setting
-
Marks this setting as locked or unlocked.
- setMaxLength(long) - Method in interface javax.jnlp.FileContents
-
- setMenu(MenuDesc) - Method in class net.sourceforge.jnlp.ShortcutDesc
-
Add a shortcut to the 'start menu'
(whatever that means on gnome/kde/other ...)
- setName(String) - Method in class net.sourceforge.nanoxml.XMLElement
-
Changes the name of the element.
- setNativeLibraryInfo(String) - Method in interface javax.jnlp.ExtensionInstallerService
-
- setNotYetValidCert() - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Set that this cert is not yet valid
and add this issue to the list of details.
- setNumJarEntriesSigned(String, int) - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Add a jar to the list of jars this certificate has signed along with the
number of entries it has signed in the jar.
- setOfflineForced(boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- setOfUrlsToHtmlList(Iterable<URL>) - Static method in class net.sourceforge.jnlp.util.UrlUtils
-
Small utility function creating li list from collection of urls
- setOnlineDetected(boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- setOriginalContentLength(long) - Method in class net.sourceforge.jnlp.cache.CacheEntry
-
Set the length of the original content that was cached.
- setParserSettings(ParserSettings) - Method in class net.sourceforge.jnlp.Launcher
-
- setProperty(String, String) - Method in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
Sets the value of corresponding to the key.
- setProperty(String, String) - Method in class net.sourceforge.jnlp.util.PropertiesFile
-
Sets the value for the specified key.
- setRemoteContentLength(long) - Method in class net.sourceforge.jnlp.cache.CacheEntry
-
- setResizable(boolean) - Method in class net.sourceforge.jnlp.runtime.AppletInstance
-
Sets whether the applet is resizable or not.
- setRootInCacerts() - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Set that this cert's root CA is to be trusted.
- setRunInSandbox() - Method in interface net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegate
-
- setRunInSandbox() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader.SecurityDelegateImpl
-
- setRunInSandbox() - Method in class net.sourceforge.jnlp.runtime.JNLPClassLoader
-
- setSecurityEnabled(boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
Sets whether to enable the secure runtime environment.
- setServiceManagerStub(ServiceManagerStub) - Static method in class javax.jnlp.ServiceManager
-
- setSignedJNLPAsMissing() - Method in class net.sourceforge.jnlp.JNLPFile
-
Informs that a signed JNLP file is missing in the main jar
- setSize(long) - Method in class net.sourceforge.jnlp.cache.Resource
-
Sets the size of the resource
- setSource(String) - Method in class net.sourceforge.jnlp.config.Setting
-
Sets the source of the current value of this Setting.
- setSplashImageURL(URL) - Method in class net.sourceforge.jnlp.JNLPSplashScreen
-
- setStatus(String) - Method in interface javax.jnlp.ExtensionInstallerService
-
- setStatusFlag(Resource.Status) - Method in class net.sourceforge.jnlp.cache.Resource
-
Set status flag
- setStatusFlags(Collection<Resource.Status>) - Method in class net.sourceforge.jnlp.cache.Resource
-
Set flags
- setStream(String, InputStream) - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
Required for JRE1.4, but not implemented yet.
- setTag(URL, int) - Method in interface javax.jnlp.PersistenceService
-
- setText(String) - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletsTrustingListPanel.MyTextField
-
- setText(String) - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletsTrustingListPanel.UrlRegexCellRenderer.MyDateCellRenderer
-
- setText(String) - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletsTrustingListPanel.UrlRegexCellRenderer
-
- setTimeout(long, TimeUnit) - Method in class net.sourceforge.jnlp.util.TimedHashMap
-
Specify how long (in nanoseconds) entries are valid for
- Setting<T> - Class in net.sourceforge.jnlp.config
-
Represents a value for a configuration.
- Setting(String, String, boolean, ValueValidator, T, T, String) - Constructor for class net.sourceforge.jnlp.config.Setting
-
Creates a new Settings object
- Setting(Setting<T>) - Constructor for class net.sourceforge.jnlp.config.Setting
-
Creates a new Settings object by cloning the values from another
Settings object
- setTitle(String) - Method in class net.sourceforge.jnlp.RelatedContentDesc
-
Set the title of this content
- setTransferred(long) - Method in class net.sourceforge.jnlp.cache.Resource
-
Sets the amount transferred
- setTrustAll(boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- setTrustNone(boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
- setUntrusted() - Method in class net.sourceforge.jnlp.tools.CertInformation
-
Set that this cert and all of its CAs are untrusted so far.
- setUpdatePolicy(UpdatePolicy) - Method in class net.sourceforge.jnlp.Launcher
-
Sets the update policy used by launched applications.
- setValue(String) - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
- setValue(String, DeploymentConfiguration) - Method in class net.sourceforge.jnlp.config.InfrastructureFileDescriptor
-
overload version for control panel, which is saving to internal copy.
- setValue(T) - Method in class net.sourceforge.jnlp.config.Setting
-
Note that setting the value is not enforced - it is the caller's
responsibility to check if a value is locked or not before setting a
new value
- setValue(Object) - Method in class net.sourceforge.jnlp.security.SecurityDialog
-
- setValueAt(Object, int, int) - Method in class net.sourceforge.jnlp.controlpanel.UnsignedAppletActionTableModel
-
- setVerify(boolean) - Static method in class net.sourceforge.jnlp.runtime.JNLPRuntime
-
Sets whether we will verify code signing.
- sharedResources - Variable in class net.sourceforge.jnlp.JNLPFile
-
additional resources not in JNLP file (from command line)
- SHORT - Static variable in class net.sourceforge.jnlp.InformationDesc
-
short description
- SHORTCUT - Static variable in class net.sourceforge.jnlp.IconDesc
-
destop shortcut icon
- ShortcutDesc - Class in net.sourceforge.jnlp
-
- ShortcutDesc(boolean, boolean) - Constructor for class net.sourceforge.jnlp.ShortcutDesc
-
Create a new Shortcut descriptor
- shouldUpdate(CacheEntry) - Method in class net.sourceforge.jnlp.cache.UpdatePolicy
-
- show(Exception) - Static method in class net.sourceforge.jnlp.util.BasicExceptionDialog
-
Must be invoked from the Swing EDT.
- showAccessWarningDialog(SecurityDialogs.AccessType, JNLPFile, Object[]) - Static method in class net.sourceforge.jnlp.security.SecurityDialogs
-
unlike showAccessWarningDialogB this is returning raw int code
- showAccessWarningDialogB(SecurityDialogs.AccessType, JNLPFile) - Static method in class net.sourceforge.jnlp.security.SecurityDialogs
-
Shows a warning dialog for different types of system access (i.e.
- showAccessWarningDialogB(SecurityDialogs.AccessType, JNLPFile, Object[]) - Static method in class net.sourceforge.jnlp.security.SecurityDialogs
-
- showAccessWarningDialogComplexReturn(SecurityDialogs.AccessType, JNLPFile) - Static method in class net.sourceforge.jnlp.security.SecurityDialogs
-
- showAccessWarningDialogI(SecurityDialogs.AccessType, JNLPFile) - Static method in class net.sourceforge.jnlp.security.SecurityDialogs
-
unlike showAccessWarningDialogB this is returning raw int code
- showAdvancedProxySettingsDialog(DeploymentConfiguration) - Static method in class net.sourceforge.jnlp.controlpanel.AdvancedProxySettingsDialog
-
Display the Proxy Settings Dialog.
- showAppletException(Throwable) - Method in class net.sourceforge.jnlp.NetxPanel
-
- showAppletWarning() - Static method in class net.sourceforge.jnlp.security.SecurityDialogs
-
FIXME This is unused.
- showAuthenicationPrompt(String, int, String, String) - Static method in class net.sourceforge.jnlp.security.SecurityDialogs
-
Present a dialog to the user asking them for authentication information,
and returns the user's response.
- showCacheDialog(DeploymentConfiguration) - Static method in class net.sourceforge.jnlp.controlpanel.CacheViewer
-
Display the cache viewer.
- showCertificateViewer() - Static method in class net.sourceforge.jnlp.security.viewer.CertificateViewer
-
- showCertInfoDialog(CertVerifier, SecurityDialog) - Static method in class net.sourceforge.jnlp.security.SecurityDialog
-
Displays CertPath information in a readable table format.
- showCertWarningDialog(SecurityDialogs.AccessType, JNLPFile, CertVerifier, JNLPClassLoader.SecurityDelegate) - Static method in class net.sourceforge.jnlp.security.SecurityDialogs
-
Shows a security warning dialog according to the specified type of
access.
- showCouldNotOpenDialog(Component, String) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Show a dialog informing the user that the file could not be opened
- showCouldNotOpenFileDialog(Component, String, FileUtils.OpenFileResult) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Show an error dialog indicating the file could not be opened, with a particular reason
- showCouldNotOpenFilepathDialog(Component, String) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Show a generic error dialog indicating the file could not be opened
- showDocument(URL) - Method in interface javax.jnlp.BasicService
-
- showDocument(URL) - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
Not implemented yet.
- showDocument(URL, String) - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
Not implemented yet.
- showMatchingALACAttributePanel(JNLPFile, URL, Set<URL>) - Static method in class net.sourceforge.jnlp.security.SecurityDialogs
-
- showMissingALACAttributePanel(String, URL, Set<URL>) - Static method in class net.sourceforge.jnlp.security.SecurityDialogs
-
- showMissingPermissionsAttributeDialogue(String, URL) - Static method in class net.sourceforge.jnlp.security.SecurityDialogs
-
- showMoreInfoDialog(CertVerifier, SecurityDialog) - Static method in class net.sourceforge.jnlp.security.SecurityDialog
-
Shows more information regarding jar code signing
- showPageFormatDialog(PageFormat) - Method in interface javax.jnlp.PrintService
-
- showPageFormatDialog(PageFormat) - Method in class net.sourceforge.jnlp.services.XPrintService
-
- showPartiallySignedWarningDialog(JNLPFile, CertVerifier, JNLPClassLoader.SecurityDelegate) - Static method in class net.sourceforge.jnlp.security.SecurityDialogs
-
Shows a warning dialog for when an applet or application is partially signed.
- showReadOnlyDialog(Component) - Static method in class net.sourceforge.jnlp.util.FileUtils
-
Show a dialog informing the user that the file is currently read-only
- showSingleCertInfoDialog(X509Certificate, JDialog) - Static method in class net.sourceforge.jnlp.security.SecurityDialog
-
Displays a single certificate's information.
- showStatus(String) - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
Not implemented yet.
- showUnsignedWarningDialog(JNLPFile) - Static method in class net.sourceforge.jnlp.security.SecurityDialogs
-
Shows a warning dialog for when a plugin applet is unsigned.
- SingleInstanceListener - Interface in javax.jnlp
-
This interface specifies a listener which is notified whenever a new instance
of the web start application is launched.
- SingleInstanceService - Interface in javax.jnlp
-
The SingleInstanceService provides a way to ensure that only one instance of
the application is ever running - singleton behavior at the application
level.
- size() - Method in class net.sourceforge.jnlp.util.TimedHashMap
-
- size() - Method in class net.sourceforge.jnlp.util.WeakList
-
- skipBytes(int) - Method in interface javax.jnlp.JNLPRandomAccessFile
-
- skipBytes(int) - Method in class net.sourceforge.jnlp.services.XJNLPRandomAccessFile
-
- skipComment() - Method in class net.sourceforge.nanoxml.XMLElement
-
Skips a comment.
- skipSpecialTag(int) - Method in class net.sourceforge.nanoxml.XMLElement
-
Skips a special tag or comment.
- sourceLocation - Variable in class net.sourceforge.jnlp.JNLPFile
-
the location this JNLP file was created from
- sourceToRegEx(String) - Static method in class net.sourceforge.jnlp.util.ClasspathMatcher
-
- sourceToRegExString(String) - Static method in class net.sourceforge.jnlp.util.ClasspathMatcher
-
- specVersion - Variable in class net.sourceforge.jnlp.JNLPFile
-
spec version
- SPLASH - Static variable in class net.sourceforge.jnlp.IconDesc
-
splash icon
- splitCombination(String) - Static method in class net.sourceforge.jnlp.config.BasicValueValidators
-
- splitOnFirst(String, String) - Static method in class net.sourceforge.jnlp.util.ClasspathMatcher
-
- startApplet() - Method in class net.sourceforge.jnlp.runtime.AppletEnvironment
-
Initialize, start, and show the applet.
- startDownloadThread(Resource) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
-
Start a new download thread.
- startResource(URL) - Method in class net.sourceforge.jnlp.cache.ResourceTracker
-
Starts loading the resource if it is not already being
downloaded or already cached.
- stop() - Method in class net.sourceforge.jnlp.runtime.AppletAudioClip
-
Stops playing the clip.
- stopAnimation() - Method in class net.sourceforge.jnlp.JNLPSplashScreen
-
- store() - Method in class net.sourceforge.jnlp.cache.CacheEntry
-
Save the current information for the cache entry.
- store() - Method in class net.sourceforge.jnlp.cache.CacheLRUWrapper
-
Write file to disk.
- store() - Method in class net.sourceforge.jnlp.util.PropertiesFile
-
Saves the properties to the file.
- storeKeyStore(KeyStore, File) - Static method in class net.sourceforge.jnlp.security.SecurityUtil
-
- streamCopy(InputStream, OutputStream) - Static method in class net.sourceforge.jnlp.cache.CacheUtil
-
Copies from an input stream to an output stream.
- StreamEater - Class in net.sourceforge.jnlp
-
This class reads the output from a launched process and writes it to stdout.
- StreamEater(InputStream) - Constructor for class net.sourceforge.jnlp.StreamEater
-
- StreamUtils - Class in net.sourceforge.jnlp.util
-
- StreamUtils() - Constructor for class net.sourceforge.jnlp.util.StreamUtils
-
- strippClass(String) - Static method in class net.sourceforge.jnlp.PluginBridge
-
- subDir - Variable in class net.sourceforge.jnlp.config.DirectoryValidator.DirectoryCheckResult
-
- SUCCESS - Static variable in class net.sourceforge.jnlp.controlpanel.CommandLine
-
- sun.applet - package sun.applet
-
This package serve as access to package private classes in JDK.
- syntaxError(String) - Method in class net.sourceforge.nanoxml.XMLElement
-
Creates a parse exception for when a syntax error occured.
- SYS_CACERT - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
- SYS_CERT - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
- SYS_CLIENTCERT - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
- SYS_JSSECAC - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
- SYS_JSSECERT - Static variable in class net.sourceforge.jnlp.config.PathsAndFiles
-
- systemComments - Variable in class net.sourceforge.jnlp.config.DeploymentConfiguration
-
- validate() - Method in class net.sourceforge.jnlp.config.ConfiguratonValidator
-
Validates the settings used in the constructor.
- validate(Object) - Method in interface net.sourceforge.jnlp.config.ValueValidator
-
This method checks if the given object is a valid value for this
specific
ValueValidator
.
- validateJvm(String) - Static method in class net.sourceforge.jnlp.controlpanel.JVMPanel
-
- validating(URL, String, long, long, int) - Method in interface javax.jnlp.DownloadServiceListener
-
- validationError(LaunchException) - Method in class net.sourceforge.jnlp.DefaultLaunchHandler
-
Called when a security validation error occurs while
launching the application.
- validationError(LaunchException) - Method in class net.sourceforge.jnlp.GuiLaunchHandler
-
- validationError(LaunchException) - Method in interface net.sourceforge.jnlp.LaunchHandler
-
Called when a security validation error occurs while
launching the application.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.about.AboutDialog.ShowPage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.cache.Resource.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.cache.ResourceTracker.RequestMethods
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.config.DeploymentConfiguration.ConfigType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.controlpanel.JVMPanel.JvmValidationResult.STATE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.JNLPFile.ManifestBoolean
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.OptionsDefinitions.OPTIONS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.runtime.JNLPClassLoader.DownloadAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.runtime.JNLPClassLoader.SigningState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.runtime.ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.security.KeyStores.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.security.KeyStores.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.security.SecurityDialogs.AccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.security.SecurityDialogs.AppletAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.security.SecurityDialogs.DialogType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.SecurityDesc.RequestedPermissionLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.UpdateDesc.Check
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.UpdateDesc.Policy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.util.FileUtils.OpenFileResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sourceforge.jnlp.util.ImageResources
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.sourceforge.jnlp.about.AboutDialog.ShowPage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.cache.Resource.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.cache.ResourceTracker.RequestMethods
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.config.DeploymentConfiguration.ConfigType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.controlpanel.JVMPanel.JvmValidationResult.STATE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.JNLPFile.ManifestBoolean
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.OptionsDefinitions.OPTIONS
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.runtime.JNLPClassLoader.DownloadAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.runtime.JNLPClassLoader.SigningState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.runtime.ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.security.KeyStores.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.security.KeyStores.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.security.SecurityDialogs.AccessType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.security.SecurityDialogs.AppletAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.security.SecurityDialogs.DialogType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.SecurityDesc.RequestedPermissionLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.UpdateDesc.Check
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.UpdateDesc.Policy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.util.FileUtils.OpenFileResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sourceforge.jnlp.util.ImageResources
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class net.sourceforge.jnlp.util.TimedHashMap
-
- ValueValidator - Interface in net.sourceforge.jnlp.config
-
A class implements the ValueValidator interface to indicate that it can validate
values.
- VariableX509TrustManager - Class in net.sourceforge.jnlp.security
-
This class implements an X509 Trust Manager.
- VariableX509TrustManager() - Constructor for class net.sourceforge.jnlp.security.VariableX509TrustManager
-
Constructor initializes the system, user and custom stores
- VariableX509TrustManagerJDK7 - Class in net.sourceforge.jnlp.security
-
- VariableX509TrustManagerJDK7() - Constructor for class net.sourceforge.jnlp.security.VariableX509TrustManagerJDK7
-
- version - Variable in class javax.jnlp.DownloadService2.ResourceSpec
-
- version - Static variable in class net.sourceforge.jnlp.runtime.Boot
-
- Version - Class in net.sourceforge.jnlp
-
A JNLP Version string in the form "1.2-3_abc" followed by an
optional + (includes all later versions) or * (matches any
suffixes on versions).
- Version(String) - Constructor for class net.sourceforge.jnlp.Version
-
Create a Version object based on a version string (ie,
"1.2.3+ 4.56*").
- Version.JreVersion - Class in net.sourceforge.jnlp
-
This is special case of version, used only for checking jre version.
- visualCleanCache(Component) - Static method in class net.sourceforge.jnlp.controlpanel.CachePane
-