Package net.sourceforge.jnlp.runtime
Class ManifestAttributesChecker
- java.lang.Object
-
- net.sourceforge.jnlp.runtime.ManifestAttributesChecker
-
public class ManifestAttributesChecker extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK
-
Constructor Summary
Constructors Constructor Description ManifestAttributesChecker(SecurityDesc security, JNLPFile file, JNLPClassLoader.SigningState signing, JNLPClassLoader.SecurityDelegate securityDelegate)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK>
getAttributesCheck()
-
-
-
Constructor Detail
-
ManifestAttributesChecker
public ManifestAttributesChecker(SecurityDesc security, JNLPFile file, JNLPClassLoader.SigningState signing, JNLPClassLoader.SecurityDelegate securityDelegate) throws LaunchException
- Throws:
LaunchException
-
-
Method Detail
-
getAttributesCheck
public static java.util.List<ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK> getAttributesCheck()
-
-