|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.report.ReportBuilder
@NotThreadSafe public final class ReportBuilder
Builder of reports on smartics properties.
Method Summary | |
---|---|
static ReportBuilder |
create(ReportConfiguration configuration) Factory method to create an instance of a report builder. |
ReportConfiguration |
getConfiguration() Returns the configuration to control the generation of the report. |
void |
reportTo(PropertyReport report) Runs the report process and writes to the given report. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ReportBuilder create(ReportConfiguration configuration)
configuration
- the configuration to control the generation of the report.
public ReportConfiguration getConfiguration()
public void reportTo(PropertyReport report) throws de.smartics.util.lang.NullArgumentException
report
- the report to write to.
de.smartics.util.lang.NullArgumentException
- if
report
is
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |