public final class InPluginProcessDumpSingleton
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
creationDate |
private static InPluginProcessDumpSingleton |
SINGLETON |
Modifier | Constructor and Description |
---|---|
private |
InPluginProcessDumpSingleton() |
Modifier and Type | Method and Description |
---|---|
void |
dumpException(java.lang.Throwable t,
DefaultReporterFactory defaultReporterFactory) |
void |
dumpException(java.lang.Throwable t,
java.lang.String msg,
DefaultReporterFactory defaultReporterFactory) |
java.io.File |
dumpException(java.lang.Throwable t,
java.lang.String msg,
DefaultReporterFactory defaultReporterFactory,
int jvmRun) |
void |
dumpText(java.lang.String msg,
DefaultReporterFactory defaultReporterFactory) |
java.io.File |
dumpText(java.lang.String msg,
DefaultReporterFactory defaultReporterFactory,
int jvmRun) |
static InPluginProcessDumpSingleton |
getSingleton() |
private java.io.File |
newDumpFile(DefaultReporterFactory defaultReporterFactory) |
private static java.io.File |
newDumpFile(DefaultReporterFactory defaultReporterFactory,
int jvmRun) |
private static final InPluginProcessDumpSingleton SINGLETON
private final java.lang.String creationDate
public static InPluginProcessDumpSingleton getSingleton()
public java.io.File dumpException(java.lang.Throwable t, java.lang.String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun)
public void dumpException(java.lang.Throwable t, java.lang.String msg, DefaultReporterFactory defaultReporterFactory)
public void dumpException(java.lang.Throwable t, DefaultReporterFactory defaultReporterFactory)
public java.io.File dumpText(java.lang.String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun)
public void dumpText(java.lang.String msg, DefaultReporterFactory defaultReporterFactory)
private java.io.File newDumpFile(DefaultReporterFactory defaultReporterFactory)
private static java.io.File newDumpFile(DefaultReporterFactory defaultReporterFactory, int jvmRun)