Uses of Class
org.apache.maven.index.artifact.Gav
-
Packages that use Gav Package Description org.apache.maven.index org.apache.maven.index.artifact org.apache.maven.index.locator -
-
Uses of Gav in org.apache.maven.index
Methods in org.apache.maven.index that return Gav Modifier and Type Method Description GavArtifactInfo. calculateGav()GavArtifactContext. getGav()Constructors in org.apache.maven.index with parameters of type Gav Constructor Description ArtifactContext(java.io.File pom, java.io.File artifact, java.io.File metadata, ArtifactInfo artifactInfo, Gav gav) -
Uses of Gav in org.apache.maven.index.artifact
Methods in org.apache.maven.index.artifact that return Gav Modifier and Type Method Description GavGavCalculator. pathToGav(java.lang.String path)Calculates GAV from provided repository path.GavM1GavCalculator. pathToGav(java.lang.String str)GavM2GavCalculator. pathToGav(java.lang.String str)Methods in org.apache.maven.index.artifact with parameters of type Gav Modifier and Type Method Description java.lang.StringM2GavCalculator. calculateArtifactName(Gav gav)java.lang.StringGavCalculator. gavToPath(Gav gav)Reassembles the repository path from the supplied GAV.java.lang.StringM1GavCalculator. gavToPath(Gav gav)// XXX this is not accurate, m1 is using packaging as an artifact folder name.java.lang.StringM2GavCalculator. gavToPath(Gav gav) -
Uses of Gav in org.apache.maven.index.locator
Methods in org.apache.maven.index.locator with parameters of type Gav Modifier and Type Method Description java.io.FileArtifactLocator. locate(java.io.File source, GavCalculator gavCalculator, Gav gav)java.io.FileGavHelpedLocator. locate(java.io.File source, GavCalculator gavCalculator, Gav gav)java.io.FilePomLocator. locate(java.io.File source, GavCalculator gavCalculator, Gav gav)
-