public interface VersionResolver
| Modifier and Type | Method | Description |
|---|---|---|
org.eclipse.aether.resolution.VersionResult |
resolveVersion(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.resolution.VersionRequest request) |
Resolves an artifact's meta version (if any) to a concrete version.
|
org.eclipse.aether.resolution.VersionResult resolveVersion(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.resolution.VersionRequest request) throws org.eclipse.aether.resolution.VersionResolutionException
session - The repository session, must not be null.request - The version request, must not be nullnull.org.eclipse.aether.resolution.VersionResolutionException - If the metaversion could not be resolved.RepositorySystem.resolveVersion(RepositorySystemSession, VersionRequest)