org.apache.maven.model.io.xpp3
Class MavenXpp3Writer
java.lang.Object
  
org.apache.maven.model.io.xpp3.MavenXpp3Writer
public class MavenXpp3Writer
- extends Object
 
Class MavenXpp3Writer.
- Version:
 
  - $Revision$ $Date$
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MavenXpp3Writer
public MavenXpp3Writer()
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.