Package | Description |
---|---|
org.jboss.osgi.metadata | |
org.jboss.osgi.metadata.internal | |
org.jboss.osgi.metadata.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
PackageAttribute
A package, includes version and properties.
|
Modifier and Type | Method and Description |
---|---|
ParameterizedAttribute |
OSGiMetaData.getBundleParameters()
Get the bundle parameters
|
ParameterizedAttribute |
OSGiMetaData.getFragmentHost()
Get the fragment host.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterizedAttribute> |
OSGiMetaData.getBundleNativeCode()
Get native code libs
|
List<ParameterizedAttribute> |
OSGiMetaData.getProvidedCapabilities()
Get the provided capabilities
|
List<ParameterizedAttribute> |
OSGiMetaData.getRequireBundles()
Get the required exports
|
List<ParameterizedAttribute> |
OSGiMetaData.getRequiredCapabilities()
Get the required capabilities
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPackageAttribute
Package attribute impl.
|
class |
AbstractParameterizedAttribute
Parameter attribute impl.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NativeCodeAttributeListValueCreator.parseAttribute(String attribute,
List<ParameterizedAttribute> list,
boolean trace) |
static void |
ManifestParser.parseParameters(String header,
List<ParameterizedAttribute> list)
Parse parameters
|
static void |
ManifestParser.parsePaths(String header,
List<ParameterizedAttribute> list)
Parse paths
|
Modifier and Type | Field and Description |
---|---|
protected ParameterizedAttribute |
AbstractOSGiMetaData.parameters |
Modifier and Type | Method and Description |
---|---|
ParameterizedAttribute |
AbstractOSGiMetaData.getBundleParameters() |
ParameterizedAttribute |
AbstractOSGiMetaData.getFragmentHost() |
protected ParameterizedAttribute |
AbstractOSGiMetaData.parseSymbolicName() |
Modifier and Type | Method and Description |
---|---|
List<ParameterizedAttribute> |
AbstractOSGiMetaData.getBundleNativeCode() |
List<ParameterizedAttribute> |
AbstractOSGiMetaData.getProvidedCapabilities() |
List<ParameterizedAttribute> |
AbstractOSGiMetaData.getRequireBundles() |
List<ParameterizedAttribute> |
AbstractOSGiMetaData.getRequiredCapabilities() |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.