public class JmxTransConfigurationXmlLoader extends Object implements JmxTransConfigurationLoader
| Constructor and Description |
|---|
JmxTransConfigurationXmlLoader(String configurationFilePath) |
| Modifier and Type | Method and Description |
|---|---|
protected JmxTransExporterConfiguration |
build(Document document) |
long |
lastModified() |
JmxTransExporterConfiguration |
loadConfiguration() |
String |
toString() |
public JmxTransExporterConfiguration loadConfiguration()
loadConfiguration in interface JmxTransConfigurationLoaderpublic long lastModified()
lastModified in interface JmxTransConfigurationLoaderLong value representing the time the file was
last modified, measured in milliseconds since the epoch
(00:00:00 GMT, January 1, 1970), or 0L if the
file does not exist or if an I/O error occursprotected JmxTransExporterConfiguration build(Document document)
Copyright © 2016. All Rights Reserved.