| Package | Description |
|---|---|
| org.jboss.osgi.metadata | |
| org.jboss.osgi.metadata.internal | |
| org.jboss.osgi.metadata.spi |
| Modifier and Type | Method and Description |
|---|---|
List<PackageAttribute> |
OSGiMetaData.getDynamicImports()
Get dynamic imports.
|
List<PackageAttribute> |
OSGiMetaData.getExportPackages()
Get the export packages.
|
List<PackageAttribute> |
OSGiMetaData.getImportPackages()
Get the import packages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPackageAttribute
Package attribute impl.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ManifestParser.parsePackages(String header,
List<PackageAttribute> list)
Parse packages
|
| Modifier and Type | Method and Description |
|---|---|
List<PackageAttribute> |
AbstractOSGiMetaData.getDynamicImports() |
List<PackageAttribute> |
AbstractOSGiMetaData.getExportPackages() |
List<PackageAttribute> |
AbstractOSGiMetaData.getImportPackages() |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.