Package com.complexible.common.rdf.rio
Class RDFStreamBuilder
java.lang.Object
com.complexible.common.rdf.rio.RDFStreamBuilder
- Since:
- 2.0
- Version:
- 6.0
- Author:
- Evren Sirin
-
Method Summary
Modifier and TypeMethodDescriptionbuild()ignoreFileErrors(boolean theIgnoreFileErrors) voidparse(RDFHandler theHandler) Parses all the streams with the given handler.<T extends Collection<Statement>>
TparseInto(T theCollection) Parses the contents of all the streams into the given collection.reporter(PrintStream theReporter) setCancellationPoint(CancellationPoint theCancellationPoint)
-
Method Details
-
format
-
config
-
context
-
contexts
-
reporter
-
ignoreFileErrors
-
setCancellationPoint
-
parse
Parses all the streams with the given handler.- Throws:
InvalidRDFRDFHandlerExceptionIOException
-
parseInto
public <T extends Collection<Statement>> T parseInto(T theCollection) throws InvalidRDF, RDFHandlerException, IOException Parses the contents of all the streams into the given collection.- Throws:
InvalidRDFRDFHandlerExceptionIOException
-
build
-