| |
|
| java.lang.Object org.openrdf.repository.manager.RepositoryManager org.openrdf.repository.manager.RemoteRepositoryManager
RemoteRepositoryManager | public class RemoteRepositoryManager extends RepositoryManager (Code) | | A manager for
Repository s that reside on a remote server. This
repository manager allows one to access repositories over HTTP similar to how
local repositories are accessed using the
LocalRepositoryManager .
author: Arjohn Kampman |
Constructor Summary | |
public | RemoteRepositoryManager(String serverURL) Creates a new RepositoryManager that operates on the specfified base
directory. |
RemoteRepositoryManager | public RemoteRepositoryManager(String serverURL)(Code) | | Creates a new RepositoryManager that operates on the specfified base
directory.
Parameters: baseDir - The base directory where data for repositories can be stored, amongother things. |
getServerURL | public String getServerURL()(Code) | | Gets the URL of the remote server, e.g.
"http://localhost:8080/openrdf-sesame/".
|
setUsernameAndPassword | public void setUsernameAndPassword(String username, String password)(Code) | | Set the username and password for authenication with the remote server.
Parameters: username - the username Parameters: password - the password |
Fields inherited from org.openrdf.repository.manager.RepositoryManager | final protected Logger logger(Code)(Java Doc)
|
|
|
|