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 Summary
ConstructorDescriptionDefaultArtifactCoordinate
(InternalSession session, org.eclipse.aether.artifact.Artifact coordinate) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.maven.api.ArtifactCoordinate
getId
-
Constructor Details
-
DefaultArtifactCoordinate
public DefaultArtifactCoordinate(@Nonnull InternalSession session, @Nonnull org.eclipse.aether.artifact.Artifact coordinate)
-
-
Method Details
-
getCoordinate
public org.eclipse.aether.artifact.Artifact getCoordinate() -
getGroupId
- Specified by:
getGroupId
in interfaceArtifactCoordinate
-
getArtifactId
- Specified by:
getArtifactId
in interfaceArtifactCoordinate
-
getVersion
- Specified by:
getVersion
in interfaceArtifactCoordinate
-
getExtension
- Specified by:
getExtension
in interfaceArtifactCoordinate
-
getClassifier
- Specified by:
getClassifier
in interfaceArtifactCoordinate
-
equals
-
hashCode
public int hashCode() -
toString
-