| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.apache.felix.framework.util | |
| org.apache.felix.framework.wiring | |
| org.osgi.framework.wiring |
Framework Wiring Package Version 1.2.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<BundleRevision,java.util.Map<BundleCapability,java.util.Set<BundleWire>>> |
BundleRevisionDependencies.m_dependentsMap |
private java.util.List<BundleWire> |
BundleWiringImpl.m_wires |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<BundleCapability,java.util.Set<BundleWire>> |
BundleRevisionDependencies.getDependents(BundleRevision provider) |
java.util.List<BundleWire> |
BundleRevisionDependencies.getProvidedWires(BundleRevision revision,
java.lang.String namespace) |
java.util.List<BundleWire> |
BundleWiringImpl.getProvidedWires(java.lang.String namespace) |
java.util.List<BundleWire> |
BundleWiringImpl.getRequiredWires(java.lang.String namespace) |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleRevisionDependencies.addDependent(BundleWire bw) |
void |
BundleWiringImpl.addDynamicWire(BundleWire wire) |
private java.util.Collection<BundleWiringImpl.ResourceSource> |
BundleWiringImpl.calculateRemotePackageResources(BundleWire bw,
BundleCapability cap,
boolean recurse,
java.lang.String path,
java.util.List<java.lang.String> pattern,
java.util.Set<java.lang.String> noMerging) |
| Constructor and Description |
|---|
BundleWiringImpl(Logger logger,
java.util.Map configMap,
StatefulResolver resolver,
BundleRevisionImpl revision,
java.util.List<BundleRevision> fragments,
java.util.List<BundleWire> wires,
java.util.Map<java.lang.String,BundleRevision> importedPkgs,
java.util.Map<java.lang.String,java.util.List<BundleRevision>> requiredPkgs) |
| Modifier and Type | Method and Description |
|---|---|
static BundleWire |
Util.getWire(BundleRevision br,
java.lang.String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleWireImpl |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BundleWire> |
BundleWiring.getProvidedWires(java.lang.String namespace)
Returns the
BundleWires to the provided capabilities of this bundle wiring. |
java.util.List<BundleWire> |
BundleWiring.getRequiredWires(java.lang.String namespace)
Returns the
BundleWires to the requirements in use by this bundle wiring. |