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 TypeMethodDescriptionvoid
dumpException
(Throwable t, String msg, File reportsDirectory) void
dumpException
(Throwable t, String msg, File reportsDirectory, int jvmRun) void
dumpStreamException
(Throwable t, String msg, File reportsDirectory) dumpStreamException
(Throwable t, String msg, File reportsDirectory, int jvmRun) void
dumpStreamText
(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
-