Class MetadataStaxWriter

java.lang.Object
org.apache.maven.metadata.v4.MetadataStaxWriter

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

    • MetadataStaxWriter Link icon

      public MetadataStaxWriter()
  • 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, Metadata metadata) throws IOException, XMLStreamException
      Method write.
      Parameters:
      writer - a writer object
      metadata - a Metadata object
      Throws:
      IOException - IOException if any
      XMLStreamException
    • write Link icon

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