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.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>BundleWiringImpl. getCapabilities(java.lang.String namespace)java.util.List<BundleCapability>BundleRevisionImpl. getDeclaredCapabilities(java.lang.String namespace) -
Uses of BundleCapability in org.apache.felix.framework.capabilityset
Methods in org.apache.felix.framework.capabilityset with parameters of type BundleCapability Modifier and Type Method Description voidCapabilitySet. addCapability(BundleCapability cap)voidCapabilitySet. removeCapability(BundleCapability cap) -
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 BundleCapabilityUtil. getPackageCapability(BundleRevision br, java.lang.String name)Methods in org.apache.felix.framework.util with parameters of type BundleCapability Modifier and Type Method Description voidSecureAction. 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 voidSecureAction. invokeResolverHookMatches(ResolverHook rh, BundleRequirement req, java.util.Collection<BundleCapability> candidates)voidSecureAction. 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 static java.util.List<BundleCapability>ManifestParser. aliasSymbolicName(java.util.List<BundleCapability> caps, BundleRevision owner)java.util.List<BundleCapability>ManifestParser. getCapabilities()Method parameters in org.apache.felix.framework.util.manifestparser with type arguments of type BundleCapability Modifier and Type Method Description static java.util.List<BundleCapability>ManifestParser. aliasSymbolicName(java.util.List<BundleCapability> caps, BundleRevision owner) -
Uses of BundleCapability in org.apache.felix.framework.wiring
Classes in org.apache.felix.framework.wiring that implement BundleCapability Modifier and Type Class Description classBundleCapabilityImplMethods in org.apache.felix.framework.wiring that return BundleCapability Modifier and Type Method Description BundleCapabilityBundleWireImpl. getCapability()Methods in org.apache.felix.framework.wiring with parameters of type BundleCapability Modifier and Type Method Description booleanBundleRequirementImpl. 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 voidResolverHook. 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 voidResolverHook. filterMatches(BundleRequirement requirement, java.util.Collection<BundleCapability> candidates)Filter matches hook method.voidResolverHook. 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 BundleCapabilityBundleWire. getCapability()Returns theBundleCapabilityfor 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 booleanBundleRequirement. matches(BundleCapability capability)Returns whether the specified capability matches this requirement.
-