Uses of Interface
org.eclipse.osgi.service.resolver.BaseDescription
Packages that use BaseDescription
-
Uses of BaseDescription in org.eclipse.osgi.service.resolver
Subinterfaces of BaseDescription in org.eclipse.osgi.service.resolverModifier and TypeInterfaceDescriptioninterfaceThis class represents a specific version of a bundle in the system.interfaceThis class represents a specific version of an exported package in the system.interfaceA description of a generic capability.interfaceThis class represents a native code description.Methods in org.eclipse.osgi.service.resolver that return BaseDescriptionModifier and TypeMethodDescriptionStateWire.getDeclaredCapability()gets the declared capability.VersionConstraint.getSupplier()Returns the supplier that satisfies this constraint, if it is resolved.Methods in org.eclipse.osgi.service.resolver that return types with arguments of type BaseDescriptionModifier and TypeMethodDescriptionResolver.getSelectionPolicy()Returns the selection policy for this resolver or null if it is not setMethods in org.eclipse.osgi.service.resolver with parameters of type BaseDescriptionModifier and TypeMethodDescriptionbooleanVersionConstraint.isSatisfiedBy(BaseDescription supplier) Returns whether this constraint could be satisfied by the given supplier.voidState.resolveConstraint(VersionConstraint constraint, BaseDescription supplier) Resolves the given version constraint with the given supplier.Method parameters in org.eclipse.osgi.service.resolver with type arguments of type BaseDescriptionModifier and TypeMethodDescriptionvoidResolver.setSelectionPolicy(Comparator<BaseDescription> selectionPolicy) Sets the selection policy for this resolver.Constructors in org.eclipse.osgi.service.resolver with parameters of type BaseDescriptionModifierConstructorDescriptionStateWire(BundleDescription requirementHost, VersionConstraint declaredRequirement, BundleDescription capabilityHost, BaseDescription declaredCapability) Constructs a new state wire.