public class AppArtifact extends AppArtifactCoords
| Modifier and Type | Field and Description |
|---|---|
protected Path |
path |
artifactId, classifier, groupId, key, type, TYPE_JAR, TYPE_POM, version| Constructor and Description |
|---|
AppArtifact(String groupId,
String artifactId,
String version) |
AppArtifact(String groupId,
String artifactId,
String classifier,
String type,
String version) |
| Modifier and Type | Method and Description |
|---|---|
Path |
getPath() |
boolean |
isResolved() |
void |
setPath(Path path) |
append, equals, fromString, getArtifactId, getClassifier, getGroupId, getKey, getType, getVersion, hashCode, main, split, toStringprotected Path path
Copyright © 2020 JBoss by Red Hat. All rights reserved.