public class DefaultArtifactCoordinate extends Object implements ArtifactCoordinate
| Constructor and Description |
|---|
DefaultArtifactCoordinate(AbstractSession session,
org.eclipse.aether.artifact.Artifact coordinate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getClassifier() |
org.eclipse.aether.artifact.Artifact |
getCoordinate() |
String |
getExtension() |
String |
getGroupId() |
VersionRange |
getVersion() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic DefaultArtifactCoordinate(@Nonnull AbstractSession session, @Nonnull org.eclipse.aether.artifact.Artifact coordinate)
public org.eclipse.aether.artifact.Artifact getCoordinate()
@Nonnull public String getGroupId()
getGroupId in interface ArtifactCoordinate@Nonnull public String getArtifactId()
getArtifactId in interface ArtifactCoordinate@Nonnull public VersionRange getVersion()
getVersion in interface ArtifactCoordinatepublic String getExtension()
getExtension in interface ArtifactCoordinate@Nonnull public String getClassifier()
getClassifier in interface ArtifactCoordinateCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.