Uses of Interface
org.osgi.resource.Capability
-
Packages that use Capability Package Description org.apache.felix.framework org.apache.felix.framework.capabilityset org.apache.felix.framework.resolver 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 Capability in org.apache.felix.framework
Classes in org.apache.felix.framework that implement Capability Modifier and Type Class Description (package private) static class
FilterImpl.WrapperCapability
(package private) class
ServiceRegistrationImpl.ServiceReferenceImpl
Methods in org.apache.felix.framework that return types with arguments of type Capability Modifier and Type Method Description (package private) static java.util.List<Capability>
BundleRevisionImpl. asCapabilityList(java.util.List reqs)
java.util.List<Capability>
ResolveContextImpl. findProviders(Requirement br)
java.util.List<Capability>
BundleRevisionImpl. getCapabilities(java.lang.String namespace)
java.util.List<Capability>
BundleWiringImpl. getResourceCapabilities(java.lang.String namespace)
java.util.Collection<Capability>
ServiceRegistry. getServiceReferences(java.lang.String className, SimpleFilter filter)
Methods in org.apache.felix.framework with parameters of type Capability Modifier and Type Method Description private static int
DTOFactory. getCapabilityID(Capability capability)
Method parameters in org.apache.felix.framework with type arguments of type Capability Modifier and Type Method Description int
ResolveContextImpl. insertHostedCapability(java.util.List<Capability> caps, org.osgi.service.resolver.HostedCapability hc)
-
Uses of Capability in org.apache.felix.framework.capabilityset
Fields in org.apache.felix.framework.capabilityset with type parameters of type Capability Modifier and Type Field Description private java.util.Set<Capability>
CapabilitySet. m_capSet
Methods in org.apache.felix.framework.capabilityset that return types with arguments of type Capability Modifier and Type Method Description private java.util.Set<Capability>
CapabilitySet. match(java.util.Set<Capability> caps, SimpleFilter sf)
java.util.Set<Capability>
CapabilitySet. match(SimpleFilter sf, boolean obeyMandatory)
private static java.util.Set<Capability>
CapabilitySet. matchMandatory(java.util.Set<Capability> caps, SimpleFilter sf)
Methods in org.apache.felix.framework.capabilityset with parameters of type Capability Modifier and Type Method Description static boolean
CapabilitySet. matches(Capability cap, SimpleFilter sf)
private static boolean
CapabilitySet. matchesInternal(Capability cap, SimpleFilter sf)
private static boolean
CapabilitySet. matchMandatory(Capability cap, SimpleFilter sf)
Method parameters in org.apache.felix.framework.capabilityset with type arguments of type Capability Modifier and Type Method Description private java.util.Set<Capability>
CapabilitySet. match(java.util.Set<Capability> caps, SimpleFilter sf)
private static java.util.Set<Capability>
CapabilitySet. matchMandatory(java.util.Set<Capability> caps, SimpleFilter sf)
-
Uses of Capability in org.apache.felix.framework.resolver
Methods in org.apache.felix.framework.resolver with parameters of type Capability Modifier and Type Method Description int
CandidateComparator. compare(Capability cap1, Capability cap2)
-
Uses of Capability in org.apache.felix.framework.wiring
Classes in org.apache.felix.framework.wiring that implement Capability Modifier and Type Class Description class
BundleCapabilityImpl
-
Uses of Capability in org.osgi.framework.wiring
Subinterfaces of Capability in org.osgi.framework.wiring Modifier and Type Interface Description interface
BundleCapability
A capability that has been declared from abundle revision
.Methods in org.osgi.framework.wiring that return types with arguments of type Capability Modifier and Type Method Description java.util.List<Capability>
BundleRevision. getCapabilities(java.lang.String namespace)
Returns the capabilities declared by this resource.java.util.List<Capability>
BundleWiring. getResourceCapabilities(java.lang.String namespace)
Returns the capabilities provided by this wiring. -
Uses of Capability in org.osgi.resource
Methods in org.osgi.resource that return Capability Modifier and Type Method Description Capability
Wire. getCapability()
Returns theCapability
for this wire.Methods in org.osgi.resource that return types with arguments of type Capability Modifier and Type Method Description java.util.List<Capability>
Resource. getCapabilities(java.lang.String namespace)
Returns the capabilities declared by this resource.java.util.List<Capability>
Wiring. getResourceCapabilities(java.lang.String namespace)
Returns the capabilities provided by this wiring.
-