Class LifecycleMappingsXpp3Writer
java.lang.Object
org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetFileComment(String fileComment) Method setFileComment.voidwrite(OutputStream stream, LifecycleConfiguration lifecycleConfiguration) Method write.voidwrite(Writer writer, LifecycleConfiguration lifecycleConfiguration) Method write.protected voidwriteDomToSerializer(org.apache.maven.api.xml.XmlNode dom, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeDomToSerializer.
- 
Constructor Details- 
LifecycleMappingsXpp3Writerpublic LifecycleMappingsXpp3Writer()
 
- 
- 
Method Details- 
setFileCommentMethod setFileComment.- Parameters:
- fileComment- a fileComment object.
 
- 
writeMethod write.- Parameters:
- writer- a writer object
- lifecycleConfiguration- a LifecycleConfiguration object
- Throws:
- IOException- java.io.IOException if any
 
- 
writepublic void write(OutputStream stream, LifecycleConfiguration lifecycleConfiguration) throws IOException Method write.- Parameters:
- stream- a stream object
- lifecycleConfiguration- a LifecycleConfiguration object
- Throws:
- IOException- java.io.IOException if any
 
- 
writeDomToSerializerprotected void writeDomToSerializer(org.apache.maven.api.xml.XmlNode dom, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws IOException Method writeDomToSerializer.- Parameters:
- dom- a dom object.
- serializer- a serializer object.
- Throws:
- IOException- java.io.IOException if any.
 
 
-