Package com.springsource.bundlor.blint.internal.support

Class Summary
BundleManifestVersionManifestValidator Validates that the BundleManifest-Version value is always 2

Concurrent Semantics
Threadsafe

BundleSymbolicNameManifestValidator Validates that the BundleSymbolic-Name value is specified

Concurrent Semantics
Threadsafe

BundleVersionManifestValidator Validates that the Bundle-Version value is specified

Concurrent Semantics
Threadsafe

ExportedNotImportedManifestValidator Validates that packages that are exported are not also imported

Concurrent Semantics
Threadsafe

VersionedExportsManifestValidator Validates that all imported packages have a version specified.
VersionedImportsManifestValidator Validates that all imported packages have a version specified.