Class AutoTuneXmlReader
- java.lang.Object
-
- io.ebeaninternal.server.autotune.service.AutoTuneXmlReader
-
public class AutoTuneXmlReader extends Object
Reads a profiling xml document.
-
-
Constructor Summary
Constructors Constructor Description AutoTuneXmlReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Autotuneread(File file)Read and return a Profiling from an xml file.static Autotuneread(InputStream is)Read and return a Profiling from an xml document.
-
-
-
Constructor Detail
-
AutoTuneXmlReader
public AutoTuneXmlReader()
-
-