Interface Repository

All Superinterfaces:
RepositoryManagement
All Known Implementing Classes:
RepositoryImpl

public interface Repository extends RepositoryManagement
Interface for the low-level VCS repository.
  • Method Details

    • getConnection

      Session getConnection()
      Gets a new session.
      Returns:
      the session
    • close

      void close()
      Closes the repository and release all resources.