Class ConfigFactory

java.lang.Object
org.fairdatapipeline.config.ConfigFactory

public class ConfigFactory extends Object
  • Constructor Details

    • ConfigFactory

      public ConfigFactory()
  • Method Details

    • config

      public Config config(YamlReader yamlReader, Path configFilePath)
      Parameters:
      yamlReader - the YamlReader that does the work.
      configFilePath - the config.yaml configuration file.
      Returns:
      the immutable parsed configuration file.