|
Jacson | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.spieleck.app.jacson.report.PrintingReport de.spieleck.app.jacson.report.CSVReport
Report everything in a crude CSV (comma separated value) format. You can load it into M$-Excel and see that you aint gonna se much.
Field Summary |
Fields inherited from class de.spieleck.app.jacson.report.PrintingReport |
begins, FILENAME_NODE, pw |
Constructor Summary | |
CSVReport()
|
Method Summary | |
void |
begin(java.lang.String id)
Begin a subsection within report |
void |
end()
Close a subsection within a report |
void |
finish(boolean close)
Finish and optionally close the underlying resources |
void |
report(java.lang.String localName,
java.lang.String value)
Report a single name value pair within a report |
Methods inherited from class de.spieleck.app.jacson.report.PrintingReport |
accept, finish, getPrintWriter, getRegState, init, registerState, setOutputStream, setPrintWriter, useFilename, useFilename |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CSVReport()
Method Detail |
public void begin(java.lang.String id)
JacsonReport
begin
in interface JacsonReport
begin
in class PrintingReport
public void report(java.lang.String localName, java.lang.String value)
JacsonReport
report
in interface JacsonReport
report
in class PrintingReport
public void end()
JacsonReport
end
in interface JacsonReport
end
in class PrintingReport
public void finish(boolean close)
JacsonReport
finish
in interface JacsonReport
finish
in class PrintingReport
|
Spieleck | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |