Uses of Interface
org.osgi.resource.Wire
-
Packages that use Wire Package Description org.apache.felix.framework org.apache.felix.framework.wiring org.osgi.framework.wiring Framework Wiring Package Version 1.2.org.osgi.resource Resource Package Version 1.0. -
-
Uses of Wire in org.apache.felix.framework
Methods in org.apache.felix.framework that return types with arguments of type Wire Modifier and Type Method Description private static java.util.List<Wire>
BundleWiringImpl. asWireList(java.util.List wires)
java.util.List<Wire>
BundleWiringImpl. getProvidedResourceWires(java.lang.String namespace)
java.util.List<Wire>
BundleWiringImpl. getRequiredResourceWires(java.lang.String namespace)
Methods in org.apache.felix.framework with parameters of type Wire Modifier and Type Method Description private static BundleWireDTO
DTOFactory. createBundleWireDTO(Wire wire, java.util.Set<BundleRevisionDTO> resources, java.util.Set<BundleWiringDTO.NodeDTO> nodes)
Method parameters in org.apache.felix.framework with type arguments of type Wire Modifier and Type Method Description private static java.util.Set<java.lang.String>
StatefulResolver. calculateExportedAndReexportedPackages(BundleRevision br, java.util.Map<Resource,java.util.List<Wire>> wireMap, java.util.Set<java.lang.String> pkgs, java.util.Set<BundleRevision> cycles)
private void
StatefulResolver. fireResolvedEvents(java.util.Map<Resource,java.util.List<Wire>> wireMap)
private void
StatefulResolver. markResolvedRevisions(java.util.Map<Resource,java.util.List<Wire>> wireMap)
-
Uses of Wire in org.apache.felix.framework.wiring
Classes in org.apache.felix.framework.wiring that implement Wire Modifier and Type Class Description class
BundleWireImpl
-
Uses of Wire in org.osgi.framework.wiring
Subinterfaces of Wire in org.osgi.framework.wiring Modifier and Type Interface Description interface
BundleWire
A wire connecting aBundleCapability
to aBundleRequirement
.Methods in org.osgi.framework.wiring that return types with arguments of type Wire Modifier and Type Method Description java.util.List<Wire>
BundleWiring. getProvidedResourceWires(java.lang.String namespace)
Returns theWire
s to the providedcapabilities
of this wiring.java.util.List<Wire>
BundleWiring. getRequiredResourceWires(java.lang.String namespace)
Returns theWire
s to therequirements
in use by this wiring. -
Uses of Wire in org.osgi.resource
Methods in org.osgi.resource that return types with arguments of type Wire Modifier and Type Method Description java.util.List<Wire>
Wiring. getProvidedResourceWires(java.lang.String namespace)
Returns theWire
s to the providedcapabilities
of this wiring.java.util.List<Wire>
Wiring. getRequiredResourceWires(java.lang.String namespace)
Returns theWire
s to therequirements
in use by this wiring.
-