|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jmd.report.impl.XMLReporter
public class XMLReporter
Constructor Summary | |
---|---|
protected |
XMLReporter()
this has to be instantiated through the ReporterFactory. |
Method Summary | |
---|---|
java.lang.StringBuffer |
getReportAsXML(IReport report)
Returns the XML representation of a report. |
void |
report(IReport report)
Generates the XML representation of the given report and writes it to the file configured with "MoDi.XMLReportFile.Name". |
void |
setFilename(java.lang.String file)
setting the filename will store the report at this location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected XMLReporter()
Method Detail |
---|
public void setFilename(java.lang.String file)
file
- public void report(IReport report)
report
in interface IReporter
de.dlr.sistec.modi.evaluation.IReporter#report()
public java.lang.StringBuffer getReportAsXML(IReport report)
report
- An IReport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |