Class ConfigApiImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigApiImpl​(ServerConfig config, org.projectnessie.versioned.VersionStore store, int actualApiVersion)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.projectnessie.model.NessieConfiguration getConfig()  
      • Methods inherited from class java.lang.Object

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

      • ConfigApiImpl

        public ConfigApiImpl​(ServerConfig config,
                             org.projectnessie.versioned.VersionStore store,
                             int actualApiVersion)
    • Method Detail

      • getConfig

        public org.projectnessie.model.NessieConfiguration getConfig()
        Specified by:
        getConfig in interface ConfigService