Package | Description |
---|---|
org.apache.felix.framework | |
org.apache.felix.framework.wiring | |
org.osgi.framework.wiring | |
org.osgi.resource |
Modifier and Type | Method and Description |
---|---|
java.util.List<Wire> |
BundleWiringImpl.getProvidedResourceWires(java.lang.String namespace) |
java.util.List<Wire> |
BundleWiringImpl.getRequiredResourceWires(java.lang.String namespace) |
Modifier and Type | Class and Description |
---|---|
class |
BundleWireImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
BundleWire
A wire connecting a
BundleCapability to a BundleRequirement . |
Modifier and Type | Method and Description |
---|---|
java.util.List<Wire> |
BundleWiring.getProvidedResourceWires(java.lang.String namespace)
Returns the
Wire s to the provided capabilities
of this wiring. |
java.util.List<Wire> |
BundleWiring.getRequiredResourceWires(java.lang.String namespace)
Returns the
Wire s to the requirements in use
by this wiring. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Wire> |
Wiring.getProvidedResourceWires(java.lang.String namespace)
Returns the
Wire s to the provided capabilities
of this wiring. |
java.util.List<Wire> |
Wiring.getRequiredResourceWires(java.lang.String namespace)
Returns the
Wire s to the requirements in use
by this wiring. |
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.