Package org.fairdatapipeline.config
Class ConfigFactory
- java.lang.Object
- 
- org.fairdatapipeline.config.ConfigFactory
 
- 
 public class ConfigFactory extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description ConfigFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Configconfig(YamlReader yamlReader, java.nio.file.Path configFilePath)
 
- 
- 
- 
Method Detail- 
configpublic 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.
 
 
- 
 
-