Class DumpErrorSingleton
java.lang.Object
org.apache.maven.surefire.api.booter.DumpErrorSingleton
Dumps lost commands and caused exceptions in forked JVM.
Fail-safe.
Fail-safe.
- Since:
- 2.20
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate File
createDumpFile
(File reportsDir, String dumpFileName) private File
createDumpStreamFile
(File reportsDir, String dumpFileName) dumpException
(Throwable t, String msg) dumpStreamException
(Throwable t, String msg) dumpStreamText
(String msg) static DumpErrorSingleton
void
-
Field Details
-
DUMP_FILE_EXT
- See Also:
-
DUMPSTREAM_FILE_EXT
- See Also:
-
SINGLETON
-
dumpFile
-
dumpStreamFile
-
binaryDumpStreamFile
-
-
Constructor Details
-
DumpErrorSingleton
private DumpErrorSingleton()
-
-
Method Details
-
getSingleton
-
init
-
dumpException
-
dumpException
-
dumpText
-
dumpStreamException
-
dumpStreamException
-
dumpStreamText
-
getCommandStreamBinaryFile
-
createDumpFile
-
createDumpStreamFile
-