- Gav - Class in org.apache.maven.index.artifact
-
An immutable value class representing unique artifact coordinates.
- Gav(String, String, String) - Constructor for class org.apache.maven.index.artifact.Gav
-
- Gav(String, String, String, String, String, Integer, Long, String, boolean, Gav.HashType, boolean, Gav.SignatureType) - Constructor for class org.apache.maven.index.artifact.Gav
-
- Gav.HashType - Enum in org.apache.maven.index.artifact
-
Enumeration representing Maven artifact hash types
- Gav.SignatureType - Enum in org.apache.maven.index.artifact
-
Enumeration representing Maven artifact signature types
- GavCalculator - Interface in org.apache.maven.index.artifact
-
An interface to calculate Gav
based on provided artifact path and to calculate an artifact path from
provided Gav
.
- gavToPath(Gav) - Method in interface org.apache.maven.index.artifact.GavCalculator
-
Reassembles the repository path from the supplied GAV.
- gavToPath(Gav) - Method in class org.apache.maven.index.artifact.M1GavCalculator
-
// XXX this is not accurate, m1 is using packaging as an artifact folder name.
- gavToPath(Gav) - Method in class org.apache.maven.index.artifact.M2GavCalculator
-
- getArtifactId() - Method in class org.apache.maven.index.artifact.Gav
-
- getBaseVersion() - Method in class org.apache.maven.index.artifact.Gav
-
- getClassifier() - Method in class org.apache.maven.index.artifact.Gav
-
- getDefaults() - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
-
- getExtension() - Method in class org.apache.maven.index.artifact.Gav
-
- getExtensionForPackaging(String) - Method in interface org.apache.maven.index.artifact.ArtifactPackagingMapper
-
Returns the extension belonging to given packaging, like "jar" for "jar", "jar" for "ear", etc.
- getExtensionForPackaging(String) - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
-
- getGroupId() - Method in class org.apache.maven.index.artifact.Gav
-
- getHashType() - Method in class org.apache.maven.index.artifact.Gav
-
- getName() - Method in class org.apache.maven.index.artifact.Gav
-
- getPackaging2extensionMapping() - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
-
- getSignatureType() - Method in class org.apache.maven.index.artifact.Gav
-
- getSnapshotBuildNumber() - Method in class org.apache.maven.index.artifact.Gav
-
- getSnapshotTimeStamp() - Method in class org.apache.maven.index.artifact.Gav
-
- getVersion() - Method in class org.apache.maven.index.artifact.Gav
-