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
- 
convert
public 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 valueclazz- the class of the property (must not benull)- Returns:
 - the converted string
 - Throws:
 ConfigurationException- when unable to convert the string
 
 -