Uses of Class
org.apache.maven.index.artifact.Gav
Packages that use Gav
Package
Description
-
Uses of Gav in org.apache.maven.index
Methods in org.apache.maven.index that return GavModifier and TypeMethodDescriptionArtifactInfo.calculateGav()
ArtifactContext.getGav()
protected Gav
DefaultArtifactContextProducer.getGavFromPath
(IndexingContext context, String repositoryPath, String artifactPath) Constructors in org.apache.maven.index with parameters of type GavModifierConstructorDescriptionArtifactContext
(File pom, File artifact, File metadata, ArtifactInfo artifactInfo, Gav gav) -
Uses of Gav in org.apache.maven.index.artifact
Methods in org.apache.maven.index.artifact that return GavModifier and TypeMethodDescriptionCalculates GAV from provided repository path.Deprecated.Methods in org.apache.maven.index.artifact with parameters of type GavModifier 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
Methods in org.apache.maven.index.locator with parameters of type GavModifier 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)