public class JmxTransConfigurationXmlLoader extends java.lang.Object implements JmxTransConfigurationLoader
| Constructor and Description |
|---|
JmxTransConfigurationXmlLoader(Resource configurationResource,
PropertiesLoader propertiesLoader,
ExpressionLanguageEngine expressionLanguageEngine) |
| Modifier and Type | Method and Description |
|---|---|
protected JmxTransExporterConfiguration |
build(org.w3c.dom.Document document) |
JmxTransExporterConfiguration |
build(JmxTransConfigurationLoader configurationDocumentLoader) |
long |
lastModified() |
JmxTransExporterConfiguration |
loadConfiguration() |
java.lang.String |
toString() |
public JmxTransConfigurationXmlLoader(@Nonnull
Resource configurationResource,
@Nonnull
PropertiesLoader propertiesLoader,
@Nonnull
ExpressionLanguageEngine expressionLanguageEngine)
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(org.w3c.dom.Document document)
public JmxTransExporterConfiguration build(JmxTransConfigurationLoader configurationDocumentLoader) throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018. All Rights Reserved.