public class AppArtifactKey extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
artifactId |
protected String |
classifier |
protected String |
groupId |
protected String |
type |
| Constructor and Description |
|---|
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() |
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
public AppArtifactKey(String[] parts)
Copyright © 2021 JBoss by Red Hat. All rights reserved.