Class CoreExtensionsXpp3Writer

java.lang.Object
org.apache.maven.cli.internal.extension.model.io.xpp3.CoreExtensionsXpp3Writer

@Deprecated public class CoreExtensionsXpp3Writer extends Object
Deprecated.
use org.apache.maven.cling.internal.extension.io.CoreExtensionsStaxWriter
Class CoreExtensionsXpp3Writer.
  • Constructor Details

    • CoreExtensionsXpp3Writer

      public CoreExtensionsXpp3Writer()
      Deprecated.
  • Method Details

    • setFileComment

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

      public void write(Writer writer, CoreExtensions coreExtensions) throws IOException
      Deprecated.
      Method write.
      Parameters:
      writer - a writer object.
      coreExtensions - a coreExtensions object.
      Throws:
      IOException - IOException if any.
    • write

      public void write(OutputStream stream, CoreExtensions coreExtensions) throws IOException
      Deprecated.
      Method write.
      Parameters:
      stream - a stream object.
      coreExtensions - a coreExtensions object.
      Throws:
      IOException - IOException if any.