Uses of Class
net.sourceforge.jnlp.JNLPFile.ManifestBoolean
-
Packages that use JNLPFile.ManifestBoolean Package Description net.sourceforge.jnlp 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. -
-
Uses of JNLPFile.ManifestBoolean in net.sourceforge.jnlp
Methods in net.sourceforge.jnlp that return JNLPFile.ManifestBoolean Modifier and Type Method Description JNLPFile.ManifestBoolean
JNLPFile.ManifestsAttributes. isSandboxForced()
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#permissionsJNLPFile.ManifestBoolean
JNLPFile.ManifestsAttributes. isTrustedLibrary()
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#trusted_libraryJNLPFile.ManifestBoolean
JNLPFile.ManifestsAttributes. isTrustedOnly()
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#trusted_onlystatic JNLPFile.ManifestBoolean
JNLPFile.ManifestBoolean. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JNLPFile.ManifestBoolean[]
JNLPFile.ManifestBoolean. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-