public final class InPluginProcessDumpSingleton extends Object
Modifier and Type | Method and Description |
---|---|
void |
dumpException(Throwable t,
DefaultReporterFactory defaultReporterFactory) |
void |
dumpException(Throwable t,
String msg,
DefaultReporterFactory defaultReporterFactory) |
File |
dumpException(Throwable t,
String msg,
DefaultReporterFactory defaultReporterFactory,
int jvmRun) |
void |
dumpText(String msg,
DefaultReporterFactory defaultReporterFactory) |
File |
dumpText(String msg,
DefaultReporterFactory defaultReporterFactory,
int jvmRun) |
static InPluginProcessDumpSingleton |
getSingleton() |
public static InPluginProcessDumpSingleton getSingleton()
public File dumpException(Throwable t, String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun)
public void dumpException(Throwable t, String msg, DefaultReporterFactory defaultReporterFactory)
public void dumpException(Throwable t, DefaultReporterFactory defaultReporterFactory)
public File dumpText(String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun)
public void dumpText(String msg, DefaultReporterFactory defaultReporterFactory)
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.