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, org.codehaus.plexus.util.xml.pull.XmlPullParserException, org.dom4j.DocumentException, InvalidPackaging
IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionorg.dom4j.DocumentExceptionInvalidPackagingvoid addParent(File pom, File basedirPom) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionvoid mergePoms(File pom, File temporaryPom) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionModel readPom(File pomFile) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionModel readPom(InputStream pomStream) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionvoid writePom(Model model, File pomFile, File initialPomFile) throws IOException
IOExceptionCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.