Package org.apache.jmeter.report.config
Class ConfigurationUtils
java.lang.Object
org.apache.jmeter.report.config.ConfigurationUtils
The class ConfigurationUtils provides helper method for configuration
 handling.
- Since:
- 3.0
- 
Method Summary
- 
Method Details- 
convertpublic static <TProperty> TProperty convert(String value, Class<TProperty> clazz) throws ConfigurationException Convert the specified string value to the property type.- Type Parameters:
- TProperty- the type of the property
- Parameters:
- value- the string value
- clazz- the class of the property (must not be- null)
- Returns:
- the converted string
- Throws:
- ConfigurationException- when unable to convert the string
 
 
-