public class AGRepositoryConfig
extends org.openrdf.repository.config.RepositoryImplConfigBase
Constructor and Description |
---|
AGRepositoryConfig() |
AGRepositoryConfig(String url) |
Modifier and Type | Method and Description |
---|---|
org.openrdf.model.Resource |
export(org.openrdf.model.Graph graph) |
String |
getCatalogId() |
String |
getPassword() |
String |
getRepositoryId() |
String |
getServerUrl() |
String |
getUsername() |
void |
parse(org.openrdf.model.Graph graph,
org.openrdf.model.Resource implNode) |
void |
setCatalogId(String catalogId) |
void |
setPassword(String password) |
void |
setRepositoryId(String repositoryId) |
void |
setServerUrl(String url) |
void |
setUsername(String username) |
void |
validate() |
public AGRepositoryConfig()
public AGRepositoryConfig(String url)
public String getServerUrl()
public void setServerUrl(String url)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getCatalogId()
public void setCatalogId(String catalogId)
public String getRepositoryId()
public void setRepositoryId(String repositoryId)
public void validate() throws org.openrdf.repository.config.RepositoryConfigException
validate
in interface org.openrdf.repository.config.RepositoryImplConfig
validate
in class org.openrdf.repository.config.RepositoryImplConfigBase
org.openrdf.repository.config.RepositoryConfigException
public org.openrdf.model.Resource export(org.openrdf.model.Graph graph)
export
in interface org.openrdf.repository.config.RepositoryImplConfig
export
in class org.openrdf.repository.config.RepositoryImplConfigBase
public void parse(org.openrdf.model.Graph graph, org.openrdf.model.Resource implNode) throws org.openrdf.repository.config.RepositoryConfigException
parse
in interface org.openrdf.repository.config.RepositoryImplConfig
parse
in class org.openrdf.repository.config.RepositoryImplConfigBase
org.openrdf.repository.config.RepositoryConfigException