A C D E G H I M O P S T V

A

ArtifactPackagingMapper - Interface in org.apache.maven.index.artifact
A utility component that resolves POM packaging to artifact extension.

C

calculateArtifactName(Gav) - Method in class org.apache.maven.index.artifact.M2GavCalculator
 

D

DefaultArtifactPackagingMapper - Class in org.apache.maven.index.artifact
A very simple artifact packaging mapper, that has everything for quick-start wired in this class.
DefaultArtifactPackagingMapper() - Constructor for class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
 

E

equals(Object) - Method in class org.apache.maven.index.artifact.Gav
 

G

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, boolean, Gav.HashType, boolean, Gav.SignatureType) - Constructor for class org.apache.maven.index.artifact.Gav
Deprecated. The boolean snapshot parameter is simply neglected. Use the constructor without it.
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
 

H

hashCode() - Method in class org.apache.maven.index.artifact.Gav
 

I

IllegalArtifactCoordinateException - Exception in org.apache.maven.index.artifact
Deprecated. Not throwed anymore.
IllegalArtifactCoordinateException(String) - Constructor for exception org.apache.maven.index.artifact.IllegalArtifactCoordinateException
Deprecated.  
IllegalArtifactCoordinateException(String, Throwable) - Constructor for exception org.apache.maven.index.artifact.IllegalArtifactCoordinateException
Deprecated.  
isChecksum(String) - Static method in class org.apache.maven.index.artifact.M1ArtifactRecognizer
Is this item M1 Checksum?
isChecksum(String) - Static method in class org.apache.maven.index.artifact.M2ArtifactRecognizer
Is this item M2 Checksum?
isHash() - Method in class org.apache.maven.index.artifact.Gav
 
isMetadata(String) - Static method in class org.apache.maven.index.artifact.M1ArtifactRecognizer
Is this item M1 metadata?
isMetadata(String) - Static method in class org.apache.maven.index.artifact.M2ArtifactRecognizer
Is this item M2 metadata?
isPom(String) - Static method in class org.apache.maven.index.artifact.M1ArtifactRecognizer
Is this item M1 POM?
isPom(String) - Static method in class org.apache.maven.index.artifact.M2ArtifactRecognizer
Is this item M2 POM?
isSignature() - Method in class org.apache.maven.index.artifact.Gav
 
isSignature(String) - Static method in class org.apache.maven.index.artifact.M2ArtifactRecognizer
 
isSnapshot() - Method in class org.apache.maven.index.artifact.Gav
 
isSnapshot(String) - Static method in class org.apache.maven.index.artifact.M1ArtifactRecognizer
Is this item M1 snapshot?
isSnapshot(String) - Static method in class org.apache.maven.index.artifact.M2ArtifactRecognizer
Is this item M2 Snapshot?
isSnapshot(String) - Static method in class org.apache.maven.index.artifact.VersionUtils
 

M

M1ArtifactRecognizer - Class in org.apache.maven.index.artifact
Utility methods for basic "detection" of artifact kind in M1 repository.
M1ArtifactRecognizer() - Constructor for class org.apache.maven.index.artifact.M1ArtifactRecognizer
 
M1GavCalculator - Class in org.apache.maven.index.artifact
An M1 GavCalculator.
M1GavCalculator() - Constructor for class org.apache.maven.index.artifact.M1GavCalculator
 
M2ArtifactRecognizer - Class in org.apache.maven.index.artifact
Utility methods for basic "detection" of artifact kind in M2 repository.
M2ArtifactRecognizer() - Constructor for class org.apache.maven.index.artifact.M2ArtifactRecognizer
 
M2GavCalculator - Class in org.apache.maven.index.artifact
An M2 GavCalculator.
M2GavCalculator() - Constructor for class org.apache.maven.index.artifact.M2GavCalculator
 
MAPPING_PROPERTIES_FILE - Static variable in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
 

O

org.apache.maven.index.artifact - package org.apache.maven.index.artifact
 

P

pathToGav(String) - Method in interface org.apache.maven.index.artifact.GavCalculator
Calculates GAV from provided repository path.
pathToGav(String) - Method in class org.apache.maven.index.artifact.M1GavCalculator
 
pathToGav(String) - Method in class org.apache.maven.index.artifact.M2GavCalculator
 

S

setPackaging2extensionMapping(Map<String, String>) - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
 
setPropertiesFile(File) - Method in interface org.apache.maven.index.artifact.ArtifactPackagingMapper
Sets the file to source the user provided mappings from, and resets the mappings, forcing it to reload the file.
setPropertiesFile(File) - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
 

T

toString() - Method in enum org.apache.maven.index.artifact.Gav.SignatureType
 

V

valueOf(String) - Static method in enum org.apache.maven.index.artifact.Gav.HashType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.index.artifact.Gav.SignatureType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.maven.index.artifact.Gav.HashType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.maven.index.artifact.Gav.SignatureType
Returns an array containing the constants of this enum type, in the order they are declared.
VersionUtils - Class in org.apache.maven.index.artifact
Utility methods for working with artifact version strings.
VersionUtils() - Constructor for class org.apache.maven.index.artifact.VersionUtils
 

A C D E G H I M O P S T V

Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.