Uses of Interface
org.osgi.framework.wiring.BundleRequirement
-
Packages that use BundleRequirement Package Description org.apache.felix.framework org.apache.felix.framework.resolver 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 BundleRequirement in org.apache.felix.framework
Methods in org.apache.felix.framework that return types with arguments of type BundleRequirement Modifier and Type Method Description java.util.List<BundleRequirement>BundleRevisionImpl. getDeclaredRequirements(java.lang.String namespace)java.util.List<BundleRequirement>BundleWiringImpl. getRequirements(java.lang.String namespace) -
Uses of BundleRequirement in org.apache.felix.framework.resolver
Methods in org.apache.felix.framework.resolver that return BundleRequirement Modifier and Type Method Description BundleRequirementResolveException. getRequirement()Constructors in org.apache.felix.framework.resolver with parameters of type BundleRequirement Constructor Description ResolveException(java.lang.String msg, BundleRevision revision, BundleRequirement req)Constructs an instance ofResolveExceptionwith the specified detail message. -
Uses of BundleRequirement in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util that return types with arguments of type BundleRequirement Modifier and Type Method Description static java.util.List<BundleRequirement>Util. getDynamicRequirements(java.util.List<BundleRequirement> reqs)Methods in org.apache.felix.framework.util with parameters of type BundleRequirement Modifier and Type Method Description voidSecureAction. invokeResolverHookMatches(ResolverHook rh, BundleRequirement req, java.util.Collection<BundleCapability> candidates)Method parameters in org.apache.felix.framework.util with type arguments of type BundleRequirement Modifier and Type Method Description static java.util.List<BundleRequirement>Util. getDynamicRequirements(java.util.List<BundleRequirement> reqs) -
Uses of BundleRequirement in org.apache.felix.framework.util.manifestparser
Methods in org.apache.felix.framework.util.manifestparser that return types with arguments of type BundleRequirement Modifier and Type Method Description java.util.List<BundleRequirement>ManifestParser. getRequirements()static java.util.List<BundleRequirement>ManifestParser. parseDynamicImportHeader(Logger logger, BundleRevision owner, java.lang.String header) -
Uses of BundleRequirement in org.apache.felix.framework.wiring
Classes in org.apache.felix.framework.wiring that implement BundleRequirement Modifier and Type Class Description classBundleRequirementImplMethods in org.apache.felix.framework.wiring that return BundleRequirement Modifier and Type Method Description BundleRequirementBundleWireImpl. getRequirement()Constructors in org.apache.felix.framework.wiring with parameters of type BundleRequirement Constructor Description BundleWireImpl(BundleRevision requirer, BundleRequirement req, BundleRevision provider, BundleCapability cap) -
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 voidResolverHook. 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 BundleRequirementBundleWire. getRequirement()Return theBundleRequirementfor 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.
-