Interface RepositoryImplConfig

    • Method Detail

      • export

        org.eclipse.rdf4j.model.Resource export​(org.eclipse.rdf4j.model.Model model)
        Export this RepositoryImplConfig to its RDF representation
        Parameters:
        model - a Model object. After successful completion of this method this Model will contain the RDF representation of this RepositoryImplConfig.
        Returns:
        the subject Resource that identifies this RepositoryImplConfig in the Model.
      • parse

        void parse​(org.eclipse.rdf4j.model.Model model,
                   org.eclipse.rdf4j.model.Resource resource)
            throws RepositoryConfigException
        Reads the properties of this RepositoryImplConfig from the supplied Model and sets them accordingly.
        Parameters:
        model - a Model containing repository configuration data.
        resource - the subject Resource that identifies the RepositoryImplConfig in the Model.
        Throws:
        RepositoryConfigException - if the configuration data could not be read from the supplied Model.