public class ArtifactRef extends Object implements Serializable
Constructor and Description |
---|
ArtifactRef(org.apache.maven.artifact.Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
static Set<ArtifactRef> |
fromArtifact(Set<org.apache.maven.artifact.Artifact> artifacts) |
String |
getArtifactId() |
ArtifactKey |
getArtifactKey() |
String |
getClassifier() |
String |
getGroupId() |
String |
getScope() |
String |
getVersion() |
static Set<ArtifactKey> |
toArtifactKey(Set<ArtifactRef> refs) |
public ArtifactKey getArtifactKey()
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getClassifier()
public String getScope()
public static Set<ArtifactKey> toArtifactKey(Set<ArtifactRef> refs)
public static Set<ArtifactRef> fromArtifact(Set<org.apache.maven.artifact.Artifact> artifacts)
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.