Class ArtifactsIO.Writer35M7

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.equinox.internal.p2.persistence.XMLWriter

        org.eclipse.equinox.internal.p2.persistence.XMLWriter.AttributeAfterNestedContentError, org.eclipse.equinox.internal.p2.persistence.XMLWriter.EndWithoutStartError, org.eclipse.equinox.internal.p2.persistence.XMLWriter.ProcessingInstruction
    • Constructor Summary

      Constructors 
      Constructor Description
      Writer35M7​(java.io.OutputStream output)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(java.util.Set<? extends org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors)  
      • Methods inherited from class org.eclipse.equinox.internal.p2.persistence.XMLWriter

        attribute, attribute, attribute, attribute, attributeImage, attributeOptional, cdata, cdata, end, end, escape, flush, start, writeProperties, writeProperties, writeProperty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Writer35M7

        public Writer35M7​(java.io.OutputStream output)
                   throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • write

        public void write​(java.util.Set<? extends org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors)