| Constructor and Description |
|---|
DefaultArtifact(AbstractSession session,
org.eclipse.aether.artifact.Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.eclipse.aether.artifact.Artifact |
getArtifact() |
String |
getArtifactId() |
String |
getClassifier() |
String |
getExtension() |
String |
getGroupId() |
Version |
getVersion() |
int |
hashCode() |
boolean |
isSnapshot() |
String |
key() |
ArtifactCoordinate |
toCoordinate() |
String |
toString() |
public DefaultArtifact(@Nonnull AbstractSession session, @Nonnull org.eclipse.aether.artifact.Artifact artifact)
public org.eclipse.aether.artifact.Artifact getArtifact()
@Nonnull public String getGroupId()
getGroupId in interface Artifact@Nonnull public String getArtifactId()
getArtifactId in interface Artifact@Nonnull public Version getVersion()
getVersion in interface Artifact@Nonnull public String getExtension()
getExtension in interface Artifact@Nonnull public String getClassifier()
getClassifier in interface Artifactpublic boolean isSnapshot()
isSnapshot in interface Artifact@Nonnull public ArtifactCoordinate toCoordinate()
toCoordinate in interface ArtifactCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.