Package com.springsource.util.osgi.manifest.parse

Interface Summary
HeaderDeclaration Describes a header declaration (Import-Package, Export-Package, Require-Bundle, etc.) in an OSGi manifest header.
HeaderParser Strategy for parsing OSGi manifest headers.

Concurrent Semantics
Implementations need not be threadsafe.

ParserLogger This is a stand-in logging service just for parsing manifests.
 

Class Summary
DummyParserLogger A dummy implementation of ParserLogger that swallows all error messages and always returns null from DummyParserLogger.errorReports().
HeaderParserFactory Factory for creating HeaderParser instances

.

 

Exception Summary
BundleManifestParseException Signals an exception during parsing of an OSGi bundle manifest.

Concurrent Semantics
Threadsafe.

FatalParseException Signals a fatal exception in the parser subsystem.

Concurrent Semantics
Threadsafe.