Uses of Class
net.sourceforge.jnlp.JNLPFile
Packages that use JNLPFile
Package
Description
This package contains the classes that represent the parts of a Java Network
Launching Protocol (JNLP) file as objects, and a way to launch a JNLP file
as an application, applet, or installer.
This package contains the classes that manage the secure runtime environment
for JNLP apps.
package generally about showing various security prompts
This package contains the classes that implement the standard services
defined by the JNLP specification.
-
Uses of JNLPFile in net.sourceforge.jnlp
Subclasses of JNLPFile in net.sourceforge.jnlpModifier and TypeClassDescriptionfinal classAllows reuse of code that expects a JNLPFile object, while overriding behaviour specific to applets.Methods in net.sourceforge.jnlp that return JNLPFileModifier and TypeMethodDescriptionJNLPCreator.create(URL location, Version version, ParserSettings settings, UpdatePolicy policy, URL forceCodebase) LaunchException.getFile()ExtensionDesc.getJNLPFile()ResourcesDesc.getJNLPFile()Methods in net.sourceforge.jnlp with parameters of type JNLPFileModifier and TypeMethodDescriptionprotected AppletInstanceLauncher.createApplet(JNLPFile file, boolean enableCodeBase, Container cont) Create an AppletInstance.protected AppletLauncher.createAppletObject(JNLPFile file, boolean enableCodeBase, Container cont) Creates an Applet object from a JNLPFile.protected ApplicationInstanceLauncher.createApplication(JNLPFile file) Creates an Application.protected ThreadGroupLauncher.createThreadGroup(JNLPFile file) Create a thread group for the JNLP file.protected ApplicationInstanceGets an ApplicationInstance, but does not launch the applet.Launches a JNLP file by calling the launch method for the appropriate file type.Launches a JNLP file inside the given container if it is an applet.protected ApplicationInstanceLauncher.launchApplet(JNLPFile file, boolean enableCodeBase, Container cont) Launches a JNLP applet.protected ApplicationInstanceLauncher.launchApplication(JNLPFile file) Launches a JNLP application.voidLaunches the JNLP file in a new JVM instance.voidDefaultLaunchHandler.launchInitialized(JNLPFile file) Do nothing on when initializingvoidGuiLaunchHandler.launchInitialized(JNLPFile file) voidLaunchHandler.launchInitialized(JNLPFile file) Called when an application, applet or installer has been determined.protected ApplicationInstanceLauncher.launchInstaller(JNLPFile file) Launches a JNLP installer.voidConstructors in net.sourceforge.jnlp with parameters of type JNLPFileModifierConstructorDescriptionJNLPSplashScreen(ResourceTracker resourceTracker, JNLPFile file) LaunchException(JNLPFile file, Exception cause, String severity, String category, String summary, String description) Creates a LaunchException without detail message.Parser(JNLPFile file, URL base, Node root, ParserSettings settings) Create a parser for the JNLP file.Create a parser for the JNLP file.ResourcesDesc(JNLPFile jnlpFile, Locale[] locales, String[] os, String[] arch) Create a representation of one information section of the JNLP File.SecurityDesc(JNLPFile file, Object type, URL downloadHost) Create a security descriptor.SecurityDesc(JNLPFile file, SecurityDesc.RequestedPermissionLevel requestedPermissionLevel, Object type, URL downloadHost) Create a security descriptor. -
Uses of JNLPFile in net.sourceforge.jnlp.runtime
Methods in net.sourceforge.jnlp.runtime that return JNLPFileModifier and TypeMethodDescriptionApplicationInstance.getJNLPFile()Returns the jnlpfile on which is this application basedJNLPClassLoader.getJNLPFile()Methods in net.sourceforge.jnlp.runtime with parameters of type JNLPFileModifier and TypeMethodDescriptionstatic JNLPClassLoaderJNLPClassLoader.getInstance(JNLPFile file, UpdatePolicy policy, boolean enableCodeBase) Returns a JNLP classloader for the specified JNLP file.static JNLPClassLoaderJNLPClassLoader.getInstance(JNLPFile file, UpdatePolicy policy, String mainName, boolean enableCodeBase) Returns a JNLP classloader for the specified JNLP file.Constructors in net.sourceforge.jnlp.runtime with parameters of type JNLPFileModifierConstructorDescriptionAppletEnvironment(JNLPFile file, AppletInstance appletInstance) Create a new applet environment for the applet specified by the JNLP file, in a new frame.AppletEnvironment(JNLPFile file, AppletInstance appletInstance, Container cont) Create a new applet environment for the applet specified by the JNLP file.AppletInstance(JNLPFile file, ThreadGroup group, ClassLoader loader, Applet applet) Create a New Task based on the Specified URLAppletInstance(JNLPFile file, ThreadGroup group, ClassLoader loader, Applet applet, Container cont) Create a New Task based on the Specified URLApplicationInstance(JNLPFile file, ThreadGroup group, ClassLoader loader) Create an application instance for the file.protectedJNLPClassLoader(JNLPFile file, UpdatePolicy policy) Create a new JNLPClassLoader from the specified file.protectedJNLPClassLoader(JNLPFile file, UpdatePolicy policy, String mainName, boolean enableCodeBase) Create a new JNLPClassLoader from the specified file.ManifestAttributesChecker(SecurityDesc security, JNLPFile file, JNLPClassLoader.SigningState signing, JNLPClassLoader.SecurityDelegate securityDelegate) -
Uses of JNLPFile in net.sourceforge.jnlp.security
Fields in net.sourceforge.jnlp.security declared as JNLPFileMethods in net.sourceforge.jnlp.security that return JNLPFileMethods in net.sourceforge.jnlp.security with parameters of type JNLPFileModifier and TypeMethodDescriptionvoidAppVerifier.checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JarCertVerifier jcv, JNLPFile file) Prompt the user with requests for trusting the certificates used by this appvoidJNLPAppVerifier.checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JarCertVerifier jcv, JNLPFile file) voidPluginAppVerifier.checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JarCertVerifier jcv, JNLPFile file) static net.sourceforge.jnlp.security.dialogresults.AccessWarningPaneComplexReturnSecurityDialogs.showAccessWarningDialog(SecurityDialogs.AccessType accessType, JNLPFile file, Object[] extras) Shows a warning dialog for different types of system access (i.e.static net.sourceforge.jnlp.security.dialogresults.YesNoSandboxSecurityDialogs.showCertWarningDialog(SecurityDialogs.AccessType accessType, JNLPFile file, CertVerifier certVerifier, JNLPClassLoader.SecurityDelegate securityDelegate) Shows a security warning dialog according to the specified type of access.static booleanSecurityDialogs.showMatchingALACAttributePanel(JNLPFile file, URL documentBase, Set<URL> remoteUrls) static booleanSecurityDialogs.showMissingALACAttributePanel(JNLPFile file, URL codeBase, Set<URL> remoteUrls) static booleanSecurityDialogs.showMissingPermissionsAttributeDialogue(JNLPFile file) static net.sourceforge.jnlp.security.dialogresults.YesNoSandboxSecurityDialogs.showPartiallySignedWarningDialog(JNLPFile file, CertVerifier certVerifier, JNLPClassLoader.SecurityDelegate securityDelegate) Shows a warning dialog for when an applet or application is partially signed.static net.sourceforge.jnlp.security.dialogresults.YesNoSandboxLimitedSecurityDialogs.showUnsignedWarningDialog(JNLPFile file) Shows a warning dialog for when a plugin applet is unsigned.Constructors in net.sourceforge.jnlp.security with parameters of type JNLPFile -
Uses of JNLPFile in net.sourceforge.jnlp.services
Methods in net.sourceforge.jnlp.services with parameters of type JNLPFileModifier and TypeMethodDescriptionstatic voidServiceUtil.checkExistingSingleInstance(JNLPFile jnlpFile) Checks that this application (represented by the jnlp) isnt already runningvoidXSingleInstanceService.checkSingleInstanceRunning(JNLPFile jnlpFile) Check if another instance of this application is already running -
Uses of JNLPFile in net.sourceforge.jnlp.tools
Methods in net.sourceforge.jnlp.tools with parameters of type JNLPFileModifier and TypeMethodDescriptionvoidJarCertVerifier.checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JNLPFile file) -
Uses of JNLPFile in net.sourceforge.jnlp.util
Methods in net.sourceforge.jnlp.util with parameters of type JNLPFileConstructors in net.sourceforge.jnlp.util with parameters of type JNLPFileModifierConstructorDescriptionXDesktopEntry(JNLPFile file) Create a XDesktopEntry for the given JNLP file