org.apache.aries.application.management
Interface BundleInfo


public interface BundleInfo

Information about a bundle


Method Summary
 Map<String,String> getBundleAttributes()
          Returns the attributes specified on the symbolic name
 Map<String,String> getBundleDirectives()
          Returns the directives specified on the symbolic name
 Set<Content> getExportPackage()
          Export-Package
 Set<Content> getExportService()
          Export-Service
 Map<String,String> getHeaders()
          All the headers in the MANIFEST.MF file
 Set<Content> getImportPackage()
          Import-Package
 Set<Content> getImportService()
          Import-Service
 String getLocation()
          Returns a String which can be turned into a URL to the bundle binary
 Attributes getRawAttributes()
          The Attribute object in the MANIFEST.MF file
 Set<Content> getRequireBundle()
          Require-Bundle
 String getSymbolicName()
          Bundle-SymbolicName
 Version getVersion()
          Bundle-Version:
 

Method Detail

getSymbolicName

String getSymbolicName()
Bundle-SymbolicName


getBundleDirectives

Map<String,String> getBundleDirectives()
Returns the directives specified on the symbolic name


getBundleAttributes

Map<String,String> getBundleAttributes()
Returns the attributes specified on the symbolic name


getVersion

Version getVersion()
Bundle-Version:


getLocation

String getLocation()
Returns a String which can be turned into a URL to the bundle binary


getImportPackage

Set<Content> getImportPackage()
Import-Package


getRequireBundle

Set<Content> getRequireBundle()
Require-Bundle


getExportPackage

Set<Content> getExportPackage()
Export-Package


getImportService

Set<Content> getImportService()
Import-Service


getExportService

Set<Content> getExportService()
Export-Service


getHeaders

Map<String,String> getHeaders()
All the headers in the MANIFEST.MF file


getRawAttributes

Attributes getRawAttributes()
The Attribute object in the MANIFEST.MF file



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.