Package org.jmxtrans.agent.properties
Interface PropertiesLoader
- All Known Implementing Classes:
NoPropertiesSourcePropertiesLoader,ResourcePropertiesLoader
public interface PropertiesLoader
- Author:
- Kristoffer Erlandsson
-
Method Summary
Modifier and Type Method Description StringgetDescription()Properties loader description for better log messagesMap<String,String>loadProperties()Loads properties.
-
Method Details
-
loadProperties
Loads properties.- Returns:
- A map with property keys and values.
- Throws:
IoRuntimeException- if properties file to load.
-
getDescription
Properties loader description for better log messages
-