public static class ReportData.ReportDataBuilder
extends java.lang.Object
| Constructor and Description |
|---|
ReportDataBuilder(java.lang.String title) |
| Modifier and Type | Method and Description |
|---|---|
ReportData |
andContents(java.lang.String contents) |
ReportData |
fromFile(java.nio.file.Path source,
java.nio.charset.Charset encoding) |
public ReportData andContents(java.lang.String contents)
public ReportData fromFile(java.nio.file.Path source, java.nio.charset.Charset encoding) throws java.io.IOException
java.io.IOException