Version: 1.1.1

org.biomoby.registry.rdfagent.util
Class Report

java.lang.Object
  extended by org.biomoby.registry.rdfagent.util.Report

public class Report
extends Object

Author:
Eddie Kawas

Constructor Summary
Report(String administrator, String email, String registry, boolean removed)
          Constructor
 
Method Summary
 void addToReport(String string)
           
 String getReport()
           
 boolean saveReport(String directory, String filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Report

public Report(String administrator,
              String email,
              String registry,
              boolean removed)
Constructor

Method Detail

addToReport

public void addToReport(String string)
Parameters:
string - the string to add to the report. Each string added will have a newline appended to it.

getReport

public String getReport()
Returns:
a string representing the the report

saveReport

public boolean saveReport(String directory,
                          String filename)
Parameters:
directory - the directory to save the report to
filename - the file to save the report to
Returns:
true if the report was saved, false otherwise

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010