public class MetricsXMLConfiguration extends MetricsConfiguration
| Constructor and Description |
|---|
MetricsXMLConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String key) |
void |
load(String filePath)
Load Metrics related configurations by reading an XML file.
|
static String |
replaceSystemProperties(String text) |
getPropertypublic void load(String filePath) throws MetricsConfigException
filePath - Path of the XML fileMetricsConfigException - If an error occurs while reading the XML configurationpublic String getProperty(String key)
getProperty in class MetricsConfigurationCopyright © 2014–2022 WSO2. All rights reserved.