public final class ConfigurationLoader extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getSystemProperties() |
static Map<String,String> |
loadProperties() |
static Map<String,String> |
loadPropertiesFrom(String path)
Loads properties from the given file
|
public static Map<String,String> loadProperties() throws IOException
IOExceptionpublic static Map<String,String> loadPropertiesFrom(String path) throws IOException
path - file pathIOException - errorsCopyright © 2010–2023 Airlift. All rights reserved.