info.aduna.infosource.remote
Class RemoteServer

java.lang.Object
  extended by info.aduna.infosource.remote.RemoteServer

public class RemoteServer
extends Object

Author:
Herko ter Horst

Constructor Summary
RemoteServer()
           
 
Method Summary
static List<org.openrdf.repository.manager.RepositoryInfo> getRemoteRepositories(String serverURL, String username, String password, boolean skipSystemRepo)
           
static org.openrdf.repository.Repository getRepository(String serverURL, String username, String password, String id)
           
static org.openrdf.repository.manager.RepositoryInfo getRepositoryInfo(String serverURL, String username, String password, String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteServer

public RemoteServer()
Method Detail

getRemoteRepositories

public static List<org.openrdf.repository.manager.RepositoryInfo> getRemoteRepositories(String serverURL,
                                                                                        String username,
                                                                                        String password,
                                                                                        boolean skipSystemRepo)
                                                                                 throws org.openrdf.repository.RepositoryException
Returns:
Throws:
org.openrdf.repository.RepositoryException

getRepositoryInfo

public static org.openrdf.repository.manager.RepositoryInfo getRepositoryInfo(String serverURL,
                                                                              String username,
                                                                              String password,
                                                                              String id)
                                                                       throws org.openrdf.repository.RepositoryException
Throws:
org.openrdf.repository.RepositoryException

getRepository

public static org.openrdf.repository.Repository getRepository(String serverURL,
                                                              String username,
                                                              String password,
                                                              String id)
                                                       throws org.openrdf.repository.RepositoryException,
                                                              org.openrdf.repository.config.RepositoryConfigException
Throws:
org.openrdf.repository.RepositoryException
org.openrdf.repository.config.RepositoryConfigException


Copyright © 1997-2008 Aduna. All Rights Reserved.