Class AutoTuneXmlWriter
- java.lang.Object
-
- io.ebeaninternal.server.autotune.service.AutoTuneXmlWriter
-
public class AutoTuneXmlWriter extends Object
Simple writer for output of the AutoTune Profiling as an XML document.
-
-
Constructor Summary
Constructors Constructor Description AutoTuneXmlWriter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Stringnow()Return 'now' as a string to second precision.voidwrite(Autotune profiling, File file)Write Profiling to a file as xml.voidwrite(Autotune document, String fileName, boolean withNow)Write the document as xml file with the given prefix.
-
-
-
Constructor Detail
-
AutoTuneXmlWriter
public AutoTuneXmlWriter()
-
-