public class PomLabel extends Object
Constructor and Description |
---|
PomLabel(String label)
Construct from a given label
|
PomLabel(String groupId,
String artifactId,
String version)
Construct from maven coordinates and run ID.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKey()
Get the label name
|
String |
getValue()
Get this label in string representation
|
int |
hashCode() |
public PomLabel(String label)
label
- label as stored with the containerCopyright © 2020. All rights reserved.