Interface OaiPmhServerInfo


public interface OaiPmhServerInfo
OAI-PMH server.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the mount point of the server, e.g.
    boolean
    Check if the requested repo exists.
  • Method Details

    • hasRepo

      boolean hasRepo(String id)
      Check if the requested repo exists.
    • getMountPoint

      String getMountPoint()
      Return the mount point of the server, e.g. /oaipmh. This is not the full base url like http://localhost:8080/oaipmh but only the path.