org.apache.maven.project.io.dom4j
Class MavenDom4jWriter

java.lang.Object
  extended by org.apache.maven.project.io.dom4j.MavenDom4jWriter

public class MavenDom4jWriter
extends java.lang.Object

Class MavenDom4jWriter.

Version:
$Revision$ $Date$

Constructor Summary
MavenDom4jWriter()
           
 
Method Summary
 void write(java.io.Writer writer, Model project)
          Method write
 void writeXpp3DomToElement(org.codehaus.plexus.util.xml.Xpp3Dom xpp3Dom, org.dom4j.Element parentElement)
          Method writeXpp3DomToElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenDom4jWriter

public MavenDom4jWriter()
Method Detail

write

public void write(java.io.Writer writer,
                  Model project)
           throws java.io.IOException
Method write

Parameters:
writer -
project -
Throws:
java.io.IOException

writeXpp3DomToElement

public void writeXpp3DomToElement(org.codehaus.plexus.util.xml.Xpp3Dom xpp3Dom,
                                  org.dom4j.Element parentElement)
Method writeXpp3DomToElement

Parameters:
xpp3Dom -
parentElement -


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.