|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.springsource.bundlor.blint.internal.support.ExportedNotImportedManifestValidator
public class ExportedNotImportedManifestValidator
Validates that packages that are exported are not also imported
Concurrent Semantics
Field Summary | |
---|---|
private static java.lang.String |
MESSAGE
|
Constructor Summary | |
---|---|
ExportedNotImportedManifestValidator()
|
Method Summary | |
---|---|
void |
validate(com.springsource.util.osgi.manifest.BundleManifest manifest,
java.util.List<Warning> warnings)
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 ExportedNotImportedManifestValidator()
Method Detail |
---|
public void validate(com.springsource.util.osgi.manifest.BundleManifest manifest, java.util.List<Warning> warnings)
validate
in interface ManifestValidator
manifest
- the manifest to validatewarnings
- the collection of warnings to populate
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |