org.apache.maven.model.io.xpp3
Class MavenXpp3Writer

java.lang.Object
  extended by org.apache.maven.model.io.xpp3.MavenXpp3Writer

public class MavenXpp3Writer
extends Object

Class MavenXpp3Writer.

Version:
$Revision$ $Date$

Constructor Summary
MavenXpp3Writer()
           
 
Method Summary
 void write(OutputStream stream, Model model)
          Method write.
 void write(Writer writer, Model model)
          Method write.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenXpp3Writer

public MavenXpp3Writer()
Method Detail

write

public void write(Writer writer,
                  Model model)
           throws IOException
Method write.

Parameters:
writer -
model -
Throws:
IOException

write

public void write(OutputStream stream,
                  Model model)
           throws IOException
Method write.

Parameters:
stream -
model -
Throws:
IOException


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.