public class ArtifactInfo extends Object
| Constructor and Description |
|---|
ArtifactInfo(String groupId,
String artifactId,
String version,
String classfier,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getClassfier() |
String |
getGroupId() |
String |
getType() |
String |
getVersion() |
String |
toString()
Constructs a
String with all attributes in name = value format. |
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.