Interface OaiPmhServerInfo
public interface OaiPmhServerInfo
OAI-PMH server.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the mount point of the server, e.g.booleanCheck if the requested repo exists.
-
Method Details
-
hasRepo
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.
-