Package org.apache.maven.model.io.xpp3
Class MavenXpp3WriterEx
java.lang.Object
org.apache.maven.model.io.xpp3.MavenXpp3WriterEx
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetFileComment(String fileComment) Method setFileComment.voidsetStringFormatter(InputLocation.StringFormatter stringFormatter) Method setStringFormatter.voidwrite(OutputStream stream, Model model) Method write.voidMethod write.
- 
Field Details- 
stringFormatterField stringFormatter.
 
- 
- 
Constructor Details- 
MavenXpp3WriterExpublic MavenXpp3WriterEx()
 
- 
- 
Method Details- 
setFileCommentMethod setFileComment.- Parameters:
- fileComment- a fileComment object.
 
- 
setStringFormatterMethod setStringFormatter.- Parameters:
- stringFormatter-
 
- 
writeMethod write.- Parameters:
- writer- a writer object.
- model- a model object.
- Throws:
- IOException- java.io.IOException if any.
 
- 
writeMethod write.- Parameters:
- stream- a stream object.
- model- a model object.
- Throws:
- IOException- java.io.IOException if any.
 
 
-