Class LifecycleMappingsXpp3Writer

java.lang.Object
org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer

@Generated public class LifecycleMappingsXpp3Writer extends Object
  • Constructor Details

    • LifecycleMappingsXpp3Writer

      public LifecycleMappingsXpp3Writer()
  • Method Details

    • setFileComment

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

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

      public 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.
    • writeDomToSerializer

      protected void writeDomToSerializer(Dom dom, XmlSerializer serializer) throws IOException
      Method writeDomToSerializer.
      Parameters:
      dom - a dom object.
      serializer - a serializer object.
      Throws:
      IOException - java.io.IOException if any.