Package org.apache.maven.model.io.xpp3
Class MavenXpp3Writer
java.lang.Object
org.apache.maven.model.io.xpp3.MavenXpp3Writer
- Direct Known Subclasses:
 MavenXpp3WriterEx
Deprecated.
Use MavenStaxWriter instead
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionDeprecated.protectedMavenXpp3Writer(boolean addLocationInformation) Deprecated. - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetFileComment(String fileComment) Deprecated.Method setFileComment.voidsetStringFormatter(InputLocation.StringFormatter stringFormatter) Deprecated.Method setStringFormatter.voidwrite(OutputStream stream, Model model) Deprecated.Method write.voidDeprecated.Method write. 
- 
Constructor Details
- 
MavenXpp3Writer
public MavenXpp3Writer()Deprecated. - 
MavenXpp3Writer
protected MavenXpp3Writer(boolean addLocationInformation) Deprecated. 
 - 
 - 
Method Details
- 
setFileComment
Deprecated.Method setFileComment.- Parameters:
 fileComment- a fileComment object.
 - 
setStringFormatter
Deprecated.Method setStringFormatter.- Parameters:
 stringFormatter-
 - 
write
Deprecated.Method write.- Parameters:
 writer- a writer object.model- a model object.- Throws:
 IOException- java.io.IOException if any.
 - 
write
Deprecated.Method write.- Parameters:
 stream- a stream object.model- a model object.- Throws:
 IOException- java.io.IOException if any.
 
 -