Uses of Class
org.eclipse.aether.resolution.VersionResult
-
Packages that use VersionResult 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 VersionResult in org.eclipse.aether
Methods in org.eclipse.aether that return VersionResult Modifier and Type Method Description VersionResultRepositorySystem. resolveVersion(RepositorySystemSession session, VersionRequest request)Resolves an artifact's meta version (if any) to a concrete version. -
Uses of VersionResult in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return VersionResult Modifier and Type Method Description VersionResultVersionResult. addException(Exception exception)Records the specified exception while resolving the version.VersionResultVersionResolutionException. getResult()Gets the version result at the point the exception occurred.VersionResultVersionResult. setRepository(ArtifactRepository repository)Sets the repository from which the version was resolved.VersionResultVersionResult. setVersion(String version)Sets the resolved version.Constructors in org.eclipse.aether.resolution with parameters of type VersionResult Constructor Description VersionResolutionException(VersionResult result)Creates a new exception with the specified result.VersionResolutionException(VersionResult result, String message)Creates a new exception with the specified result and detail message.VersionResolutionException(VersionResult result, String message, Throwable cause)Creates a new exception with the specified result, detail message and cause.
-