com.philemonworks.selfdiagnose.output
Interface DiagnoseRunReporter

All Known Implementing Classes:
HTMLReporter, LoggingReporter, XMLReporter

public interface DiagnoseRunReporter


Method Summary
 String getContent()
          Return the report contents
 String getContentType()
          Return the Http Response content type
 void report(DiagnoseRun run)
          Report a completed diagnose run
 

Method Detail

report

void report(DiagnoseRun run)
Report a completed diagnose run


getContent

String getContent()
Return the report contents


getContentType

String getContentType()
Return the Http Response content type



Copyright © 2012. All Rights Reserved.