Uses of Class
org.eclipse.rdf4j.sail.shacl.ShaclValidator.BuilderWithShapes
Packages that use ShaclValidator.BuilderWithShapes
-
Uses of ShaclValidator.BuilderWithShapes in org.eclipse.rdf4j.sail.shacl
Subclasses with type arguments of type ShaclValidator.BuilderWithShapes in org.eclipse.rdf4j.sail.shaclMethods in org.eclipse.rdf4j.sail.shacl that return ShaclValidator.BuilderWithShapesModifier and TypeMethodDescriptionShaclValidator.BuilderWithShapes.clone()Create a builder seeded from an existingShaclSail.ShaclValidator.Builder.withShapes(File shapesFile) Load SHACL shapes from a file using an auto-detected RDF format.ShaclValidator.Builder.withShapes(File shapesFile, String baseURI) Load SHACL shapes from a file using an auto-detected RDF format.ShaclValidator.Builder.withShapes(File shapesFile, String baseURI, RDFFormat format) Load SHACL shapes from a file using the supplied base URI and RDF format.ShaclValidator.Builder.withShapes(File shapesFile, RDFFormat format) Load SHACL shapes from a file using the supplied RDF format.ShaclValidator.Builder.withShapes(InputStream shapesInputStream, String baseURI) Load SHACL shapes from an input stream using an auto-detected RDF format.ShaclValidator.Builder.withShapes(InputStream shapesInputStream, String baseURI, RDFFormat format) Load SHACL shapes from an input stream using the supplied base URI and RDF format.ShaclValidator.Builder.withShapes(InputStream shapesInputStream, RDFFormat format) Load SHACL shapes from an input stream using the supplied RDF format.ShaclValidator.Builder.withShapes(String shapes, String baseURI) Load SHACL shapes from RDF content in a string using an auto-detected RDF format.ShaclValidator.Builder.withShapes(String shapes, String baseURI, RDFFormat format) Load SHACL shapes from RDF content in a string using the supplied base URI and RDF format.ShaclValidator.Builder.withShapes(String shapes, RDFFormat format) Load SHACL shapes from RDF content in a string using the supplied RDF format.ShaclValidator.Builder.withShapes(URL shapesUrl) Load SHACL shapes from a URL using an auto-detected RDF format.ShaclValidator.Builder.withShapes(URL shapesUrl, String baseURI) Load SHACL shapes from a URL using an auto-detected RDF format.ShaclValidator.Builder.withShapes(URL shapesUrl, String baseURI, RDFFormat format) Load SHACL shapes from a URL using the supplied base URI and RDF format.ShaclValidator.Builder.withShapes(URL shapesUrl, RDFFormat format) Load SHACL shapes from a URL using the supplied RDF format.ShaclValidator.Builder.withShapes(Path shapesPath) Load SHACL shapes from a path using an auto-detected RDF format.ShaclValidator.Builder.withShapes(Path shapesPath, String baseURI) Load SHACL shapes from a path using an auto-detected RDF format.ShaclValidator.Builder.withShapes(Path shapesPath, String baseURI, RDFFormat format) Load SHACL shapes from a path using the supplied base URI and RDF format.ShaclValidator.Builder.withShapes(Path shapesPath, RDFFormat format) Load SHACL shapes from a path using the supplied RDF format.ShaclValidator.Builder.withShapes(Sail shapes) Use the supplied SHACL shapes sail for validation.Constructors in org.eclipse.rdf4j.sail.shacl with parameters of type ShaclValidator.BuilderWithShapesModifierConstructorDescriptionValidatorWithShapes(ShaclValidator.BuilderWithShapes builderWithShapes) Create a validator that uses the supplied builder configuration.