at.newmedialab.ldpath.backend.file
Class FileBackend
java.lang.Object
at.newmedialab.ldpath.backend.sesame.AbstractSesameBackend
at.newmedialab.ldpath.backend.sesame.SesameRepositoryBackend
at.newmedialab.ldpath.backend.file.FileBackend
- All Implemented Interfaces:
- at.newmedialab.ldpath.api.backend.RDFBackend<org.openrdf.model.Value>
public class FileBackend
- extends SesameRepositoryBackend
Add file description here!
Author: Sebastian Schaffert
| Methods inherited from class at.newmedialab.ldpath.backend.sesame.AbstractSesameBackend |
booleanValue, createLiteralInternal, createLiteralInternal, createURIInternal, dateTimeValue, dateValue, debugType, decimalValue, doubleValue, floatValue, getLiteralLanguage, getLiteralType, getThreadPool, integerValue, intValue, isBlank, isLiteral, isURI, listObjectsInternal, listSubjectsInternal, longValue, stringValue, supportsThreading, timeValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileBackend
public FileBackend(File file)
FileBackend
public FileBackend(File file,
String mimetype)
FileBackend
public FileBackend(String fileName)
- Initialise a new sesame backend. Repository needs to be set using setRepository.
FileBackend
public FileBackend(String fileName,
String mimetype)
FileBackend
public FileBackend(URL url)
FileBackend
public FileBackend(URL url,
String mimetype)
Copyright © 2012-2013 Salzburg Research. All Rights Reserved.