|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BundleCapability | |
|---|---|
| org.jboss.osgi.resolver | |
| org.jboss.osgi.resolver.spi | |
| org.osgi.framework.wiring | Framework Wiring Package Version 1.1. |
| Uses of BundleCapability in org.jboss.osgi.resolver |
|---|
| Subinterfaces of BundleCapability in org.jboss.osgi.resolver | |
|---|---|
interface |
XBundleCapability
An extension to BundleCapability |
| Uses of BundleCapability in org.jboss.osgi.resolver.spi |
|---|
| Classes in org.jboss.osgi.resolver.spi that implement BundleCapability | |
|---|---|
class |
AbstractBundleCapability
The abstract implementation of an XBundleCapability. |
| Methods in org.jboss.osgi.resolver.spi that return types with arguments of type BundleCapability | |
|---|---|
List<BundleCapability> |
AbstractBundleRevision.getDeclaredCapabilities(String namespace)
|
| Methods in org.jboss.osgi.resolver.spi with parameters of type BundleCapability | |
|---|---|
boolean |
AbstractBundleRequirement.matches(BundleCapability cap)
|
| Uses of BundleCapability in org.osgi.framework.wiring |
|---|
| Methods in org.osgi.framework.wiring that return BundleCapability | |
|---|---|
BundleCapability |
BundleWire.getCapability()
Returns the BundleCapability for this wire. |
| Methods in org.osgi.framework.wiring that return types with arguments of type BundleCapability | |
|---|---|
List<BundleCapability> |
BundleWiring.getCapabilities(String namespace)
Returns the capabilities provided by this bundle wiring. |
List<BundleCapability> |
BundleRevision.getDeclaredCapabilities(String namespace)
Returns the capabilities declared by this bundle revision. |
| Methods in org.osgi.framework.wiring with parameters of type BundleCapability | |
|---|---|
boolean |
BundleRequirement.matches(BundleCapability capability)
Returns whether the specified capability matches this requirement. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||