org.biomoby.registry.rdfagent.util
Class Report
java.lang.Object
org.biomoby.registry.rdfagent.util.Report
public class Report
- extends Object
- Author:
- Eddie Kawas
Report
public Report(String administrator,
String email,
String registry,
boolean removed)
- Constructor
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 tofilename
- the file to save the report to
- Returns:
- true if the report was saved, false otherwise
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010