Uses of Interface
org.osgi.resource.Requirement
Packages that use Requirement
Package
Description
Framework Wiring Package Version 1.2.
Resource Package Version 1.0.
-
Uses of Requirement in org.apache.felix.framework
Methods in org.apache.felix.framework that return types with arguments of type RequirementModifier and TypeMethodDescriptionBundleRevisionImpl.getRequirements
(String namespace) BundleWiringImpl.getResourceRequirements
(String namespace) -
Uses of Requirement in org.apache.felix.framework.resolver
Classes in org.apache.felix.framework.resolver that implement Requirement -
Uses of Requirement in org.apache.felix.framework.wiring
Classes in org.apache.felix.framework.wiring that implement Requirement -
Uses of Requirement in org.osgi.framework.wiring
Subinterfaces of Requirement in org.osgi.framework.wiringModifier and TypeInterfaceDescriptioninterface
A requirement that has been declared from abundle revision
.Methods in org.osgi.framework.wiring that return types with arguments of type RequirementModifier and TypeMethodDescriptionBundleRevision.getRequirements
(String namespace) Returns the requirements declared by this bundle resource.BundleWiring.getResourceRequirements
(String namespace) Returns the requirements of this wiring.Methods in org.osgi.framework.wiring with parameters of type RequirementModifier and TypeMethodDescriptionFrameworkWiring.findProviders
(Requirement requirement) Find bundle capabilities that match the given requirement. -
Uses of Requirement in org.osgi.resource
Methods in org.osgi.resource that return RequirementMethods in org.osgi.resource that return types with arguments of type RequirementModifier and TypeMethodDescriptionResource.getRequirements
(String namespace) Returns the requirements declared by this bundle resource.Wiring.getResourceRequirements
(String namespace) Returns the requirements of this wiring.