Class ConfigUtil
java.lang.Object
edu.university.ecs.lab.common.config.ConfigUtil
Utility class for reading and validating the input config file
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Config
readConfig
(String configPath) This method read's the input config and return Config object
-
Constructor Details
-
ConfigUtil
private ConfigUtil()Prevent instantiation
-
-
Method Details
-
readConfig
This method read's the input config and return Config object- Parameters:
configPath
- path to the input config file- Returns:
- Config object
-