|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.springsource.bundlor.blint.support.contributors.VersionedExportsValidator
public final class VersionedExportsValidator
Validates that all imported packages have a version specified.
Concurrent Semantics
Field Summary | |
---|---|
private static java.lang.String |
MESSAGE
|
Constructor Summary | |
---|---|
VersionedExportsValidator()
|
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 VersionedExportsValidator()
Method Detail |
---|
public java.util.Set<java.lang.String> validate(com.springsource.util.parser.manifest.ManifestContents manifest)
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 |