public class RDFFileWriter extends AbstractRDFWriter implements RDFWriter
RDFFileWriter class.
| Constructor and Description |
|---|
RDFFileWriter(String filename)
Constructor for RDFFileWriter.
|
RDFFileWriter(String filename,
boolean skipIfExists)
Constructor for RDFFileWriter.
|
RDFFileWriter(String filename,
String filetype)
Constructor for RDFFileWriter.
|
RDFFileWriter(String filename,
String filetype,
boolean skipIfExists,
boolean createParentDirectories,
boolean overwrite)
Constructor for RDFFileWriter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef)
abstract class that writes a
QueryExecutionFactory to a destination |
writepublic RDFFileWriter(String filename)
Constructor for RDFFileWriter.
filename - a String object.public RDFFileWriter(String filename, boolean skipIfExists)
Constructor for RDFFileWriter.
filename - a String object.skipIfExists - a boolean.public void write(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef)
throws RDFWriterException
QueryExecutionFactory to a destinationwrite in interface RDFWriterqef - a QueryExecutionFactoryRDFWriterException - the triple writer exceptionCopyright © 2015. All rights reserved.