Class MavenToolchainsStaxWriter

java.lang.Object
org.apache.maven.toolchain.v4.MavenToolchainsStaxWriter

@Generated public class MavenToolchainsStaxWriter extends Object
  • Constructor Details Link icon

    • MavenToolchainsStaxWriter Link icon

      public MavenToolchainsStaxWriter()
  • Method Details Link icon

    • setNamespace Link icon

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

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

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

      public void write(Writer writer, PersistedToolchains persistedToolchains) throws IOException, XMLStreamException
      Method write.
      Parameters:
      writer - a writer object
      persistedToolchains - a PersistedToolchains object
      Throws:
      IOException - IOException if any
      XMLStreamException
    • write Link icon

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