Class ProxyRepositoryConfig
java.lang.Object
org.eclipse.rdf4j.repository.config.AbstractRepositoryImplConfig
org.eclipse.rdf4j.repository.sail.config.ProxyRepositoryConfig
- All Implemented Interfaces:
 RepositoryImplConfig
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionExport thisRepositoryImplConfigto its RDF representationvoidReads the properties of thisRepositoryImplConfigfrom the supplied Model and sets them accordingly.final voidsetProxiedRepositoryID(String value) voidvalidate()Validates this configuration.Methods inherited from class AbstractRepositoryImplConfig
create, getType, setType 
- 
Constructor Details
- 
ProxyRepositoryConfig
public ProxyRepositoryConfig() - 
ProxyRepositoryConfig
 
 - 
 - 
Method Details
- 
setProxiedRepositoryID
 - 
getProxiedRepositoryID
 - 
validate
Description copied from interface:RepositoryImplConfigValidates this configuration. ARepositoryConfigExceptionis thrown when the configuration is invalid. The exception should contain an error message that indicates why the configuration is invalid.- Specified by:
 validatein interfaceRepositoryImplConfig- Overrides:
 validatein classAbstractRepositoryImplConfig- Throws:
 RepositoryConfigException- If the configuration is invalid.
 - 
export
Description copied from interface:RepositoryImplConfigExport thisRepositoryImplConfigto its RDF representation- Specified by:
 exportin interfaceRepositoryImplConfig- Overrides:
 exportin classAbstractRepositoryImplConfig- Parameters:
 model- aModelobject. After successful completion of this method this Model will contain the RDF representation of thisRepositoryImplConfig.- Returns:
 - the subject 
Resourcethat identifies thisRepositoryImplConfigin the Model. 
 - 
parse
Description copied from interface:RepositoryImplConfigReads the properties of thisRepositoryImplConfigfrom the supplied Model and sets them accordingly.- Specified by:
 parsein interfaceRepositoryImplConfig- Overrides:
 parsein classAbstractRepositoryImplConfig- Parameters:
 model- aModelcontaining repository configuration data.implNode- the subjectResourcethat identifies theRepositoryImplConfigin the Model.- Throws:
 RepositoryConfigException- if the configuration data could not be read from the supplied Model.
 
 -