Interface RdfHttpEntityFile

All Superinterfaces:
RdfHttpEntity
All Known Implementing Classes:
RdfHttpEntityFileImpl, RdfHttpEntityFileSimple

public interface RdfHttpEntityFile extends RdfHttpEntity
  • Method Details

    • getResource

      RdfHttpResourceFile getResource()
      The link to the resource that owns this entity
    • getRelativePath

      Path getRelativePath()
    • getAbsolutePath

      default Path getAbsolutePath()
    • updateInfo

      void updateInfo(Consumer<? super org.apache.jena.rdf.model.Resource> consumer)