Class ProfilesXpp3Writer

java.lang.Object
org.apache.maven.profiles.io.xpp3.ProfilesXpp3Writer

public class ProfilesXpp3Writer extends Object
Class ProfilesXpp3Writer.
Version:
$Revision$ $Date$
  • Constructor Details

    • ProfilesXpp3Writer

      public ProfilesXpp3Writer()
  • Method Details

    • setFileComment

      public void setFileComment(String fileComment)
      Method setFileComment.
      Parameters:
      fileComment - a fileComment object.
    • write

      public void write(Writer writer, ProfilesRoot profilesRoot) throws IOException
      Method write.
      Parameters:
      writer - a writer object.
      profilesRoot - a profilesRoot object.
      Throws:
      IOException - java.io.IOException if any.
    • write

      public void write(OutputStream stream, ProfilesRoot profilesRoot) throws IOException
      Method write.
      Parameters:
      stream - a stream object.
      profilesRoot - a profilesRoot object.
      Throws:
      IOException - java.io.IOException if any.