Class CONFIG.Rep

  • Enclosing class:
    CONFIG

    public static final class CONFIG.Rep
    extends java.lang.Object
    Repository config
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static IRI id
      Setting for the repository ID.
      static IRI impl
      Setting for the repository implementation-specific configuration.
      static IRI Repository
      Type value for a RepositoryConfig.
      static IRI type
      Setting for the repository type.
    • Constructor Summary

      Constructors 
      Constructor Description
      Rep()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Repository

        public static final IRI Repository
        Type value for a RepositoryConfig. tag:rdf4j.org,2023:config/Repository
      • id

        public static final IRI id
        Setting for the repository ID. tag:rdf4j.org,2023:config/rep.id
      • impl

        public static final IRI impl
        Setting for the repository implementation-specific configuration. tag:rdf4j.org,2023:config/rep.impl
      • type

        public static final IRI type
        Setting for the repository type. tag:rdf4j.org,2023:config/rep.type
    • Constructor Detail

      • Rep

        public Rep()