public static class ReportData.ReportDataBuilder extends Object
| Constructor and Description |
|---|
ReportDataBuilder(String title) |
| Modifier and Type | Method and Description |
|---|---|
ReportData |
andContents(String contents) |
ReportData.ReportDataBuilder |
asEvidence() |
ReportData |
fromFile(Path source,
Charset encoding) |
ReportData |
fromPath(Path path) |
public ReportDataBuilder(String title)
public ReportData.ReportDataBuilder asEvidence()
public ReportData andContents(String contents)
public ReportData fromFile(Path source, Charset encoding) throws IOException
IOExceptionpublic ReportData fromPath(Path path) throws IOException
IOExceptionCopyright © 2023. All rights reserved.