| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.osgi.framework.wiring |
Framework Wiring Package Version 1.2.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BundleWiringImpl |
(package private) class |
ExtensionManager.ExtensionManagerWiring |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<Resource,Wiring> |
ResolveContextImpl.m_wirings |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<Resource,Wiring> |
ResolveContextImpl.getWirings() |
private java.util.Map<Resource,Wiring> |
StatefulResolver.getWirings() |
| Modifier and Type | Method and Description |
|---|---|
private static int |
DTOFactory.getWiringID(Wiring bw) |
| Constructor and Description |
|---|
ResolveContextImpl(StatefulResolver state,
java.util.Map<Resource,Wiring> wirings,
StatefulResolver.ResolverHookRecord resolverHookRecord,
java.util.Collection<BundleRevision> mandatory,
java.util.Collection<BundleRevision> optional,
java.util.Collection<BundleRevision> ondemand) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BundleWiring
A wiring for a bundle.
|