Class ConfigFactory


  • public class ConfigFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Config config​(YamlReader yamlReader, java.nio.file.Path configFilePath)  
      • Methods inherited from class java.lang.Object

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

      • ConfigFactory

        public ConfigFactory()
    • Method Detail

      • config

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