Package es.bsc.dataclay.util.configs
Class CfgLogicEnvLoader
- java.lang.Object
-
- es.bsc.dataclay.util.configs.CfgLogicEnvLoader
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CfgLogicEnvLoader.ConfigLogicProperties
The configurable properties.
-
Field Summary
Fields Modifier and Type Field Description static Map<CfgLogicEnvLoader.ConfigLogicProperties,String>
ENVVAR_NAMES
The names of the config tags.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CfgLogic
parseConfiguration()
This method parses the configuration from the environment
-
-
-
Field Detail
-
ENVVAR_NAMES
public static final Map<CfgLogicEnvLoader.ConfigLogicProperties,String> ENVVAR_NAMES
The names of the config tags.
-
-
Method Detail
-
parseConfiguration
public static CfgLogic parseConfiguration()
This method parses the configuration from the environment
-
-