Class ProfilesXpp3Writer
java.lang.Object
org.apache.maven.profiles.io.xpp3.ProfilesXpp3Writer
Class ProfilesXpp3Writer.
- Version:
 - $Revision$ $Date$
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetFileComment(String fileComment) Method setFileComment.voidwrite(OutputStream stream, ProfilesRoot profilesRoot) Method write.voidwrite(Writer writer, ProfilesRoot profilesRoot) Method write. 
- 
Constructor Details
- 
ProfilesXpp3Writer
public ProfilesXpp3Writer() 
 - 
 - 
Method Details
- 
setFileComment
Method setFileComment.- Parameters:
 fileComment- a fileComment object.
 - 
write
Method write.- Parameters:
 writer- a writer object.profilesRoot- a profilesRoot object.- Throws:
 IOException- java.io.IOException if any.
 - 
write
Method write.- Parameters:
 stream- a stream object.profilesRoot- a profilesRoot object.- Throws:
 IOException- java.io.IOException if any.
 
 -