public class Pom extends Object
| Constructor and Description |
|---|
Pom(SourcePathResolverAdapter pathResolver,
Path path,
MavenPublishable buildRule) |
| Modifier and Type | Method and Description |
|---|---|
void |
flushToFile() |
static Path |
generatePomFile(SourcePathResolverAdapter pathResolver,
MavenPublishable rule) |
org.apache.maven.model.Model |
getModel() |
Path |
getPath() |
public Pom(SourcePathResolverAdapter pathResolver, Path path, MavenPublishable buildRule)
public static Path generatePomFile(SourcePathResolverAdapter pathResolver, MavenPublishable rule) throws IOException
IOExceptionpublic void flushToFile()
throws IOException
IOExceptionpublic org.apache.maven.model.Model getModel()
public Path getPath()