Package | Description |
---|---|
org.jboss.osgi.resolver | |
org.jboss.osgi.resolver.felix | |
org.jboss.osgi.resolver.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
XBundleCapability
A host bundle capability
|
interface |
XPackageCapability
A package capability
|
Modifier and Type | Method and Description |
---|---|
XCapability |
XWire.getCapability()
Returns the associated capability from the exporting module that satisfies the requirement of the importing module.
|
XCapability |
XRequirement.getWiredCapability()
Get the wired capbillity for this requirement.
|
Modifier and Type | Method and Description |
---|---|
List<XCapability> |
XModule.getCapabilities()
Get all module capabilities
|
Modifier and Type | Method and Description |
---|---|
protected XWire |
FelixResolver.addWire(AbstractModule importer,
XRequirement requirement,
XModule exporter,
XCapability capability) |
Modifier and Type | Method and Description |
---|---|
List<XCapability> |
AbstractModule.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected XWire |
AbstractResolver.addWire(AbstractModule importer,
XRequirement req,
XModule exporter,
XCapability cap) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.