|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiagnoseRunReporter | |
---|---|
com.philemonworks.selfdiagnose | |
com.philemonworks.selfdiagnose.output |
Uses of DiagnoseRunReporter in com.philemonworks.selfdiagnose |
---|
Methods in com.philemonworks.selfdiagnose that return DiagnoseRunReporter | |
---|---|
DiagnoseRunReporter |
SelfDiagnoseServlet.getReporter(String format)
|
Methods in com.philemonworks.selfdiagnose with parameters of type DiagnoseRunReporter | |
---|---|
static DiagnoseRun |
SelfDiagnose.runTasks(DiagnoseRunReporter reporter)
Basic method to run all registered tasks. |
static DiagnoseRun |
SelfDiagnose.runTasks(DiagnoseRunReporter reporter,
ExecutionContext ctx)
Basic method to run all registered tasks. |
static DiagnoseRun |
SelfDiagnose.runTasks(List<DiagnosticTask> taskList,
DiagnoseRunReporter reporter,
ExecutionContext ctx)
Basic method to the tasks provided |
Uses of DiagnoseRunReporter in com.philemonworks.selfdiagnose.output |
---|
Classes in com.philemonworks.selfdiagnose.output that implement DiagnoseRunReporter | |
---|---|
class |
HTMLReporter
HTMLReporter is to produce an HTML report for a DiagnoseRun. |
class |
LoggingReporter
|
class |
XMLReporter
XMLReporter creates an XML document (String) with all the results of running SelfDiagnose. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |