Class ConfigUtils

java.lang.Object
csw.config.client.commons.ConfigUtils

public class ConfigUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfigUtils(csw.config.api.scaladsl.ConfigClientService configClientService, akka.actor.typed.ActorSystem<?> system)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.concurrent.Future<com.typesafe.config.Config>
    getConfig(boolean isLocal, scala.Option<Path> inputFilePath, scala.Option<com.typesafe.config.Config> defaultConfig)
     
    scala.concurrent.Future<com.typesafe.config.Config>
    getConfig(Path inputFilePath, boolean isLocal)
     

    Methods inherited from class java.lang.Object

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

    • ConfigUtils

      public ConfigUtils(csw.config.api.scaladsl.ConfigClientService configClientService, akka.actor.typed.ActorSystem<?> system)
  • Method Details

    • getConfig

      public scala.concurrent.Future<com.typesafe.config.Config> getConfig(boolean isLocal, scala.Option<Path> inputFilePath, scala.Option<com.typesafe.config.Config> defaultConfig)
    • getConfig

      public scala.concurrent.Future<com.typesafe.config.Config> getConfig(Path inputFilePath, boolean isLocal)