public class AppArtifact extends AppArtifactCoords implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected PathsCollection |
paths |
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()
Deprecated.
in favor of
getPaths() |
PathsCollection |
getPaths()
Collection of the paths that collectively constitute the artifact's content.
|
boolean |
isResolved()
Whether the artifact has been resolved, i.e.
|
void |
setPath(Path path)
Associates the artifact with the given path
|
void |
setPaths(PathsCollection paths)
Associates the artifact with a collection of paths that constitute its content.
|
append, equals, fromString, getArtifactId, getClassifier, getGroupId, getKey, getType, getVersion, hashCode, split, toStringprotected PathsCollection paths
@Deprecated public Path getPath()
getPaths()public void setPath(Path path)
path - artifact locationpublic PathsCollection getPaths()
public void setPaths(PathsCollection paths)
paths - collection of paths that constitute the artifact's content.public boolean isResolved()
Copyright © 2020 JBoss by Red Hat. All rights reserved.