Uses of Class
org.apache.maven.index.artifact.Gav
Package
Description
-
Uses of Gav in org.apache.maven.index
Modifier and TypeMethodDescriptionArtifactInfo.calculateGav()
ArtifactContext.getGav()
protected Gav
DefaultArtifactContextProducer.getGavFromPath
(IndexingContext context, String repositoryPath, String artifactPath) ModifierConstructorDescriptionArtifactContext
(File pom, File artifact, File metadata, ArtifactInfo artifactInfo, Gav gav) -
Uses of Gav in org.apache.maven.index.artifact
Modifier and TypeMethodDescriptionCalculates GAV from provided repository path.Deprecated.Modifier and TypeMethodDescriptionM2GavCalculator.calculateArtifactName
(Gav gav) Reassembles the repository path from the supplied GAV.Deprecated.// XXX this is not accurate, m1 is using packaging as an artifact folder name. -
Uses of Gav in org.apache.maven.index.locator
Modifier and TypeMethodDescriptionArtifactLocator.locate
(File source, GavCalculator gavCalculator, Gav gav) GavHelpedLocator.locate
(File source, GavCalculator gavCalculator, Gav gav) PomLocator.locate
(File source, GavCalculator gavCalculator, Gav gav)