public class BundleDescription extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BundleDescription.ExportPackage |
static class |
BundleDescription.FragmentHost |
static class |
BundleDescription.HeaderEntry |
static class |
BundleDescription.ImportPackage |
static class |
BundleDescription.RequireBundle |
static class |
BundleDescription.SymbolicName |
Constructor and Description |
---|
BundleDescription(Dictionary dictionary) |
BundleDescription(Manifest manifest) |
BundleDescription(Map headers) |
Modifier and Type | Method and Description |
---|---|
List<BundleDescription.HeaderEntry> |
getBundleClassPath()
Returns a list of paths that are listed in Bundle-ClassPath header.
|
List<BundleDescription.HeaderEntry> |
getDynamicImportPackage()
Returns a list of packages that are listed in DynamicImport-Package header.
|
List<BundleDescription.ExportPackage> |
getExportPackage()
Returns a list of packages that are listed in Export-Package header.
|
List<BundleDescription.ImportPackage> |
getExternalImports()
Returns a list of packages that are listed in Import-Package header
and are not listed in Export-Package header.
|
BundleDescription.FragmentHost |
getFragmentHost()
Returns Fragment-Host header.
|
Map |
getHeaders() |
List<BundleDescription.ImportPackage> |
getImportPackage()
Returns a list of packages that are listed in Import-Package header.
|
List<BundleDescription.RequireBundle> |
getRequireBundle()
Returns a list of bundle names that are listed in Require-Bundle header.
|
BundleDescription.SymbolicName |
getSymbolicName() |
org.osgi.framework.Version |
getVersion() |
public BundleDescription(Manifest manifest)
public BundleDescription(Dictionary dictionary)
public BundleDescription(Map headers)
public List<BundleDescription.ImportPackage> getImportPackage()
public List<BundleDescription.ExportPackage> getExportPackage()
public List<BundleDescription.ImportPackage> getExternalImports()
public List<BundleDescription.RequireBundle> getRequireBundle()
public BundleDescription.FragmentHost getFragmentHost()
public List<BundleDescription.HeaderEntry> getDynamicImportPackage()
public List<BundleDescription.HeaderEntry> getBundleClassPath()
public BundleDescription.SymbolicName getSymbolicName()
public org.osgi.framework.Version getVersion()
public Map getHeaders()
Copyright © 2005-2017. All Rights Reserved.