Uses of Interface
org.osgi.framework.wiring.BundleRevision
Packages that use BundleRevision
Package
Description
Framework Resolver Hooks Package Version 1.0.
Framework Wiring Package Version 1.2.
- 
Uses of BundleRevision in org.apache.felix.framework
Classes in org.apache.felix.framework that implement BundleRevisionMethods in org.apache.felix.framework that return BundleRevisionModifier and TypeMethodDescriptionBundleWiringImpl.getImportedPackageSource(String pkgName) BundleWiringImpl.getResource()BundleWiringImpl.getRevision()Methods in org.apache.felix.framework that return types with arguments of type BundleRevisionModifier and TypeMethodDescriptionResolveContextImpl.getMandatoryRevisions()ResolveContextImpl.getOndemandRevisions()ResolveContextImpl.getOptionalRevisions()ResolveContextImpl.getWirings()Methods in org.apache.felix.framework with parameters of type BundleRevisionModifier and TypeMethodDescriptionvoidResolveContextImpl.checkNativeLibraries(BundleRevision rev)  - 
Uses of BundleRevision in org.apache.felix.framework.resolver
Methods in org.apache.felix.framework.resolver that return BundleRevisionModifier and TypeMethodDescriptionResolverWire.getProvider()Returns the exporting bundle revision.ResolverWire.getRequirer()Returns the importing bundle revision.WrappedCapability.getResource()HostedCapability.getRevision()ResolveException.getRevision()WrappedCapability.getRevision()WrappedRequirement.getRevision()Methods in org.apache.felix.framework.resolver that return types with arguments of type BundleRevisionModifier and TypeMethodDescriptionResolveContext.getMandatoryRevisions()ResolveContext.getOptionalRevisions()abstract Map<BundleRevision, BundleWiring> ResolveContext.getWirings()Resolver.resolve(ResolveContext rc) Resolver.resolve(ResolveContext rc, BundleRevision revision, String pkgName) ResolverImpl.resolve(ResolveContext rc) ResolverImpl.resolve(ResolveContext rc, BundleRevision revision, String pkgName) Methods in org.apache.felix.framework.resolver with parameters of type BundleRevisionModifier and TypeMethodDescriptionResolver.resolve(ResolveContext rc, BundleRevision revision, String pkgName) ResolverImpl.resolve(ResolveContext rc, BundleRevision revision, String pkgName) Constructors in org.apache.felix.framework.resolver with parameters of type BundleRevisionModifierConstructorDescriptionResolveException(String msg, BundleRevision revision, BundleRequirement req) Constructs an instance ofResolveExceptionwith the specified detail message.WrappedCapability(BundleRevision host, BundleCapabilityImpl cap)  - 
Uses of BundleRevision in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util that return types with arguments of type BundleRevisionModifier and TypeMethodDescriptionstatic List<BundleRevision> Util.getFragments(BundleWiring wiring) Methods in org.apache.felix.framework.util with parameters of type BundleRevisionModifier and TypeMethodDescriptionstatic List<BundleCapability> Util.getCapabilityByNamespace(BundleRevision br, String namespace) Returns all the capabilities from a module that has a specified namespace.static BundleCapabilityUtil.getPackageCapability(BundleRevision br, String name) static BundleWireUtil.getWire(BundleRevision br, String name) static booleanUtil.isFragment(BundleRevision revision) Checks if the provided module definition declares a fragment host.static booleanUtil.isSingleton(BundleRevision revision) Returns true if the specified bundle revision is a singleton (i.e., directive singleton:=true in Bundle-SymbolicName).Method parameters in org.apache.felix.framework.util with type arguments of type BundleRevisionModifier and TypeMethodDescriptionSecureAction.invokeResolverHookFactory(ResolverHookFactory rhf, Collection<BundleRevision> triggers) voidSecureAction.invokeResolverHookResolvable(ResolverHook rh, Collection<BundleRevision> candidates)  - 
Uses of BundleRevision in org.apache.felix.framework.util.manifestparser
Methods in org.apache.felix.framework.util.manifestparser with parameters of type BundleRevisionModifier and TypeMethodDescriptionstatic List<BundleRequirement> ManifestParser.parseDynamicImportHeader(Logger logger, BundleRevision owner, String header) static List<BundleCapability> ManifestParser.parseExportHeader(Logger logger, BundleRevision owner, String header, String bsn, Version bv) Constructors in org.apache.felix.framework.util.manifestparser with parameters of type BundleRevisionModifierConstructorDescriptionManifestParser(Logger logger, Map configMap, BundleRevision owner, Map headerMap)  - 
Uses of BundleRevision in org.apache.felix.framework.wiring
Methods in org.apache.felix.framework.wiring that return BundleRevisionModifier and TypeMethodDescriptionBundleWireImpl.getProvider()BundleWireImpl.getRequirer()BundleCapabilityImpl.getResource()BundleRequirementImpl.getResource()BundleCapabilityImpl.getRevision()BundleRequirementImpl.getRevision()Constructors in org.apache.felix.framework.wiring with parameters of type BundleRevisionModifierConstructorDescriptionBundleCapabilityImpl(BundleRevision revision, String namespace, Map<String, String> dirs, Map<String, Object> attrs) BundleRequirementImpl(BundleRevision revision, String namespace, Map<String, String> dirs, Map<String, Object> attrs) BundleRequirementImpl(BundleRevision revision, String namespace, Map<String, String> dirs, Map<String, Object> attrs, SimpleFilter filter) BundleWireImpl(BundleRevision requirer, BundleRequirement req, BundleRevision provider, BundleCapability cap)  - 
Uses of BundleRevision in org.osgi.framework.hooks.resolver
Method parameters in org.osgi.framework.hooks.resolver with type arguments of type BundleRevisionModifier and TypeMethodDescriptionResolverHookFactory.begin(Collection<BundleRevision> triggers) This method is called by the framework each time a resolve process begins to obtain aresolver hookinstance.voidResolverHook.filterResolvable(Collection<BundleRevision> candidates) Filter resolvable candidates hook method. - 
Uses of BundleRevision in org.osgi.framework.wiring
Methods in org.osgi.framework.wiring that return BundleRevisionModifier and TypeMethodDescriptionBundleWire.getProvider()Returns the resource providing thecapability.BundleWire.getRequirer()Returns the resource whorequiresthecapability.BundleCapability.getResource()Returns the resource declaring this capability.BundleRequirement.getResource()Returns the resource declaring this requirement.BundleWiring.getResource()Returns the resource associated with this wiring.BundleCapability.getRevision()Returns the bundle revision declaring this capability.BundleRequirement.getRevision()Returns the bundle revision declaring this requirement.BundleWiring.getRevision()Returns the bundle revision for the bundle in this bundle wiring.Methods in org.osgi.framework.wiring that return types with arguments of type BundleRevisionModifier and TypeMethodDescriptionBundleRevisions.getRevisions()Return the bundle revisions for thereferencedbundle.