| Constructor and Description |
|---|
ResolvedPom(org.apache.maven.model.Model pomModel) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
List<ArtifactCoordinates> |
getDependencies() |
String |
getGroupId() |
List<Path> |
getResourcesLocation() |
String |
getVersion() |
void |
persist(Path pom) |
public String getGroupId()
getGroupId in interface Pompublic String getArtifactId()
getArtifactId in interface Pompublic String getVersion()
getVersion in interface Pompublic List<ArtifactCoordinates> getDependencies()
getDependencies in interface Pompublic void persist(Path pom) throws IOException
persist in interface PomIOExceptionpublic List<Path> getResourcesLocation()
getResourcesLocation in interface PomCopyright © 2018 MuleSoft Inc. All rights reserved.