Uses of Interface
org.osgi.framework.wiring.BundleRequirement
-
Packages that use BundleRequirement Package Description org.osgi.framework.hooks.resolver Framework Resolver Hooks Package Version 1.0.org.osgi.framework.wiring Framework Wiring Package Version 1.2. -
-
Uses of BundleRequirement in org.osgi.framework.hooks.resolver
Methods in org.osgi.framework.hooks.resolver with parameters of type BundleRequirement Modifier and Type Method Description void
ResolverHook. filterMatches(BundleRequirement requirement, java.util.Collection<BundleCapability> candidates)
Filter matches hook method. -
Uses of BundleRequirement in org.osgi.framework.wiring
Methods in org.osgi.framework.wiring that return BundleRequirement Modifier and Type Method Description BundleRequirement
BundleWire. getRequirement()
Return theBundleRequirement
for this wire.Methods in org.osgi.framework.wiring that return types with arguments of type BundleRequirement Modifier and Type Method Description java.util.List<BundleRequirement>
BundleRevision. getDeclaredRequirements(java.lang.String namespace)
Returns the requirements declared by this bundle revision.java.util.List<BundleRequirement>
BundleWiring. getRequirements(java.lang.String namespace)
Returns the requirements of this bundle wiring.
-