Package | Description |
---|---|
org.eclipse.osgi.service.resolver |
Provides the Equinox resolver API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BundleDescription
This class represents a specific version of a bundle in the system.
|
interface |
ExportPackageDescription
This class represents a specific version of an exported package in the system.
|
interface |
GenericDescription
A description of a generic capability.
|
interface |
NativeCodeDescription
This class represents a native code description.
|
Modifier and Type | Method and Description |
---|---|
BaseDescription |
StateWire.getDeclaredCapability()
gets the declared capability.
|
BaseDescription |
VersionConstraint.getSupplier()
Returns the supplier that satisfies this constraint, if it is resolved.
|
Modifier and Type | Method and Description |
---|---|
Comparator<BaseDescription> |
Resolver.getSelectionPolicy()
Returns the selection policy for this resolver or null if it is not set
|
Modifier and Type | Method and Description |
---|---|
boolean |
VersionConstraint.isSatisfiedBy(BaseDescription supplier)
Returns whether this constraint could be satisfied by the given supplier.
|
void |
State.resolveConstraint(VersionConstraint constraint,
BaseDescription supplier)
Resolves the given version constraint with the given supplier.
|
Modifier and Type | Method and Description |
---|---|
void |
Resolver.setSelectionPolicy(Comparator<BaseDescription> selectionPolicy)
Sets the selection policy for this resolver.
|
Constructor and Description |
---|
StateWire(BundleDescription requirementHost,
VersionConstraint declaredRequirement,
BundleDescription capabilityHost,
BaseDescription declaredCapability)
Constructs a new state wire.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.