Uses of Interface
org.osgi.framework.wiring.BundleRevision
-
Packages that use BundleRevision 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 BundleRevision in org.apache.felix.framework
Classes in org.apache.felix.framework that implement BundleRevision Modifier and Type Class Description classBundleRevisionImplMethods in org.apache.felix.framework that return BundleRevision Modifier and Type Method Description BundleRevisionBundleWiringImpl. getImportedPackageSource(java.lang.String pkgName)BundleRevisionBundleWiringImpl. getResource()BundleRevisionBundleWiringImpl. getRevision() -
Uses of BundleRevision in org.apache.felix.framework.resolver
Methods in org.apache.felix.framework.resolver that return BundleRevision Modifier and Type Method Description BundleRevisionResolveException. getRevision()Constructors in org.apache.felix.framework.resolver with parameters of type BundleRevision Constructor Description ResolveException(java.lang.String msg, BundleRevision revision, BundleRequirement req)Constructs an instance ofResolveExceptionwith the specified detail message. -
Uses of BundleRevision in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util that return types with arguments of type BundleRevision Modifier and Type Method Description static java.util.List<BundleRevision>Util. getFragments(BundleWiring wiring)Methods in org.apache.felix.framework.util with parameters of type BundleRevision Modifier and Type Method Description static BundleCapabilityUtil. getPackageCapability(BundleRevision br, java.lang.String name)static BundleWireUtil. getWire(BundleRevision br, java.lang.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 BundleRevision Modifier and Type Method Description ResolverHookSecureAction. invokeResolverHookFactory(ResolverHookFactory rhf, java.util.Collection<BundleRevision> triggers)voidSecureAction. invokeResolverHookResolvable(ResolverHook rh, java.util.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 BundleRevision Modifier and Type Method Description static java.util.List<BundleCapability>ManifestParser. aliasSymbolicName(java.util.List<BundleCapability> caps, BundleRevision owner)static java.util.List<BundleRequirement>ManifestParser. parseDynamicImportHeader(Logger logger, BundleRevision owner, java.lang.String header)Constructors in org.apache.felix.framework.util.manifestparser with parameters of type BundleRevision Constructor Description ManifestParser(Logger logger, java.util.Map<java.lang.String,java.lang.Object> configMap, BundleRevision owner, java.util.Map<java.lang.String,java.lang.Object> headerMap) -
Uses of BundleRevision in org.apache.felix.framework.wiring
Methods in org.apache.felix.framework.wiring that return BundleRevision Modifier and Type Method Description BundleRevisionBundleWireImpl. getProvider()BundleRevisionBundleWireImpl. getRequirer()BundleRevisionBundleCapabilityImpl. getResource()BundleRevisionBundleRequirementImpl. getResource()BundleRevisionBundleCapabilityImpl. getRevision()BundleRevisionBundleRequirementImpl. getRevision()Constructors in org.apache.felix.framework.wiring with parameters of type BundleRevision Constructor Description BundleCapabilityImpl(BundleRevision revision, java.lang.String namespace, java.util.Map<java.lang.String,java.lang.String> dirs, java.util.Map<java.lang.String,java.lang.Object> attrs)BundleRequirementImpl(BundleRevision revision, java.lang.String namespace, java.util.Map<java.lang.String,java.lang.String> dirs, java.util.Map<java.lang.String,java.lang.Object> attrs)BundleRequirementImpl(BundleRevision revision, java.lang.String namespace, java.util.Map<java.lang.String,java.lang.String> dirs, java.util.Map<java.lang.String,java.lang.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 BundleRevision Modifier and Type Method Description ResolverHookResolverHookFactory. begin(java.util.Collection<BundleRevision> triggers)This method is called by the framework each time a resolve process begins to obtain aresolver hookinstance.voidResolverHook. filterResolvable(java.util.Collection<BundleRevision> candidates)Filter resolvable candidates hook method. -
Uses of BundleRevision in org.osgi.framework.wiring
Methods in org.osgi.framework.wiring that return BundleRevision Modifier and Type Method Description BundleRevisionBundleWire. getProvider()Returns the resource providing thecapability.BundleRevisionBundleWire. getRequirer()Returns the resource whorequiresthecapability.BundleRevisionBundleCapability. getResource()Returns the resource declaring this capability.BundleRevisionBundleRequirement. getResource()Returns the resource declaring this requirement.BundleRevisionBundleWiring. getResource()Returns the resource associated with this wiring.BundleRevisionBundleCapability. getRevision()Returns the bundle revision declaring this capability.BundleRevisionBundleRequirement. getRevision()Returns the bundle revision declaring this requirement.BundleRevisionBundleWiring. 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 BundleRevision Modifier and Type Method Description java.util.List<BundleRevision>BundleRevisions. getRevisions()Return the bundle revisions for thereferencedbundle.
-