Uses of Interface
org.eclipse.osgi.service.resolver.BaseDescription
-
Uses of BaseDescription in org.eclipse.osgi.service.resolver
Modifier and TypeInterfaceDescriptioninterface
This class represents a specific version of a bundle in the system.interface
This class represents a specific version of an exported package in the system.interface
A description of a generic capability.interface
This class represents a native code description.Modifier and TypeMethodDescriptionStateWire.getDeclaredCapability()
gets the declared capability.VersionConstraint.getSupplier()
Returns the supplier that satisfies this constraint, if it is resolved.Modifier and TypeMethodDescriptionResolver.getSelectionPolicy()
Returns the selection policy for this resolver or null if it is not setModifier and TypeMethodDescriptionboolean
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 TypeMethodDescriptionvoid
Resolver.setSelectionPolicy
(Comparator<BaseDescription> selectionPolicy) Sets the selection policy for this resolver.ModifierConstructorDescriptionStateWire
(BundleDescription requirementHost, VersionConstraint declaredRequirement, BundleDescription capabilityHost, BaseDescription declaredCapability) Constructs a new state wire.