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, DefaultReporterFactory defaultReporterFactory) dumpException
(Throwable t, String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun) void
dumpException
(Throwable t, DefaultReporterFactory defaultReporterFactory) void
dumpText
(String msg, DefaultReporterFactory defaultReporterFactory) dumpText
(String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun) static InPluginProcessDumpSingleton
-
Method Details
-
getSingleton
-
dumpException
public File dumpException(Throwable t, String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun) -
dumpException
-
dumpException
-
dumpText
-
dumpText
-