Package org.apache.jmeter.save
Class ScriptWrapperConverter
java.lang.Object
org.apache.jmeter.save.ScriptWrapperConverter
Handles XStream conversion of Test Scripts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canConvert
(Class arg0) protected Class
<?> getNextType
(HierarchicalStreamReader reader) static String
Returns the converter version; used to check for possible incompatibilitiesvoid
unmarshal
(HierarchicalStreamReader reader, UnmarshallingContext context)
-
Constructor Details
-
ScriptWrapperConverter
public ScriptWrapperConverter(Mapper classMapper)
-
-
Method Details
-
getVersion
Returns the converter version; used to check for possible incompatibilities- Returns:
- the version of the converter
-
canConvert
-
marshal
-
unmarshal
-
getNextType
-