Class AutoTuneXmlWriter


  • public class AutoTuneXmlWriter
    extends Object
    Simple writer for output of the AutoTune Profiling as an XML document.
    • Method Detail

      • now

        public static String now()
        Return 'now' as a string to second precision.
      • write

        public void write​(Autotune document,
                          String fileName,
                          boolean withNow)
        Write the document as xml file with the given prefix.
      • write

        public void write​(Autotune profiling,
                          File file)
        Write Profiling to a file as xml.