Package org.fairdatapipeline.config
Class ConfigFactory
- java.lang.Object
-
- org.fairdatapipeline.config.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)
-
-
-
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.
-
-