Class RepositoryConfig


  • public class RepositoryConfig
    extends Object
    Author:
    Arjohn Kampman
    • Constructor Detail

      • RepositoryConfig

        public RepositoryConfig()
        Create a new RepositoryConfig.
      • RepositoryConfig

        public RepositoryConfig​(String id)
        Create a new RepositoryConfigImpl.
      • RepositoryConfig

        public RepositoryConfig​(String id,
                                String title)
        Create a new RepositoryConfigImpl.
    • Method Detail

      • getID

        public String getID()
      • setID

        public void setID​(String id)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • setRepositoryImplConfig

        public void setRepositoryImplConfig​(RepositoryImplConfig implConfig)
      • export

        public void export​(org.eclipse.rdf4j.model.Model model,
                           org.eclipse.rdf4j.model.Resource repositoryNode)
        Exports the configuration into RDF using the given repositoryNode
        Parameters:
        model - target RDF collection
        repositoryNode -
        Since:
        2.3