public class MavenParent extends Object
<parent> in a Maven pom.| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId()
Return the artifact ID of the parent.
|
String |
getGroupId()
Return the group ID of the parent.
|
String |
getRelativePath()
Return the relative path of this parent.
|
String |
getVersion()
Return the version of the parent.
|
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getRelativePath()
null.Copyright © 2022 Pivotal Software, Inc.. All rights reserved.