Uses of Interface
org.osgi.framework.wiring.BundleCapability
-
Packages that use BundleCapability Package Description org.apache.felix.framework org.apache.felix.framework.capabilityset org.apache.felix.framework.resolver org.apache.felix.framework.util org.apache.felix.framework.util.manifestparser org.apache.felix.framework.wiring org.osgi.framework.hooks.resolver Framework Resolver Hooks Package Version 1.0.org.osgi.framework.wiring Framework Wiring Package Version 1.2. -
-
Uses of BundleCapability in org.apache.felix.framework
Methods in org.apache.felix.framework that return types with arguments of type BundleCapability Modifier and Type Method Description java.util.List<BundleCapability>
ResolveContextImpl. findProviders(BundleRequirement br, boolean obeyMandatory)
java.util.List<BundleCapability>
BundleWiringImpl. getCapabilities(java.lang.String namespace)
java.util.List<BundleCapability>
BundleRevisionImpl. getDeclaredCapabilities(java.lang.String namespace)
Method parameters in org.apache.felix.framework with type arguments of type BundleCapability Modifier and Type Method Description int
ResolveContextImpl. insertHostedCapability(java.util.List<BundleCapability> caps, HostedCapability hc)
-
Uses of BundleCapability in org.apache.felix.framework.capabilityset
Methods in org.apache.felix.framework.capabilityset that return types with arguments of type BundleCapability Modifier and Type Method Description java.util.Set<BundleCapability>
CapabilitySet. match(SimpleFilter sf, boolean obeyMandatory)
Methods in org.apache.felix.framework.capabilityset with parameters of type BundleCapability Modifier and Type Method Description void
CapabilitySet. addCapability(BundleCapability cap)
static boolean
CapabilitySet. matches(BundleCapability cap, SimpleFilter sf)
void
CapabilitySet. removeCapability(BundleCapability cap)
-
Uses of BundleCapability in org.apache.felix.framework.resolver
Subinterfaces of BundleCapability in org.apache.felix.framework.resolver Modifier and Type Interface Description interface
HostedCapability
Classes in org.apache.felix.framework.resolver that implement BundleCapability Modifier and Type Class Description class
WrappedCapability
Methods in org.apache.felix.framework.resolver that return BundleCapability Modifier and Type Method Description BundleCapability
ResolverWire. getCapability()
Returns the associated capability from the exporting bundle revision that satisfies the requirement of the importing bundle revision.BundleCapability
HostedCapability. getDeclaredCapability()
BundleCapability
WrappedCapability. getDeclaredCapability()
Methods in org.apache.felix.framework.resolver that return types with arguments of type BundleCapability Modifier and Type Method Description abstract java.util.List<BundleCapability>
ResolveContext. findProviders(BundleRequirement br, boolean obeyMandatory)
Methods in org.apache.felix.framework.resolver with parameters of type BundleCapability Modifier and Type Method Description int
CandidateComparator. compare(BundleCapability cap1, BundleCapability cap2)
Method parameters in org.apache.felix.framework.resolver with type arguments of type BundleCapability Modifier and Type Method Description abstract int
ResolveContext. insertHostedCapability(java.util.List<BundleCapability> caps, HostedCapability hc)
-
Uses of BundleCapability in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util that return BundleCapability Modifier and Type Method Description static BundleCapability
Util. getPackageCapability(BundleRevision br, java.lang.String name)
Methods in org.apache.felix.framework.util that return types with arguments of type BundleCapability Modifier and Type Method Description static java.util.List<BundleCapability>
Util. getCapabilityByNamespace(BundleRevision br, java.lang.String namespace)
Returns all the capabilities from a module that has a specified namespace.Methods in org.apache.felix.framework.util with parameters of type BundleCapability Modifier and Type Method Description void
SecureAction. invokeResolverHookSingleton(ResolverHook rh, BundleCapability singleton, java.util.Collection<BundleCapability> collisions)
Method parameters in org.apache.felix.framework.util with type arguments of type BundleCapability Modifier and Type Method Description void
SecureAction. invokeResolverHookMatches(ResolverHook rh, BundleRequirement req, java.util.Collection<BundleCapability> candidates)
void
SecureAction. invokeResolverHookSingleton(ResolverHook rh, BundleCapability singleton, java.util.Collection<BundleCapability> collisions)
-
Uses of BundleCapability in org.apache.felix.framework.util.manifestparser
Methods in org.apache.felix.framework.util.manifestparser that return types with arguments of type BundleCapability Modifier and Type Method Description java.util.List<BundleCapability>
ManifestParser. getCapabilities()
static java.util.List<BundleCapability>
ManifestParser. parseExportHeader(Logger logger, BundleRevision owner, java.lang.String header, java.lang.String bsn, Version bv)
-
Uses of BundleCapability in org.apache.felix.framework.wiring
Classes in org.apache.felix.framework.wiring that implement BundleCapability Modifier and Type Class Description class
BundleCapabilityImpl
Methods in org.apache.felix.framework.wiring that return BundleCapability Modifier and Type Method Description BundleCapability
BundleWireImpl. getCapability()
Methods in org.apache.felix.framework.wiring with parameters of type BundleCapability Modifier and Type Method Description boolean
BundleRequirementImpl. matches(BundleCapability cap)
Constructors in org.apache.felix.framework.wiring with parameters of type BundleCapability Constructor Description BundleWireImpl(BundleRevision requirer, BundleRequirement req, BundleRevision provider, BundleCapability cap)
-
Uses of BundleCapability in org.osgi.framework.hooks.resolver
Methods in org.osgi.framework.hooks.resolver with parameters of type BundleCapability Modifier and Type Method Description void
ResolverHook. filterSingletonCollisions(BundleCapability singleton, java.util.Collection<BundleCapability> collisionCandidates)
Filter singleton collisions hook method.Method parameters in org.osgi.framework.hooks.resolver with type arguments of type BundleCapability Modifier and Type Method Description void
ResolverHook. filterMatches(BundleRequirement requirement, java.util.Collection<BundleCapability> candidates)
Filter matches hook method.void
ResolverHook. filterSingletonCollisions(BundleCapability singleton, java.util.Collection<BundleCapability> collisionCandidates)
Filter singleton collisions hook method. -
Uses of BundleCapability in org.osgi.framework.wiring
Methods in org.osgi.framework.wiring that return BundleCapability Modifier and Type Method Description BundleCapability
BundleWire. getCapability()
Returns theBundleCapability
for this wire.Methods in org.osgi.framework.wiring that return types with arguments of type BundleCapability Modifier and Type Method Description java.util.Collection<BundleCapability>
FrameworkWiring. findProviders(Requirement requirement)
Find bundle capabilities that match the given requirement.java.util.List<BundleCapability>
BundleWiring. getCapabilities(java.lang.String namespace)
Returns the capabilities provided by this bundle wiring.java.util.List<BundleCapability>
BundleRevision. getDeclaredCapabilities(java.lang.String namespace)
Returns the capabilities declared by this bundle revision.Methods in org.osgi.framework.wiring with parameters of type BundleCapability Modifier and Type Method Description boolean
BundleRequirement. matches(BundleCapability capability)
Returns whether the specified capability matches this requirement.
-