Package | Description |
---|---|
org.apache.maven.index | |
org.apache.maven.index.artifact | |
org.apache.maven.index.creator | |
org.apache.maven.index.locator |
Modifier and Type | Field and Description |
---|---|
private Gav |
ArtifactContext.gav |
Modifier and Type | Method and Description |
---|---|
Gav |
ArtifactInfo.calculateGav() |
Gav |
ArtifactContext.getGav() |
private Gav |
DefaultArtifactContextProducer.getGavFromPath(IndexingContext context,
java.lang.String repositoryPath,
java.lang.String artifactPath) |
Constructor and Description |
---|
ArtifactContext(java.io.File pom,
java.io.File artifact,
java.io.File metadata,
ArtifactInfo artifactInfo,
Gav gav) |
Modifier and Type | Method and Description |
---|---|
private Gav |
M2GavCalculator.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 Gav |
M2GavCalculator.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) |
Gav |
M1GavCalculator.pathToGav(java.lang.String str) |
Gav |
GavCalculator.pathToGav(java.lang.String path)
Calculates GAV from provided repository path.
|
Gav |
M2GavCalculator.pathToGav(java.lang.String str) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
M2GavCalculator.calculateArtifactName(Gav gav) |
java.lang.String |
M1GavCalculator.gavToPath(Gav gav)
// XXX this is not accurate, m1 is using packaging as an artifact folder name.
|
java.lang.String |
GavCalculator.gavToPath(Gav gav)
Reassembles the repository path from the supplied GAV.
|
java.lang.String |
M2GavCalculator.gavToPath(Gav gav) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
MinimalArtifactInfoIndexCreator.getExtension(java.io.File artifact,
Gav gav) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
ArtifactLocator.locate(java.io.File source,
GavCalculator gavCalculator,
Gav gav) |
java.io.File |
GavHelpedLocator.locate(java.io.File source,
GavCalculator gavCalculator,
Gav gav) |
java.io.File |
PomLocator.locate(java.io.File source,
GavCalculator gavCalculator,
Gav gav) |