public class ConfigFilePropertyHolder extends Object implements PropertiesManager.PropertyHolder
| Constructor and Description |
|---|
ConfigFilePropertyHolder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
configurePropertiesFromConfigFile(Path configFilePath) |
List<ConfigFileObject> |
getLoadedConfigFiles() |
String |
getProperty(String property) |
public static void configurePropertiesFromConfigFile(Path configFilePath) throws com.google.gson.JsonSyntaxException, com.google.gson.JsonIOException, IOException
com.google.gson.JsonSyntaxExceptioncom.google.gson.JsonIOExceptionIOExceptionpublic String getProperty(String property)
getProperty in interface PropertiesManager.PropertyHolderpublic List<ConfigFileObject> getLoadedConfigFiles()
Copyright © 2019 Kurento. All rights reserved.