public class PomId extends Object
| Constructor and Description |
|---|
PomId(String groupId,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
int |
hashCode() |
PomId |
setArtifactId(String artifactId) |
PomId |
setGroupId(String groupId) |
PomId |
setVersion(String version) |
String |
toString() |
Copyright © 2021 vpc open source initiative. All rights reserved.