Package com.springsource.util.osgi.manifest

Interface Summary
BundleActivationPolicy Represents a bundle's Bundle-ActivationPolicy header.
BundleManifest Represents an OSGi bundle's manifest.
BundleSymbolicName Represents a bundle's Bundle-SymbolicName header.
DynamicallyImportedPackage Represents a single entry in a bundle's DynamicImport-Package header.
DynamicImportPackage Represents the DynamicImport-Package header in a BundleManifest.
ExportedPackage Represents a single entry in a bundle's Export-Package header.
ExportPackage Represents the Export-Package header in a BundleManifest.
FragmentHost  
ImportBundle Represents the Import-Bundle header in a BundleManifest.
Imported A common interface for the entries in the three import headers: Import-Package, Import-Bundle, and Import-Library.
ImportedBundle Represents a single entry in a bundle's Import-Bundle header.
ImportedLibrary Represents a single entry in a bundle's Import-Library header.
ImportedPackage Represents a single entry in a bundle's Import-Package header.
ImportLibrary Represents the Import-Library header in a BundleManifest.
ImportPackage Represents the Import-Package header in a BundleManifest.
Parameterised Represents a header or header entry that can be parameterised, i.e.
Parseable Represents a header or header entry that can be converted into a parseable string and that can have its values (re)set by parsing a string.
RequireBundle Represents the Require-Bundle header in a BundleManifest.
RequiredBundle Representation of a single entry in a Require-Bundle header.
 

Class Summary
BundleManifestFactory This interface provides factory methods for creating empty bundle manifests and empty instances of the more complex bundle headers.
 

Enum Summary
BundleActivationPolicy.Policy An enumeration of the legal values for a bundle's activation policy, specified using the Bundle-ActivationPolicy header.
BundleSymbolicName.FragmentAttachment An enumeration of the legal values for a bundle symbolic name's fragment-attachment directive.
FragmentHost.Extension Enumeration of the valid values for the header's extension directive that applies when a fragment attaches to the system bundle.
RequiredBundle.Visibility Enumeration of the valid values for the header's visibility directive.
Resolution An enumeration of the legal values for the resolution directive of an Import-Package, Import-Bundle, or Import-Library header entry.
Sharing An enumeration of the legal values for the entry's sharing directive.