Class InPluginProcessDumpSingleton
- java.lang.Object
-
- org.apache.maven.plugin.surefire.booterclient.output.InPluginProcessDumpSingleton
-
public final class InPluginProcessDumpSingleton extends java.lang.ObjectReports errors to dump file. Used only within java process of the plugin itself and not the forked JVM.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddumpException(java.lang.Throwable t, java.lang.String msg, DefaultReporterFactory defaultReporterFactory)java.io.FiledumpException(java.lang.Throwable t, java.lang.String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun)voiddumpException(java.lang.Throwable t, DefaultReporterFactory defaultReporterFactory)voiddumpText(java.lang.String msg, DefaultReporterFactory defaultReporterFactory)java.io.FiledumpText(java.lang.String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun)static InPluginProcessDumpSingletongetSingleton()
-
-
-
Method Detail
-
getSingleton
public static InPluginProcessDumpSingleton getSingleton()
-
dumpException
public java.io.File dumpException(java.lang.Throwable t, java.lang.String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun)
-
dumpException
public void dumpException(java.lang.Throwable t, java.lang.String msg, DefaultReporterFactory defaultReporterFactory)
-
dumpException
public void dumpException(java.lang.Throwable t, DefaultReporterFactory defaultReporterFactory)
-
dumpText
public java.io.File dumpText(java.lang.String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun)
-
dumpText
public void dumpText(java.lang.String msg, DefaultReporterFactory defaultReporterFactory)
-
-