public class SailRepositoryConfig extends AbstractRepositoryImplConfig
| Constructor and Description |
|---|
SailRepositoryConfig() |
SailRepositoryConfig(org.eclipse.rdf4j.sail.config.SailImplConfig sailImplConfig) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
export(Model model)
Export this
RepositoryImplConfig to its RDF representation |
org.eclipse.rdf4j.sail.config.SailImplConfig |
getSailImplConfig() |
void |
parse(Model model,
Resource repImplNode)
Reads the properties of this
RepositoryImplConfig from the supplied Model and sets them
accordingly. |
void |
setSailImplConfig(org.eclipse.rdf4j.sail.config.SailImplConfig sailImplConfig) |
void |
validate()
Validates this configuration.
|
create, getType, setTypepublic SailRepositoryConfig()
public SailRepositoryConfig(org.eclipse.rdf4j.sail.config.SailImplConfig sailImplConfig)
public org.eclipse.rdf4j.sail.config.SailImplConfig getSailImplConfig()
public void setSailImplConfig(org.eclipse.rdf4j.sail.config.SailImplConfig sailImplConfig)
public void validate()
throws RepositoryConfigException
RepositoryImplConfigRepositoryConfigException is thrown when the configuration is
invalid. The exception should contain an error message that indicates why the configuration is invalid.validate in interface RepositoryImplConfigvalidate in class AbstractRepositoryImplConfigRepositoryConfigException - If the configuration is invalid.public Resource export(Model model)
RepositoryImplConfigRepositoryImplConfig to its RDF representationexport in interface RepositoryImplConfigexport in class AbstractRepositoryImplConfigmodel - a Model object. After successful completion of this method this Model will contain the
RDF representation of this RepositoryImplConfig.Resource that identifies this RepositoryImplConfig in the Model.public void parse(Model model, Resource repImplNode) throws RepositoryConfigException
RepositoryImplConfigRepositoryImplConfig from the supplied Model and sets them
accordingly.parse in interface RepositoryImplConfigparse in class AbstractRepositoryImplConfigmodel - a Model containing repository configuration data.repImplNode - the subject Resource that identifies the RepositoryImplConfig in the Model.RepositoryConfigException - if the configuration data could not be read from the supplied Model.Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.