Class RdfHttpEntityFileImpl
java.lang.Object
org.aksw.jena_sparql_api.http.repository.impl.RdfHttpEntityFileImpl
- All Implemented Interfaces:
RdfHttpEntity,RdfHttpEntityFile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.rdf.model.ResourceThe link to the resource that owns this entityopen()toString()voidupdateInfo(Consumer<? super org.apache.jena.rdf.model.Resource> consumer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.aksw.jena_sparql_api.http.repository.api.RdfHttpEntityFile
getAbsolutePath
-
Field Details
-
resource
-
relPath
-
-
Constructor Details
-
RdfHttpEntityFileImpl
-
-
Method Details
-
getResource
Description copied from interface:RdfHttpEntityFileThe link to the resource that owns this entity- Specified by:
getResourcein interfaceRdfHttpEntityFile
-
getRelativePath
- Specified by:
getRelativePathin interfaceRdfHttpEntityFile
-
getCombinedInfo
public org.apache.jena.rdf.model.Resource getCombinedInfo()- Specified by:
getCombinedInfoin interfaceRdfHttpEntity
-
updateInfo
- Specified by:
updateInfoin interfaceRdfHttpEntityFile
-
toString
-
open
- Specified by:
openin interfaceRdfHttpEntity- Throws:
IOException
-