Package org.apache.maven.internal.impl
Class DefaultArtifactCoordinate
java.lang.Object
org.apache.maven.internal.impl.DefaultArtifactCoordinate
- All Implemented Interfaces:
- ArtifactCoordinate
A wrapper class around a maven resolver artifact.
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultArtifactCoordinate(InternalSession session, org.eclipse.aether.artifact.Artifact coordinate) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.maven.api.ArtifactCoordinategetId
- 
Constructor Details- 
DefaultArtifactCoordinatepublic DefaultArtifactCoordinate(@Nonnull InternalSession session, @Nonnull org.eclipse.aether.artifact.Artifact coordinate) 
 
- 
- 
Method Details- 
getCoordinatepublic org.eclipse.aether.artifact.Artifact getCoordinate()
- 
getGroupIdDescription copied from interface:ArtifactCoordinateThe groupId of the artifact.- Specified by:
- getGroupIdin interface- ArtifactCoordinate
- Returns:
- the groupId
 
- 
getArtifactIdDescription copied from interface:ArtifactCoordinateThe artifactId of the artifact.- Specified by:
- getArtifactIdin interface- ArtifactCoordinate
- Returns:
- the artifactId
 
- 
getVersionDescription copied from interface:ArtifactCoordinateThe version of the artifact.- Specified by:
- getVersionin interface- ArtifactCoordinate
- Returns:
- the version
 
- 
getExtensionDescription copied from interface:ArtifactCoordinateThe extension of the artifact.- Specified by:
- getExtensionin interface- ArtifactCoordinate
- Returns:
- the extension or an empty string if none, never null
 
- 
getClassifierDescription copied from interface:ArtifactCoordinateThe classifier of the artifact.- Specified by:
- getClassifierin interface- ArtifactCoordinate
- Returns:
- the classifier or an empty string if none, never null
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-