Class RemoteRepositoryManager

    • Field Detail

      • serverURL

        private final java.lang.String serverURL
        The URL of the remote server, e.g. http://localhost:8080/rdf4j-server/
      • username

        private java.lang.String username
      • password

        private java.lang.String password
    • Constructor Detail

      • RemoteRepositoryManager

        public RemoteRepositoryManager​(java.lang.String serverURL)
        Creates a new RepositoryManager that operates on the specified base directory.
        Parameters:
        serverURL - The URL of the server.