Class ValidationReport.Builder

java.lang.Object
org.apache.jena.shacl.ValidationReport.Builder
Enclosing class:
ValidationReport

public static class ValidationReport.Builder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addPrefixes(org.apache.jena.shared.PrefixMapping pmap)
     
    void
    addReportEntry(String message, org.apache.jena.shacl.parser.Shape shape, org.apache.jena.graph.Node focusNode, org.apache.jena.sparql.path.Path path, org.apache.jena.graph.Node valueNode, org.apache.jena.shacl.parser.Constraint constraint)
     
    void
     
    void
    addReportEntry(ReportItem item, org.apache.jena.shacl.parser.Shape shape, org.apache.jena.graph.Node focusNode, org.apache.jena.sparql.path.Path path, org.apache.jena.shacl.parser.Constraint constraint)
     
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • addPrefixes

      public void addPrefixes(org.apache.jena.shared.PrefixMapping pmap)
    • addReportEntry

      public void addReportEntry(ReportItem item, org.apache.jena.shacl.parser.Shape shape, org.apache.jena.graph.Node focusNode, org.apache.jena.sparql.path.Path path, org.apache.jena.shacl.parser.Constraint constraint)
    • addReportEntry

      public void addReportEntry(String message, org.apache.jena.shacl.parser.Shape shape, org.apache.jena.graph.Node focusNode, org.apache.jena.sparql.path.Path path, org.apache.jena.graph.Node valueNode, org.apache.jena.shacl.parser.Constraint constraint)
    • addReportEntry

      public void addReportEntry(ReportEntry e)
    • build

      public ValidationReport build()