Uses of Interface
org.osgi.resource.Capability
-
Packages that use Capability Package Description org.apache.felix.framework 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 classFilterImpl.WrapperCapability(package private) classServiceRegistrationImpl.ServiceReferenceImplMethods 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>BundleRevisionImpl. getCapabilities(java.lang.String namespace)java.util.List<Capability>BundleWiringImpl. getResourceCapabilities(java.lang.String namespace)Methods in org.apache.felix.framework with parameters of type Capability Modifier and Type Method Description private static intDTOFactory. getCapabilityID(Capability capability) -
Uses of Capability in org.apache.felix.framework.resolver
Subinterfaces of Capability in org.apache.felix.framework.resolver Modifier and Type Interface Description interfaceHostedCapabilityClasses in org.apache.felix.framework.resolver that implement Capability Modifier and Type Class Description (package private) classSimpleHostedCapabilityclassWrappedCapabilityMethods in org.apache.felix.framework.resolver that return types with arguments of type Capability Modifier and Type Method Description private static java.util.List<Capability>WrappedRevision. asCapabilityList(java.util.List caps)java.util.List<Capability>WrappedRevision. getCapabilities(java.lang.String namespace) -
Uses of Capability in org.apache.felix.framework.wiring
Classes in org.apache.felix.framework.wiring that implement Capability Modifier and Type Class Description classBundleCapabilityImpl -
Uses of Capability in org.osgi.framework.wiring
Subinterfaces of Capability in org.osgi.framework.wiring Modifier and Type Interface Description interfaceBundleCapabilityA 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 CapabilityWire. getCapability()Returns theCapabilityfor 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.
-