public class MavenXpp3Writer
extends java.lang.Object
| Constructor | Description |
|---|---|
MavenXpp3Writer() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
setFileComment(java.lang.String fileComment) |
Method setFileComment.
|
void |
write(java.io.OutputStream stream,
Model model) |
Method write.
|
void |
write(java.io.Writer writer,
Model model) |
Method write.
|
public void setFileComment(java.lang.String fileComment)
fileComment - public void write(java.io.Writer writer,
Model model)
throws java.io.IOException
writer - model - java.io.IOExceptionpublic void write(java.io.OutputStream stream,
Model model)
throws java.io.IOException
stream - model - java.io.IOException