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.creator org.apache.maven.index.locator -
-
Uses of Gav in org.apache.maven.index
Fields in org.apache.maven.index declared as Gav Modifier and Type Field Description private GavArtifactContext. gavMethods in org.apache.maven.index that return Gav Modifier and Type Method Description GavArtifactInfo. calculateGav()GavArtifactContext. getGav()private GavDefaultArtifactContextProducer. getGavFromPath(IndexingContext context, java.lang.String repositoryPath, java.lang.String artifactPath)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 private GavM2GavCalculator. getReleaseGav(java.lang.String s, int vEndPos, java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String fileName, boolean checksum, boolean signature, Gav.HashType checksumType, Gav.SignatureType signatureType)private GavM2GavCalculator. getSnapshotGav(java.lang.String s, int vEndPos, java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.lang.String fileName, boolean checksum, boolean signature, Gav.HashType checksumType, Gav.SignatureType signatureType)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.creator
Methods in org.apache.maven.index.creator with parameters of type Gav Modifier and Type Method Description private java.lang.StringMinimalArtifactInfoIndexCreator. getExtension(java.io.File artifact, 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)
-