public class RDFFileWriter extends RDFWriter
| Constructor and Description |
|---|
RDFFileWriter(String filename) |
RDFFileWriter(String filename,
boolean skipIfExists) |
RDFFileWriter(String filename,
String filetype) |
RDFFileWriter(String filename,
String filetype,
boolean skipIfExists,
boolean createParentDirectories,
boolean overwrite) |
| 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 |
public RDFFileWriter(String filename)
public RDFFileWriter(String filename, boolean skipIfExists)
public void write(org.aksw.jena_sparql_api.core.QueryExecutionFactory qef)
throws TripleWriterException
RDFWriterQueryExecutionFactory to a destinationwrite in class RDFWriterqef - a QueryExecutionFactoryTripleWriterException - the triple writer exceptionCopyright © 2014. All rights reserved.