info.aduna.infosource.remote
Class RemoteRepositoryConfig
java.lang.Object
org.openrdf.repository.config.RepositoryImplConfigBase
info.aduna.infosource.remote.RemoteRepositoryConfig
- All Implemented Interfaces:
- org.openrdf.repository.config.RepositoryImplConfig
public class RemoteRepositoryConfig
- extends org.openrdf.repository.config.RepositoryImplConfigBase
| Methods inherited from class org.openrdf.repository.config.RepositoryImplConfigBase |
create, getType, setType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteRepositoryConfig
public RemoteRepositoryConfig()
getServerUrl
public String getServerUrl()
setServerUrl
public void setServerUrl(String serverUrl)
getRepositoryId
public String getRepositoryId()
setRepositoryId
public void setRepositoryId(String repositoryId)
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getTransformerConfigList
public List<URITransformerConfig> getTransformerConfigList()
setTransformerConfigList
public void setTransformerConfigList(List<URITransformerConfig> transformerConfigList)
addTransformerConfig
public void addTransformerConfig(URITransformerConfig transformerConfig)
validate
public void validate()
throws org.openrdf.repository.config.RepositoryConfigException
- Specified by:
validate in interface org.openrdf.repository.config.RepositoryImplConfig- Overrides:
validate in class org.openrdf.repository.config.RepositoryImplConfigBase
- Throws:
org.openrdf.repository.config.RepositoryConfigException
parse
public void parse(org.openrdf.model.Graph graph,
org.openrdf.model.Resource implNode)
throws org.openrdf.repository.config.RepositoryConfigException
- Specified by:
parse in interface org.openrdf.repository.config.RepositoryImplConfig- Overrides:
parse in class org.openrdf.repository.config.RepositoryImplConfigBase
- Throws:
org.openrdf.repository.config.RepositoryConfigException
export
public org.openrdf.model.Resource export(org.openrdf.model.Graph graph)
- Specified by:
export in interface org.openrdf.repository.config.RepositoryImplConfig- Overrides:
export in class org.openrdf.repository.config.RepositoryImplConfigBase
Copyright © 1997-2008 Aduna. All Rights Reserved.