public class AppArtifactCoords extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
artifactId |
protected String |
classifier |
protected String |
groupId |
protected AppArtifactKey |
key |
protected String |
type |
static String |
TYPE_JAR |
static String |
TYPE_POM |
protected String |
version |
| Modifier | Constructor and Description |
|---|---|
protected |
AppArtifactCoords(String[] parts) |
|
AppArtifactCoords(String groupId,
String artifactId,
String version) |
|
AppArtifactCoords(String groupId,
String artifactId,
String type,
String version) |
|
AppArtifactCoords(String groupId,
String artifactId,
String classifier,
String type,
String version) |
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder |
append(StringBuilder buf) |
boolean |
equals(Object obj) |
static AppArtifactCoords |
fromString(String str) |
String |
getArtifactId() |
String |
getClassifier() |
String |
getGroupId() |
AppArtifactKey |
getKey() |
String |
getType() |
String |
getVersion() |
int |
hashCode() |
static void |
main(String[] args) |
protected static String[] |
split(String str,
String[] parts) |
String |
toString() |
public static final String TYPE_JAR
public static final String TYPE_POM
protected final String groupId
protected final String artifactId
protected final String classifier
protected final String type
protected final String version
protected AppArtifactKey key
protected AppArtifactCoords(String[] parts)
public AppArtifactCoords(String groupId, String artifactId, String type, String version)
public static AppArtifactCoords fromString(String str)
public String getGroupId()
public String getArtifactId()
public String getClassifier()
public String getType()
public String getVersion()
public AppArtifactKey getKey()
protected StringBuilder append(StringBuilder buf)
public static void main(String[] args)
Copyright © 2020 JBoss by Red Hat. All rights reserved.