Uses of Interface
org.osgi.resource.Requirement
-
Packages that use Requirement Package Description org.apache.felix.framework org.apache.felix.framework.wiring org.osgi.framework.wiring Framework Wiring Package Version 1.2.org.osgi.resource 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 Requirement Modifier and Type Method Description java.util.List<Requirement>BundleRevisionImpl. getRequirements(java.lang.String namespace)java.util.List<Requirement>BundleWiringImpl. getResourceRequirements(java.lang.String namespace)Methods in org.apache.felix.framework with parameters of type Requirement Modifier and Type Method Description java.util.List<Capability>ResolveContextImpl. findProviders(Requirement br)booleanResolveContextImpl. isEffective(Requirement br) -
Uses of Requirement in org.apache.felix.framework.wiring
Classes in org.apache.felix.framework.wiring that implement Requirement Modifier and Type Class Description classBundleRequirementImpl -
Uses of Requirement in org.osgi.framework.wiring
Subinterfaces of Requirement in org.osgi.framework.wiring Modifier and Type Interface Description interfaceBundleRequirementA requirement that has been declared from abundle revision.Methods in org.osgi.framework.wiring that return types with arguments of type Requirement Modifier and Type Method Description java.util.List<Requirement>BundleRevision. getRequirements(java.lang.String namespace)Returns the requirements declared by this bundle resource.java.util.List<Requirement>BundleWiring. getResourceRequirements(java.lang.String namespace)Returns the requirements of this wiring.Methods in org.osgi.framework.wiring with parameters of type Requirement Modifier and Type Method Description java.util.Collection<BundleCapability>FrameworkWiring. 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 Requirement Modifier and Type Method Description RequirementWire. getRequirement()Returns theRequirementfor this wire.Methods in org.osgi.resource that return types with arguments of type Requirement Modifier and Type Method Description java.util.List<Requirement>Resource. getRequirements(java.lang.String namespace)Returns the requirements declared by this bundle resource.java.util.List<Requirement>Wiring. getResourceRequirements(java.lang.String namespace)Returns the requirements of this wiring.
-