Modifier and Type | Method and Description |
---|---|
List<BundleRequirement> |
BundleRevisionImpl.getDeclaredRequirements(String namespace) |
List<BundleRequirement> |
BundleWiringImpl.getRequirements(String namespace) |
Modifier and Type | Method and Description |
---|---|
List<BundleCapability> |
ResolveContextImpl.findProviders(BundleRequirement br,
boolean obeyMandatory) |
boolean |
ResolveContextImpl.isEffective(BundleRequirement br) |
Modifier and Type | Class and Description |
---|---|
class |
WrappedRequirement |
Modifier and Type | Method and Description |
---|---|
BundleRequirement |
ResolverWire.getRequirement()
Returns the associated requirement from the importing bundle revision
that resulted in the creation of this wire.
|
BundleRequirement |
ResolveException.getRequirement() |
Modifier and Type | Method and Description |
---|---|
abstract List<BundleCapability> |
ResolveContext.findProviders(BundleRequirement br,
boolean obeyMandatory) |
abstract boolean |
ResolveContext.isEffective(BundleRequirement br) |
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-2015 The Apache Software Foundation. All Rights Reserved.