com.philemonworks.selfdiagnose.output
Class LoggingReporter

java.lang.Object
  extended by com.philemonworks.selfdiagnose.output.LoggingReporter
All Implemented Interfaces:
DiagnoseRunReporter

public class LoggingReporter
extends Object
implements DiagnoseRunReporter


Field Summary
 boolean passed
           
 
Constructor Summary
LoggingReporter()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

passed

public boolean passed
Constructor Detail

LoggingReporter

public LoggingReporter()
Method Detail

report

public void report(DiagnoseRun run)
Description copied from interface: DiagnoseRunReporter
Report a completed diagnose run

Specified by:
report in interface DiagnoseRunReporter

getContent

public String getContent()
Description copied from interface: DiagnoseRunReporter
Return the report contents

Specified by:
getContent in interface DiagnoseRunReporter

getContentType

public String getContentType()
Description copied from interface: DiagnoseRunReporter
Return the Http Response content type

Specified by:
getContentType in interface DiagnoseRunReporter


Copyright © 2012. All Rights Reserved.