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, DefaultReporterFactory defaultReporterFactory) dumpException(Throwable t, String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun) voiddumpException(Throwable t, DefaultReporterFactory defaultReporterFactory) voiddumpText(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
-