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.impl The provisional interfaces defining the various sub components that implement the repository system.org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.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.impl
Methods in org.eclipse.aether.impl that return VersionResult Modifier and Type Method Description VersionResultVersionResolver. resolveVersion(RepositorySystemSession session, VersionRequest request)Resolves an artifact's meta version (if any) to a concrete version. -
Uses of VersionResult in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that return VersionResult Modifier and Type Method Description VersionResultDefaultRepositorySystem. resolveVersion(RepositorySystemSession session, VersionRequest request)Methods in org.eclipse.aether.internal.impl with parameters of type VersionResult Modifier and Type Method Description private booleanDefaultArtifactResolver. isLocallyInstalled(LocalArtifactResult lar, VersionResult vr) -
Uses of VersionResult in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution declared as VersionResult Modifier and Type Field Description private VersionResultVersionResolutionException. resultMethods in org.eclipse.aether.resolution that return VersionResult Modifier and Type Method Description VersionResultVersionResult. addException(java.lang.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(java.lang.String version)Sets the resolved version.Methods in org.eclipse.aether.resolution with parameters of type VersionResult Modifier and Type Method Description private static java.lang.ThrowableVersionResolutionException. getCause(VersionResult result)private static java.lang.StringVersionResolutionException. getMessage(VersionResult result)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, java.lang.String message)Creates a new exception with the specified result and detail message.VersionResolutionException(VersionResult result, java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified result, detail message and cause.
-