com.jumble.report
Class ReportWriter

java.lang.Object
  extended by com.jumble.report.ReportWriter

public class ReportWriter
extends Object


Constructor Summary
ReportWriter()
           
 
Method Summary
 JumbleRunReport read(InputStream report)
           
 JumbleRunReport read(String reportFolder)
           
 void write(JumbleRunReport jumbleRunReport, String folderPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportWriter

public ReportWriter()
Method Detail

write

public void write(JumbleRunReport jumbleRunReport,
                  String folderPath)

read

public JumbleRunReport read(String reportFolder)
                     throws Exception
Throws:
Exception

read

public JumbleRunReport read(InputStream report)
                     throws Exception
Throws:
Exception


Copyright © 2004-2012 Hudson. All Rights Reserved.