Uses of Interface
org.eclipse.osgi.service.resolver.VersionConstraint
-
Packages that use VersionConstraint Package Description org.eclipse.osgi.service.resolver Provides the Equinox resolver API. -
-
Uses of VersionConstraint in org.eclipse.osgi.service.resolver
Subinterfaces of VersionConstraint in org.eclipse.osgi.service.resolver Modifier and Type Interface Description interfaceBundleSpecificationA representation of one bundle import constraint as seen in a bundle manifest and managed by a state and resolver.interfaceGenericSpecificationA specification which depends on a generic capabilityinterfaceHostSpecificationA representation of one host bundle constraint as seen in a bundle manifest and managed by a state and resolver.interfaceImportPackageSpecificationA representation of one package import constraint as seen in a bundle manifest and managed by a state and resolver.interfaceNativeCodeSpecificationThis class represents a native code specification.Methods in org.eclipse.osgi.service.resolver that return VersionConstraint Modifier and Type Method Description VersionConstraintStateWire. getDeclaredRequirement()Gets the declared requirement.VersionConstraintResolverError. getUnsatisfiedConstraint()Returns the unsatisfied constraint if this ResolverError occurred because of an unsatisfied constraint; otherwisenullis returned.VersionConstraint[]StateHelper. getUnsatisfiedConstraints(BundleDescription bundle)Returns all unsatisfied constraints in the given bundle.VersionConstraint[]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 VersionConstraint Modifier and Type Method Description voidState. addResolverError(BundleDescription bundle, int type, String data, VersionConstraint unsatisfied)Adds a newResolverErrorfor the specified bundle.voidState. 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 VersionConstraint Constructor Description StateWire(BundleDescription requirementHost, VersionConstraint declaredRequirement, BundleDescription capabilityHost, BaseDescription declaredCapability)Constructs a new state wire.
-