de.smartics.exceptions.report
Class ReportBuilder
java.lang.Object
de.smartics.exceptions.report.AbstractBuilder
de.smartics.exceptions.report.ReportBuilder
-
@NotThreadSafe
public final class ReportBuilder
-
extends
AbstractBuilder
Builder of reports on smartics exception codes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static ReportBuilder create(ReportConfiguration configuration)
-
Factory method to create an instance of a report builder.
-
-
Parameters:
-
configuration
- the configuration to control the generation of the report.
-
Returns:
-
the configured report builder.
reportTo
public void reportTo(ExceptionCodesReport report)
throws de.smartics.util.lang.NullArgumentException
-
Runs the report process and writes to the given report.
-
-
Parameters:
-
report
- the report to write to.
-
Throws:
-
de.smartics.util.lang.NullArgumentException
- if
report
is
null
.
Copyright © 2007-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.