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 TypeMethodDescription(package private) static List
<Requirement> BundleRevisionImpl.asRequirementList
(List reqs) BundleRevisionImpl.getRequirements
(String namespace) BundleWiringImpl.getResourceRequirements
(String namespace) Methods in org.apache.felix.framework with parameters of type RequirementModifier and TypeMethodDescription(package private) Collection
<BundleCapability> Felix.findProviders
(Requirement requirement) FrameworkWiringImpl.findProviders
(Requirement requirement) (package private) List
<BundleCapability> StatefulResolver.findProvidersInternal
(StatefulResolver.ResolverHookRecord record, Requirement req, boolean obeyMandatory, boolean invokeHooksAndSecurity) private static int
DTOFactory.getRequirementID
(Requirement requirement) -
Uses of Requirement in org.apache.felix.framework.resolver
Classes in org.apache.felix.framework.resolver that implement RequirementMethods in org.apache.felix.framework.resolver that return types with arguments of type RequirementModifier and TypeMethodDescriptionprivate static List
<Requirement> WrappedRevision.asRequirementList
(List reqs) WrappedRevision.getRequirements
(String namespace) -
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.