Class BundleDescription
java.lang.Object
org.apache.xbean.osgi.bundle.util.BundleDescription
- Version:
- $Rev: 937957 $, $Date: 2010-04-26 10:00:08 +0200 (Mon, 26 Apr 2010) $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
-
Constructor Summary
ConstructorsConstructorDescriptionBundleDescription
(Dictionary dictionary) BundleDescription
(Manifest manifest) BundleDescription
(Map headers) -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of paths that are listed in Bundle-ClassPath header.Returns a list of packages that are listed in DynamicImport-Package header.Returns a list of packages that are listed in Export-Package header.Returns a list of packages that are listed in Import-Package header and are not listed in Export-Package header.Returns Fragment-Host header.Returns a list of packages that are listed in Import-Package header.Returns a list of bundle names that are listed in Require-Bundle header.org.osgi.framework.Version
-
Constructor Details
-
BundleDescription
-
BundleDescription
-
BundleDescription
-
-
Method Details
-
getImportPackage
Returns a list of packages that are listed in Import-Package header. -
getExportPackage
Returns a list of packages that are listed in Export-Package header. -
getExternalImports
Returns a list of packages that are listed in Import-Package header and are not listed in Export-Package header. -
getRequireBundle
Returns a list of bundle names that are listed in Require-Bundle header. -
getFragmentHost
Returns Fragment-Host header. -
getDynamicImportPackage
Returns a list of packages that are listed in DynamicImport-Package header. -
getBundleClassPath
Returns a list of paths that are listed in Bundle-ClassPath header. -
getSymbolicName
-
getVersion
public org.osgi.framework.Version getVersion() -
getHeaders
-