Class CoreExtensionsStaxWriter

java.lang.Object
org.apache.maven.cli.internal.extension.io.CoreExtensionsStaxWriter

@Generated public class CoreExtensionsStaxWriter extends Object
  • Constructor Details

    • CoreExtensionsStaxWriter

      public CoreExtensionsStaxWriter()
  • Method Details

    • setNamespace

      public void setNamespace(String namespace)
      Method setNamespace.
      Parameters:
      namespace - the namespace to use.
    • setSchemaLocation

      public void setSchemaLocation(String schemaLocation)
      Method setSchemaLocation.
      Parameters:
      schemaLocation - the schema location to use.
    • setFileComment

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

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

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