|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BundleValidator
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
Method Summary | |
---|---|
java.util.List<Warning> |
validateBundle(java.lang.String inputPath)
Check for warnings in the manifest of a bundle |
java.util.List<Warning> |
validateManifest(com.springsource.util.osgi.manifest.BundleManifest manifest)
Check for warnings in a manifest directly |
java.util.List<Warning> |
validateManifest(com.springsource.util.parser.manifest.ManifestContents manifest)
Check for warnings in a manifest directly |
Method Detail |
---|
java.util.List<Warning> validateManifest(com.springsource.util.parser.manifest.ManifestContents manifest)
manifest
- The manifest to check
java.util.List<Warning> validateManifest(com.springsource.util.osgi.manifest.BundleManifest manifest)
manifest
- The manifest to check
java.util.List<Warning> validateBundle(java.lang.String inputPath)
inputPath
- The bundle whose manifest to check
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |