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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
Gets the class name of the item.final void
setClassName
(String className) Sets the class name of the item.Methods inherited from class org.apache.jmeter.report.config.SubConfiguration
getProperties, getProperty
-
Constructor Details
-
InstanceConfiguration
public InstanceConfiguration()
-
-
Method Details
-
getClassName
Gets the class name of the item.- Returns:
- the class name of the item
-
setClassName
Sets the class name of the item.- Parameters:
className
- the new class name
-