Interface HttpResourceRepositoryFromFileSystem

All Superinterfaces:
HttpRepository
All Known Implementing Classes:
HttpResourceRepositoryFromFileSystemImpl

public interface HttpResourceRepositoryFromFileSystem extends HttpRepository
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtain an entity for the given path The repository may consult several stores to complete this action.

    Methods inherited from interface org.aksw.jena_sparql_api.http.repository.api.HttpRepository

    get
  • Method Details

    • getEntityForPath

      RdfHttpEntityFile getEntityForPath(Path path)
      Obtain an entity for the given path The repository may consult several stores to complete this action.
      Parameters:
      path -
      Returns: