com.springsource.bundlor.blint
Interface ManifestValidator

All Known Implementing Classes:
StandardManifestValidator

public interface ManifestValidator

Main entry point for manifest validation. Clients provide an already transformed manifest or bundle and are returned a list of warnings against the contained contained within.

Concurrent Semantics
Implementations must be threadsafe.

Author:
Ben Hale

Method Summary
 java.util.List<java.lang.String> validate(com.springsource.util.parser.manifest.ManifestContents manifest)
          Check for warnings in a manifest directly
 

Method Detail

validate

java.util.List<java.lang.String> validate(com.springsource.util.parser.manifest.ManifestContents manifest)
Check for warnings in a manifest directly

Parameters:
manifest - The manifest to check
Returns:
a list of warnings for this manifest