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.ReportDataBuilder |
asEvidence() |
ReportData |
fromFile(java.nio.file.Path source,
java.nio.charset.Charset encoding) |
ReportData |
fromPath(java.nio.file.Path path) |
public ReportData.ReportDataBuilder asEvidence()
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
public ReportData fromPath(java.nio.file.Path path) throws java.io.IOException
java.io.IOException