Package io.airlift.configuration
Class ConfigurationLoader
java.lang.Object
io.airlift.configuration.ConfigurationLoader
-
Method Summary
Modifier and TypeMethodDescriptionloadPropertiesFrom(String path) Loads properties from the given file
-
Method Details
-
loadProperties
- Throws:
IOException
-
loadPropertiesFrom
Loads properties from the given file- Parameters:
path- file path- Returns:
- properties
- Throws:
IOException- errors
-
getSystemProperties
-