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