|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManifestReader
Implementations of this interface have the opportunity to read the bundle's manifest and the manifest template before they are used to create the bundle manifest
Concurrent Semantics
Method Summary | |
---|---|
void |
readJarManifest(com.springsource.util.parser.manifest.ManifestContents manifest)
Read the source JAR's manifest before it is used to create the bundle manifest |
void |
readManifestTemplate(com.springsource.util.parser.manifest.ManifestContents manifestTemplate)
Read the manifest template before it is used to create the bundle manifest |
Method Detail |
---|
void readJarManifest(com.springsource.util.parser.manifest.ManifestContents manifest)
manifest
- the JAR manifestvoid readManifestTemplate(com.springsource.util.parser.manifest.ManifestContents manifestTemplate)
manifestTemplate
- the manifest template
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |