Uses of Interface
org.osgi.service.resolver.HostedCapability
-
Packages that use HostedCapability Package Description org.apache.felix.resolver org.osgi.service.resolver Resolver Service Package Version 1.0. -
-
Uses of HostedCapability in org.apache.felix.resolver
Classes in org.apache.felix.resolver that implement HostedCapability Modifier and Type Class Description (package private) classSimpleHostedCapabilityclassWrappedCapability -
Uses of HostedCapability in org.osgi.service.resolver
Methods in org.osgi.service.resolver with parameters of type HostedCapability Modifier and Type Method Description abstract intResolveContext. insertHostedCapability(java.util.List<org.osgi.resource.Capability> capabilities, HostedCapability hostedCapability)Add aHostedCapabilityto the list of capabilities returned fromResolveContext.findProviders(Requirement).
-