Class EclipseRunConfigurationWriter

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class EclipseRunConfigurationWriter
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Detail

      • EclipseRunConfigurationWriter

        public EclipseRunConfigurationWriter​(java.nio.file.Path target)
                                      throws java.io.IOException,
                                             javax.xml.stream.XMLStreamException
        Throws:
        java.io.IOException
        javax.xml.stream.XMLStreamException
    • Method Detail

      • write

        public void write​(RunConfiguration run)
                   throws javax.xml.stream.XMLStreamException
        Throws:
        javax.xml.stream.XMLStreamException
      • close

        public void close()
                   throws java.io.IOException,
                          javax.xml.stream.XMLStreamException
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.io.IOException
        javax.xml.stream.XMLStreamException