| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<BundleRequirement> |
BundleRevisionImpl.getDeclaredRequirements(String namespace) |
List<BundleRequirement> |
BundleWiringImpl.getRequirements(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
BundleRequirement |
ResolveException.getRequirement() |
| Constructor and Description |
|---|
ResolveException(String msg,
BundleRevision revision,
BundleRequirement req)
Constructs an instance of
ResolveException with the specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
static List<BundleRequirement> |
Util.getDynamicRequirements(List<BundleRequirement> reqs) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecureAction.invokeResolverHookMatches(ResolverHook rh,
BundleRequirement req,
Collection<BundleCapability> candidates) |
| Modifier and Type | Method and Description |
|---|---|
static List<BundleRequirement> |
Util.getDynamicRequirements(List<BundleRequirement> reqs) |
| Modifier and Type | Method and Description |
|---|---|
List<BundleRequirement> |
ManifestParser.getRequirements() |
static List<BundleRequirement> |
ManifestParser.parseDynamicImportHeader(Logger logger,
BundleRevision owner,
String header) |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleRequirementImpl |
| Modifier and Type | Method and Description |
|---|---|
BundleRequirement |
BundleWireImpl.getRequirement() |
| Constructor and Description |
|---|
BundleWireImpl(BundleRevision requirer,
BundleRequirement req,
BundleRevision provider,
BundleCapability cap) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResolverHook.filterMatches(BundleRequirement requirement,
Collection<BundleCapability> candidates)
Filter matches hook method.
|
| Modifier and Type | Method and Description |
|---|---|
BundleRequirement |
BundleWire.getRequirement()
Return the
BundleRequirement for this wire. |
| Modifier and Type | Method and Description |
|---|---|
List<BundleRequirement> |
BundleRevision.getDeclaredRequirements(String namespace)
Returns the requirements declared by this bundle revision.
|
List<BundleRequirement> |
BundleWiring.getRequirements(String namespace)
Returns the requirements of this bundle wiring.
|
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.