| Package | Description |
|---|---|
| org.jboss.osgi.framework.spi | |
| org.jboss.osgi.metadata | |
| org.jboss.osgi.metadata.spi | |
| org.jboss.osgi.repository.spi | |
| org.jboss.osgi.resolver | |
| org.jboss.osgi.resolver.spi | |
| org.jboss.osgi.spi |
Common classes and interfaces.
|
| Modifier and Type | Field and Description |
|---|---|
static AttachmentKey<OSGiMetaData> |
IntegrationConstants.OSGI_METADATA_KEY
The metadata attachment key
|
| Modifier and Type | Method and Description |
|---|---|
OSGiMetaData |
DeploymentProvider.createOSGiMetaData(Deployment deployment)
Creates
OSGiMetaData from the deployment. |
OSGiMetaData |
AbstractBundleRevisionAdaptor.getOSGiMetaData() |
| Modifier and Type | Method and Description |
|---|---|
OSGiMetaData |
OSGiMetaDataBuilder.getAndValidateMetaData() |
OSGiMetaData |
OSGiMetaDataBuilder.getOSGiMetaData() |
static OSGiMetaData |
OSGiMetaDataBuilder.load(Manifest manifest) |
static OSGiMetaData |
OSGiMetaDataBuilder.load(Properties props) |
OSGiMetaData |
OSGiMetaData.validate()
Validate the this metadata
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OSGiMetaDataBuilder.isValidMetadata(OSGiMetaData metadata)
Validate a given OSGi metadata.
|
static void |
OSGiMetaDataBuilder.validateMetadata(OSGiMetaData metadata)
Validate a given OSGi metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOSGiMetaData
Abstract OSGi meta data.
|
| Modifier and Type | Method and Description |
|---|---|
OSGiMetaData |
AbstractOSGiMetaData.validate() |
| Modifier and Type | Method and Description |
|---|---|
protected OSGiMetaData |
AbstractRepository.getOSGiMetaData(XResource resource) |
OSGiMetaData |
ModuleIdentityRepository.getOSGiMetaData(XResource resource) |
protected OSGiMetaData |
AbstractRepository.getOSGiMetaDataFromManifest(XResource resource) |
OSGiMetaData |
ModuleIdentityRepository.getOSGiMetaDataFromModule(org.jboss.modules.Module module) |
| Modifier and Type | Method and Description |
|---|---|
XResourceBuilder<T> |
XResourceBuilder.loadFrom(OSGiMetaData metadata)
Create requirements/capabilities from OSGi metadata
|
| Modifier and Type | Method and Description |
|---|---|
static OSGiMetaData |
OSGiMetaDataProcessor.getOsgiMetaData(XBundleRevision brev) |
static OSGiMetaData |
OSGiMetaDataProcessor.loadOsgiMetaData(org.jboss.modules.Module module) |
| Modifier and Type | Method and Description |
|---|---|
XResourceBuilder<T> |
AbstractResourceBuilder.loadFrom(OSGiMetaData metadata) |
| Modifier and Type | Method and Description |
|---|---|
OSGiMetaData |
BundleInfo.getOSGiMetadata()
Get the OSGi metadata
|
| Modifier and Type | Method and Description |
|---|---|
static BundleInfo |
BundleInfo.createBundleInfo(VirtualFile root,
String location,
OSGiMetaData metadata) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.