|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.springsource.bundlor.blint.support.contributors.SignedJarFileValidator
public final class SignedJarFileValidator
Validates that Bundlor has not been run on a signed JAR file as it would break the signing
Concurrent Semantics
Field Summary | |
---|---|
private static java.lang.String |
MESSAGE
|
Constructor Summary | |
---|---|
SignedJarFileValidator()
|
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
validate(com.springsource.util.parser.manifest.ManifestContents manifest)
Check for warnings against a bundle's manifest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String MESSAGE
Constructor Detail |
---|
public SignedJarFileValidator()
Method Detail |
---|
public java.util.Set<java.lang.String> validate(com.springsource.util.parser.manifest.ManifestContents manifest)
Validator
validate
in interface Validator
manifest
- the manifest to validate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |