public interface Pom
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
List<ArtifactCoordinates> |
getDependencies() |
String |
getGroupId() |
List<Path> |
getResourcesLocation() |
String |
getVersion() |
void |
persist(Path pom) |
void persist(Path pom) throws IOException
IOExceptionString getGroupId()
String getArtifactId()
String getVersion()
List<ArtifactCoordinates> getDependencies()
Copyright © 2018 MuleSoft Inc. All rights reserved.