Modifier and Type | Method and Description |
---|---|
java.util.List<BundleRequirement> |
BundleRevisionImpl.getDeclaredRequirements(java.lang.String namespace) |
java.util.List<BundleRequirement> |
BundleWiringImpl.getRequirements(java.lang.String namespace) |
Modifier and Type | Class and Description |
---|---|
class |
HostedRequirement |
Modifier and Type | Method and Description |
---|---|
BundleRequirement |
ResolveException.getRequirement() |
BundleRequirement |
ResolverWire.getRequirement()
Returns the associated requirement from the importing bundle revision
that resulted in the creation of this wire.
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<BundleCapability> |
Resolver.ResolverState.getCandidates(BundleRequirement req,
boolean obeyMandatory) |
boolean |
Resolver.ResolverState.isEffective(BundleRequirement req) |
Constructor and Description |
---|
ResolveException(java.lang.String msg,
BundleRevision revision,
BundleRequirement req)
Constructs an instance of
ResolveException with the specified detail message. |
Modifier and Type | Method and Description |
---|---|
static java.util.List<BundleRequirement> |
Util.getDynamicRequirements(java.util.List<BundleRequirement> reqs) |
Modifier and Type | Method and Description |
---|---|
void |
SecureAction.invokeResolverHookMatches(ResolverHook rh,
BundleRequirement req,
java.util.Collection<BundleCapability> candidates) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<BundleRequirement> |
Util.getDynamicRequirements(java.util.List<BundleRequirement> reqs) |
Modifier and Type | Method and Description |
---|---|
java.util.List<BundleRequirement> |
ManifestParser.getRequirements() |
static java.util.List<BundleRequirement> |
ManifestParser.parseDynamicImportHeader(Logger logger,
BundleRevision owner,
java.lang.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,
java.util.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 |
---|---|
java.util.List<BundleRequirement> |
BundleRevision.getDeclaredRequirements(java.lang.String namespace)
Returns the requirements declared by this bundle revision.
|
java.util.List<BundleRequirement> |
BundleWiring.getRequirements(java.lang.String namespace)
Returns the requirements of this bundle wiring.
|
Copyright © 2014. All Rights Reserved.