Class DefaultArtifactCoordinates
java.lang.Object
org.apache.maven.impl.DefaultArtifactCoordinates
- All Implemented Interfaces:
- ArtifactCoordinates
A wrapper class around a maven resolver artifact.
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultArtifactCoordinates(InternalSession session, org.eclipse.aether.artifact.Artifact coordinates) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.maven.api.ArtifactCoordinatesgetId
- 
Constructor Details- 
DefaultArtifactCoordinatespublic DefaultArtifactCoordinates(@Nonnull InternalSession session, @Nonnull org.eclipse.aether.artifact.Artifact coordinates) 
 
- 
- 
Method Details- 
getCoordinatespublic org.eclipse.aether.artifact.Artifact getCoordinates()
- 
getGroupId- Specified by:
- getGroupIdin interface- ArtifactCoordinates
 
- 
getArtifactId- Specified by:
- getArtifactIdin interface- ArtifactCoordinates
 
- 
getVersionConstraint- Specified by:
- getVersionConstraintin interface- ArtifactCoordinates
 
- 
getExtension- Specified by:
- getExtensionin interface- ArtifactCoordinates
 
- 
getClassifier- Specified by:
- getClassifierin interface- ArtifactCoordinates
 
- 
equals
- 
hashCode
- 
toString
 
-