|
Jacson | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JacsonReport | |
de.spieleck.app.jacson | |
de.spieleck.app.jacson.eval | Standard repository of JacsonEvaluator
subclasses. |
de.spieleck.app.jacson.eval.rhandler | |
de.spieleck.app.jacson.report | Standard repository of JacsonReport
subclasses. |
de.spieleck.app.jacson.util | Helper classes for the Jacson program. |
Uses of JacsonReport in de.spieleck.app.jacson |
Subinterfaces of JacsonReport in de.spieleck.app.jacson | |
interface |
JacsonPrintReport
A JacsonReport that writes to a PrintWriter. |
Methods in de.spieleck.app.jacson that return JacsonReport | |
protected JacsonReport |
PluginBase.getRegReport()
expose the registered Report |
static JacsonReport |
JacsonBlock.createReport(ConfigNode cfg,
java.lang.String reportClazz)
Helper clazz to create an report |
Methods in de.spieleck.app.jacson with parameters of type JacsonReport | |
void |
JacsonReporting.registerReport(JacsonReport report)
|
void |
PluginBase.registerReport(JacsonReport report)
|
void |
JacsonBlock.addReport(JacsonReport rep)
|
void |
JacsonBlock.registerReport(JacsonReport report)
|
static void |
JacsonBlock.registerReport(java.util.Iterator it,
JacsonReport report)
|
void |
JacsonPlainChunkSource.summary(JacsonReport fsr)
|
Uses of JacsonReport in de.spieleck.app.jacson.eval |
Methods in de.spieleck.app.jacson.eval with parameters of type JacsonReport | |
void |
RegExpEvaluator.registerReport(JacsonReport jr)
|
Uses of JacsonReport in de.spieleck.app.jacson.eval.rhandler |
Fields in de.spieleck.app.jacson.eval.rhandler declared as JacsonReport | |
protected JacsonReport |
HandlerBase.jr
Where my reports go to |
Methods in de.spieleck.app.jacson.eval.rhandler with parameters of type JacsonReport | |
void |
HandlerBase.registerReport(JacsonReport jr)
Register a report to be used later |
Uses of JacsonReport in de.spieleck.app.jacson.report |
Classes in de.spieleck.app.jacson.report that implement JacsonReport | |
class |
CascadableReport
An report which dispatches a message to all contained (possible multiple) reports and one "parent Report". |
class |
CSVReport
Report everything in a crude CSV (comma separated value) format. |
class |
Log4jReport
Feed the Jacson output events to log4j and whereever log4j puts it. |
class |
MailReport
Report which sends a mail. |
class |
MultiReport
An report which dispatches a message to all contained (possible multiple) reports. |
class |
PrintingReport
Report that prints out everything in the property file format. |
class |
TestReport
Report to test generated events against a reference file generated by PrintingReport. |
class |
ValuePrintingReport
This report only prints values of the structured data. |
class |
XMLReport
Light Report, that renders the output in a (nearly) correct XML. |
class |
XSLTReport
This is a really powerful report, considering the output as XML and applying a XSL-Transformation on it. |
Fields in de.spieleck.app.jacson.report declared as JacsonReport | |
protected JacsonReport |
CascadableReport.parentReport
Parent report in the cascade. |
Methods in de.spieleck.app.jacson.report with parameters of type JacsonReport | |
void |
CascadableReport.setSuperReport(JacsonReport parentReport)
Hook a "parent"-Report. |
void |
MultiReport.addReport(JacsonReport report)
Add another (completely initialized) report to the list |
Uses of JacsonReport in de.spieleck.app.jacson.util |
Methods in de.spieleck.app.jacson.util with parameters of type JacsonReport | |
void |
Accountor.summary(JacsonReport jr)
|
static void |
Accountor.reportCount(JacsonReport jr,
java.lang.String name,
java.lang.String value)
|
static void |
Accountor.reportCount(JacsonReport jr,
java.lang.String nameName,
java.lang.String name,
java.lang.String value)
|
|
Spieleck | ||||||||||
PREV NEXT | FRAMES NO FRAMES |