Package org.apache.maven.model.io.xpp3
Class MavenXpp3WriterEx
java.lang.Object
org.apache.maven.model.io.xpp3.MavenXpp3WriterEx
Class MavenXpp3WriterEx.
- Version:
- $Revision$ $Date$
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetFileComment(String fileComment) Method setFileComment.voidsetStringFormatter(InputLocation.StringFormatter stringFormatter) Method setStringFormatter.protected StringtoString(InputLocation location) Method toString.voidwrite(OutputStream stream, Model model) Method write.voidMethod write.protected voidwriteXpp3DomToSerializer(org.codehaus.plexus.util.xml.Xpp3Dom dom, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeXpp3DomToSerializer.
- 
Field Details- 
stringFormatterField stringFormatter.
 
- 
- 
Constructor Details- 
MavenXpp3WriterExpublic MavenXpp3WriterEx()
 
- 
- 
Method Details- 
setFileCommentMethod setFileComment.- Parameters:
- fileComment- a fileComment object.
 
- 
setStringFormatterMethod setStringFormatter.- Parameters:
- stringFormatter- a stringFormatter object.
 
- 
toStringMethod toString.- Parameters:
- location- a location object.
- Returns:
- String
 
- 
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.
 
- 
writeXpp3DomToSerializerprotected void writeXpp3DomToSerializer(org.codehaus.plexus.util.xml.Xpp3Dom dom, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws IOException Method writeXpp3DomToSerializer.- Parameters:
- dom- a dom object.
- serializer- a serializer object.
- Throws:
- IOException- java.io.IOException if any.
 
 
-