java.lang.Object
org.eclipse.aether.internal.impl.synccontext.named.GAVNameMapper
All Implemented Interfaces:
NameMapper
Direct Known Subclasses:
GAECVNameMapper

public class GAVNameMapper extends Object implements NameMapper
Artifact GAV NameMapper, uses artifact and metadata coordinates to name their corresponding locks. Is not considering local repository, only the artifact coordinates. May use custom prefixes and suffixes and separators, hence this instance may or may not be filesystem friendly (depends on strings used).

Note: in earlier Resolver 1.9.x versions this mapper was the default, but it changed to GAECVNameMapper in 1.9.25.