Franz Inc, AllegroGraph

com.franz.agraph.repository.config
Class AGRepositoryConfig

java.lang.Object
  extended by org.openrdf.repository.config.RepositoryImplConfigBase
      extended by 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.


Constructor Summary
AGRepositoryConfig()
           
AGRepositoryConfig(String url)
           
 
Method Summary
 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()
           
 
Methods inherited from class org.openrdf.repository.config.RepositoryImplConfigBase
create, getType, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AGRepositoryConfig

public AGRepositoryConfig()

AGRepositoryConfig

public AGRepositoryConfig(String url)
Method Detail

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

Copyright © 2008-2012 Franz Inc.