com.franz.agraph.repository.config
Class AGRepositoryConfig
java.lang.Object
org.openrdf.repository.config.RepositoryImplConfigBase
com.franz.agraph.repository.config.AGRepositoryConfig
- All Implemented Interfaces:
- org.openrdf.repository.config.RepositoryImplConfig
public class AGRepositoryConfig
- extends org.openrdf.repository.config.RepositoryImplConfigBase
Configuration for an AllegroGraph Repository.
| Methods inherited from class org.openrdf.repository.config.RepositoryImplConfigBase |
create, getType, setType |
AGRepositoryConfig
public AGRepositoryConfig()
AGRepositoryConfig
public AGRepositoryConfig(String url)
getServerUrl
public String getServerUrl()
setServerUrl
public void setServerUrl(String url)
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getCatalogId
public String getCatalogId()
setCatalogId
public void setCatalogId(String catalogId)
getRepositoryId
public String getRepositoryId()
setRepositoryId
public void setRepositoryId(String repositoryId)
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
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
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