|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.philemonworks.selfdiagnose.output.XMLReporter
public class XMLReporter
XMLReporter creates an XML document (String) with all the results of running SelfDiagnose. The document conforms to the selfdiagnose.xsd.
Constructor Summary | |
---|---|
XMLReporter()
|
Method Summary | |
---|---|
void |
beginXML()
|
void |
endXML()
|
String |
getContent()
Return the report contents |
String |
getContentType()
Return the Http Response content type |
void |
report(DiagnoseRun run)
Report a completed diagnose run |
void |
report(DiagnosticTaskResult result)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLReporter()
Method Detail |
---|
public String getContent()
DiagnoseRunReporter
getContent
in interface DiagnoseRunReporter
public String getContentType()
DiagnoseRunReporter
getContentType
in interface DiagnoseRunReporter
public void report(DiagnoseRun run)
DiagnoseRunReporter
report
in interface DiagnoseRunReporter
public void report(DiagnosticTaskResult result)
public void beginXML()
public void endXML()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |