Package de.atextor.turtle.formatter
Class TurtleFormatter
java.lang.Object
de.atextor.turtle.formatter.TurtleFormatter
- All Implemented Interfaces:
BiConsumer<org.apache.jena.rdf.model.Model,,OutputStream> Function<org.apache.jena.rdf.model.Model,String>
public class TurtleFormatter
extends Object
implements Function<org.apache.jena.rdf.model.Model,String>, BiConsumer<org.apache.jena.rdf.model.Model,OutputStream>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(org.apache.jena.rdf.model.Model model, OutputStream outputStream) apply(org.apache.jena.rdf.model.Model model) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Field Details
-
OUTPUT_ERROR_MESSAGE
- See Also:
-
DEFAULT_EMPTY_BASE
- See Also:
-
-
Constructor Details
-
TurtleFormatter
-
-
Method Details
-
apply
-
accept
- Specified by:
acceptin interfaceBiConsumer<org.apache.jena.rdf.model.Model,OutputStream>
-