Class LocalRepositoryManager

java.lang.Object
org.eclipse.rdf4j.repository.manager.RepositoryManager
org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
All Implemented Interfaces:
HttpClientDependent, RepositoryResolver
Direct Known Subclasses:
NotifyingLocalRepositoryManager

public class LocalRepositoryManager extends RepositoryManager
An implementation of the RepositoryManager interface that operates directly on the repository data files in the local file system.
Author:
Arjohn Kampman
  • Field Details

  • Constructor Details

    • LocalRepositoryManager

      public LocalRepositoryManager(File baseDir)
      Creates a new RepositoryManager that operates on the specfified base directory.
      Parameters:
      baseDir - The base directory where data for repositories can be stored, among other things.
  • Method Details