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 - IOExceptionpublic void write(OutputStream stream, org.apache.maven.model.Model model) throws IOException
stream - model - IOExceptionCopyright © 2025. All rights reserved.