Class ProfilesXpp3Writer
java.lang.Object
org.apache.maven.profiles.io.xpp3.ProfilesXpp3Writer
Class ProfilesXpp3Writer.
- Version:
- $Revision$ $Date$
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFileComment
(String fileComment) Method setFileComment.void
write
(OutputStream stream, ProfilesRoot profilesRoot) Method write.void
write
(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.
-