Class PolyglotMavenXpp3Writer
- java.lang.Object
-
- org.sonatype.maven.polyglot.xml.xpp3.PolyglotMavenXpp3Writer
-
public class PolyglotMavenXpp3Writer extends Object
Class MavenXpp3Writer.- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description PolyglotMavenXpp3Writer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(OutputStream stream, org.apache.maven.model.Model model)
Method write.void
write(Writer writer, org.apache.maven.model.Model model)
Method write.
-
-
-
Method Detail
-
write
public void write(Writer writer, org.apache.maven.model.Model model) throws IOException
Method write.- Parameters:
writer
-model
-- Throws:
IOException
-
write
public void write(OutputStream stream, org.apache.maven.model.Model model) throws IOException
Method write.- Parameters:
stream
-model
-- Throws:
IOException
-
-