Class ConfigLoader
java.lang.Object
com.knezevic.edaf.v3.core.config.ConfigLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetectType(Path path) Detects whether the YAML document represents a single experiment config or a batch config.Loads and validates one experiment configuration.Loads batch configuration for `edaf batch` command.
-
Constructor Details
-
ConfigLoader
public ConfigLoader()
-
-
Method Details
-
detectType
Detects whether the YAML document represents a single experiment config or a batch config. -
load
Loads and validates one experiment configuration. -
loadBatch
Loads batch configuration for `edaf batch` command.
-