public class ResolvedArtifact extends Object
| Constructor and Description |
|---|
ResolvedArtifact(String groupId,
String artifactId,
String version,
String classifier,
Path artifactPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
Path |
getArtifactPath() |
String |
getClassifier() |
String |
getGroupId() |
String |
getVersion() |
String |
toString() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.