Class InPluginProcessDumpSingleton
java.lang.Object
org.apache.maven.plugin.surefire.booterclient.output.InPluginProcessDumpSingleton
Reports errors to dump file.
Used only within java process of the plugin itself and not the forked JVM.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddumpException(Throwable t, String msg, File reportsDirectory) voiddumpException(Throwable t, String msg, File reportsDirectory, int jvmRun) voiddumpStreamException(Throwable t, String msg, File reportsDirectory) dumpStreamException(Throwable t, String msg, File reportsDirectory, int jvmRun) voiddumpStreamText(String msg, File reportsDirectory) dumpStreamText(String msg, File reportsDirectory, int jvmRun) getEventStreamBinaryFile(File reportsDirectory, int jvmRun) static InPluginProcessDumpSingleton
-
Method Details
-
getSingleton
-
dumpStreamException
-
dumpStreamException
-
dumpStreamText
-
dumpStreamText
-
dumpException
-
dumpException
-
getEventStreamBinaryFile
-