Uses of Class
org.eclipse.aether.resolution.VersionRangeResult
-
Packages that use VersionRangeResult Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories. -
-
Uses of VersionRangeResult in org.eclipse.aether
Methods in org.eclipse.aether that return VersionRangeResult Modifier and Type Method Description VersionRangeResultRepositorySystem. resolveVersionRange(RepositorySystemSession session, VersionRangeRequest request)Expands a version range to a list of matching versions, in ascending order. -
Uses of VersionRangeResult in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return VersionRangeResult Modifier and Type Method Description VersionRangeResultVersionRangeResult. addException(Exception exception)Records the specified exception while resolving the version range.VersionRangeResultVersionRangeResult. addVersion(Version version)Adds the specified version to the result.VersionRangeResultVersionRangeResolutionException. getResult()Gets the version range result at the point the exception occurred.VersionRangeResultVersionRangeResult. setRepository(Version version, ArtifactRepository repository)Records the repository from which the specified version was resolvedVersionRangeResultVersionRangeResult. setVersionConstraint(VersionConstraint versionConstraint)Sets the version constraint that was parsed from the artifact's version string.VersionRangeResultVersionRangeResult. setVersions(List<Version> versions)Sets the versions (in ascending order) matching the requested range.Constructors in org.eclipse.aether.resolution with parameters of type VersionRangeResult Constructor Description VersionRangeResolutionException(VersionRangeResult result)Creates a new exception with the specified result.VersionRangeResolutionException(VersionRangeResult result, String message)Creates a new exception with the specified result and detail message.VersionRangeResolutionException(VersionRangeResult result, String message, Throwable cause)Creates a new exception with the specified result, detail message and cause.
-