Uses of Interface
org.eclipse.osgi.service.resolver.VersionConstraint
Packages that use VersionConstraint
-
Uses of VersionConstraint in org.eclipse.osgi.service.resolver
Subinterfaces of VersionConstraint in org.eclipse.osgi.service.resolverModifier and TypeInterfaceDescriptioninterface
A representation of one bundle import constraint as seen in a bundle manifest and managed by a state and resolver.interface
A specification which depends on a generic capabilityinterface
A representation of one host bundle constraint as seen in a bundle manifest and managed by a state and resolver.interface
A representation of one package import constraint as seen in a bundle manifest and managed by a state and resolver.interface
This class represents a native code specification.Methods in org.eclipse.osgi.service.resolver that return VersionConstraintModifier and TypeMethodDescriptionStateWire.getDeclaredRequirement()
Gets the declared requirement.ResolverError.getUnsatisfiedConstraint()
Returns the unsatisfied constraint if this ResolverError occurred because of an unsatisfied constraint; otherwisenull
is returned.StateHelper.getUnsatisfiedConstraints
(BundleDescription bundle) Returns all unsatisfied constraints in the given bundle.StateHelper.getUnsatisfiedLeaves
(BundleDescription[] bundles) Returns all unsatisfied constraints in the given bundles that have no possible supplier.Methods in org.eclipse.osgi.service.resolver with parameters of type VersionConstraintModifier and TypeMethodDescriptionvoid
State.addResolverError
(BundleDescription bundle, int type, String data, VersionConstraint unsatisfied) Adds a newResolverError
for the specified bundle.void
State.resolveConstraint
(VersionConstraint constraint, BaseDescription supplier) Resolves the given version constraint with the given supplier.Constructors in org.eclipse.osgi.service.resolver with parameters of type VersionConstraintModifierConstructorDescriptionStateWire
(BundleDescription requirementHost, VersionConstraint declaredRequirement, BundleDescription capabilityHost, BaseDescription declaredCapability) Constructs a new state wire.