Package | Description |
---|---|
org.jboss.osgi.resolver | |
org.jboss.osgi.resolver.felix | |
org.jboss.osgi.resolver.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
XFragmentHostRequirement
A Fragment-Host requirement
|
interface |
XPackageRequirement
A package requirement
|
interface |
XRequireBundleRequirement
A bundle requirement
|
Modifier and Type | Method and Description |
---|---|
XRequirement |
XWire.getRequirement()
Returns the associated requirement from the importing module that resulted in the creation of this wire.
|
Modifier and Type | Method and Description |
---|---|
List<XRequirement> |
XModule.getRequirements()
Get all module requirements
|
Set<XRequirement> |
XCapability.getWiredRequirements()
Get the set of requirements that this capability is wired to
|
Modifier and Type | Method and Description |
---|---|
protected XWire |
FelixResolver.addWire(AbstractModule importer,
XRequirement requirement,
XModule exporter,
XCapability capability) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDynamicPackageRequirement
The abstract implementation of a
XPackageRequirement . |
class |
AbstractPackageRequirement
The abstract implementation of a
XPackageRequirement . |
Modifier and Type | Method and Description |
---|---|
List<XRequirement> |
AbstractModule.getRequirements() |
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.