Package | Description |
---|---|
org.osgi.framework.hooks.resolver |
Framework Resolver Hooks Package Version 1.0.
|
org.osgi.framework.wiring |
Framework Wiring Package Version 1.2.
|
Modifier and Type | Method and Description |
---|---|
ResolverHook |
ResolverHookFactory.begin(java.util.Collection<BundleRevision> triggers)
This method is called by the framework each time a resolve process begins
to obtain a
resolver hook instance. |
void |
ResolverHook.filterResolvable(java.util.Collection<BundleRevision> candidates)
Filter resolvable candidates hook method.
|
Modifier and Type | Method and Description |
---|---|
BundleRevision |
BundleWire.getProvider()
Returns the resource providing the
capability . |
BundleRevision |
BundleWire.getRequirer()
Returns the resource who
requires the
capability . |
BundleRevision |
BundleRequirement.getResource()
Returns the resource declaring this requirement.
|
BundleRevision |
BundleWiring.getResource()
Returns the resource associated with this wiring.
|
BundleRevision |
BundleCapability.getResource()
Returns the resource declaring this capability.
|
BundleRevision |
BundleRequirement.getRevision()
Returns the bundle revision declaring this requirement.
|
BundleRevision |
BundleWiring.getRevision()
Returns the bundle revision for the bundle in this bundle wiring.
|
BundleRevision |
BundleCapability.getRevision()
Returns the bundle revision declaring this capability.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BundleRevision> |
BundleRevisions.getRevisions()
Return the bundle revisions for the
referenced bundle. |
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0