public class Artifact extends ArtifactReference
| Constructor and Description |
|---|
Artifact(Artifact a)
Makes a copy of the given artifact.
|
Artifact(String groupId,
String artifactId,
Version version)
Create an artifact.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Version |
getVersion() |
int |
hashCode() |
String |
toString() |
static void |
toString(StringBuilder s,
String groupId,
String artifactId,
String version)
Create a string with group id, artifact id and version, separated by colon character.
|
static String |
toString(String groupId,
String artifactId,
String version)
Create a string with group id, artifact id and version, separated by colon character.
|
getArtifactId, getGroupId, matchespublic Artifact(Artifact a)
public Version getVersion()
public static void toString(StringBuilder s, String groupId, String artifactId, String version)
Copyright © 2019. All rights reserved.