public interface VersionResolver
| Modifier and Type | Method and 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)Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.