Package org.apache.maven.internal.impl
Class DefaultArtifactCoordinates
java.lang.Object
org.apache.maven.internal.impl.DefaultArtifactCoordinates
- All Implemented Interfaces:
ArtifactCoordinates
A wrapper class around a maven resolver artifact.
-
Constructor Summary
ConstructorDescriptionDefaultArtifactCoordinates
(InternalSession session, org.eclipse.aether.artifact.Artifact coordinates) -
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.ArtifactCoordinates
getId
-
Constructor Details
-
DefaultArtifactCoordinates
public DefaultArtifactCoordinates(@Nonnull InternalSession session, @Nonnull org.eclipse.aether.artifact.Artifact coordinates)
-
-
Method Details
-
getCoordinates
public org.eclipse.aether.artifact.Artifact getCoordinates() -
getGroupId
- Specified by:
getGroupId
in interfaceArtifactCoordinates
-
getArtifactId
- Specified by:
getArtifactId
in interfaceArtifactCoordinates
-
getVersionConstraint
- Specified by:
getVersionConstraint
in interfaceArtifactCoordinates
-
getExtension
- Specified by:
getExtension
in interfaceArtifactCoordinates
-
getClassifier
- Specified by:
getClassifier
in interfaceArtifactCoordinates
-
equals
-
hashCode
public int hashCode() -
toString
-