Class GitXpp3Writer
java.lang.Object
org.apache.maven.scm.providers.gitlib.settings.io.xpp3.GitXpp3Writer
Class GitXpp3Writer.
- Version:
 - $Revision$ $Date$
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetFileComment(String fileComment) Method setFileComment.voidwrite(OutputStream stream, Settings settings) Method write.voidMethod write. 
- 
Constructor Details
- 
GitXpp3Writer
public GitXpp3Writer() 
 - 
 - 
Method Details
- 
setFileComment
Method setFileComment.- Parameters:
 fileComment- a fileComment object.
 - 
write
Method write.- Parameters:
 writer- a writer object.settings- a settings object.- Throws:
 IOException- java.io.IOException if any.
 - 
write
Method write.- Parameters:
 stream- a stream object.settings- a settings object.- Throws:
 IOException- java.io.IOException if any.
 
 -