- java.lang.Object
-
- org.apache.jena.shex.ShexReport.Builder
-
- Enclosing class:
- ShexReport
public static class ShexReport.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPrefixes(PrefixMapping pmap)voidaddReportItem(ReportItem e)ShexReportbuild()java.util.List<ReportItem>getItems()java.util.List<ShexRecord>getReports()booleanhasEntries()booleanhasReports()voidshexReport(ShexRecord entry)voidshexReport(ShexRecord entry, Node focusNode, ShexStatus result, java.lang.String reason)Create a new report line item from an exists (shex map) entry and add it to the reports
-
-
-
Method Detail
-
addPrefixes
public void addPrefixes(PrefixMapping pmap)
-
hasEntries
public boolean hasEntries()
-
hasReports
public boolean hasReports()
-
getItems
public java.util.List<ReportItem> getItems()
-
getReports
public java.util.List<ShexRecord> getReports()
-
addReportItem
public void addReportItem(ReportItem e)
-
shexReport
public void shexReport(ShexRecord entry, Node focusNode, ShexStatus result, java.lang.String reason)
Create a new report line item from an exists (shex map) entry and add it to the reports
-
shexReport
public void shexReport(ShexRecord entry)
-
build
public ShexReport build()
-
-