public interface PomManager
| Modifier and Type | Method and Description |
|---|---|
void |
addModule(File basedirPom,
String artifactId) |
void |
addParent(File pom,
File basedirPom) |
void |
mergePoms(File pom,
File temporaryPom) |
Model |
readPom(File pomFile) |
Model |
readPom(InputStream pomStream) |
void |
writePom(Model model,
File pomFile,
File initialPomFile) |
static final String ROLE
void addModule(File basedirPom, String artifactId) throws IOException, XmlPullParserException, org.dom4j.DocumentException, InvalidPackaging
IOExceptionXmlPullParserExceptionorg.dom4j.DocumentExceptionInvalidPackagingvoid addParent(File pom, File basedirPom) throws IOException, XmlPullParserException
IOExceptionXmlPullParserExceptionvoid mergePoms(File pom, File temporaryPom) throws IOException, XmlPullParserException
IOExceptionXmlPullParserExceptionModel readPom(File pomFile) throws IOException, XmlPullParserException
IOExceptionXmlPullParserExceptionModel readPom(InputStream pomStream) throws IOException, XmlPullParserException
IOExceptionXmlPullParserExceptionvoid writePom(Model model, File pomFile, File initialPomFile) throws IOException
IOExceptionCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.