Package org.apache.jmeter.report.config
Class InstanceConfiguration
java.lang.Object
org.apache.jmeter.report.config.SubConfiguration
org.apache.jmeter.report.config.InstanceConfiguration
- Direct Known Subclasses:
- ExporterConfiguration,- GraphConfiguration
The class InstanceConfiguration describe the configuration of an item that
 can be instantiated by its class name.
- Since:
- 3.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringGets the class name of the item.final voidsetClassName(String className) Sets the class name of the item.Methods inherited from class org.apache.jmeter.report.config.SubConfigurationgetProperties, getProperty
- 
Constructor Details- 
InstanceConfigurationpublic InstanceConfiguration()
 
- 
- 
Method Details- 
getClassNameGets the class name of the item.- Returns:
- the class name of the item
 
- 
setClassNameSets the class name of the item.- Parameters:
- className- the new class name
 
 
-