public class PolyglotMavenXpp3Writer extends Object
Constructor and Description |
---|
PolyglotMavenXpp3Writer() |
Modifier and Type | Method and 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.
|
public void write(Writer writer, org.apache.maven.model.Model model) throws IOException
writer
- model
- IOException
public void write(OutputStream stream, org.apache.maven.model.Model model) throws IOException
stream
- model
- IOException
Copyright © 2024. All rights reserved.