Class RdfHttpEntityFileSimple
java.lang.Object
org.aksw.jena_sparql_api.http.repository.api.RdfHttpEntityFileSimple
- All Implemented Interfaces:
RdfHttpEntity,RdfHttpEntityFile
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRdfHttpEntityFileSimple(Path path, org.apache.jena.rdf.model.Resource metaData) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.rdf.model.ResourceThe link to the resource that owns this entityopen()voidupdateInfo(Consumer<? super org.apache.jena.rdf.model.Resource> consumer)
-
Field Details
-
path
-
metaData
protected org.apache.jena.rdf.model.Resource metaData
-
-
Constructor Details
-
RdfHttpEntityFileSimple
-
-
Method Details
-
getCombinedInfo
public org.apache.jena.rdf.model.Resource getCombinedInfo()- Specified by:
getCombinedInfoin interfaceRdfHttpEntity
-
open
- Specified by:
openin interfaceRdfHttpEntity- Throws:
IOException
-
getRelativePath
- Specified by:
getRelativePathin interfaceRdfHttpEntityFile
-
getAbsolutePath
- Specified by:
getAbsolutePathin interfaceRdfHttpEntityFile
-
getResource
Description copied from interface:RdfHttpEntityFileThe link to the resource that owns this entity- Specified by:
getResourcein interfaceRdfHttpEntityFile
-
updateInfo
- Specified by:
updateInfoin interfaceRdfHttpEntityFile
-