Class ScriptWrapperConverter
java.lang.Object
org.apache.jmeter.save.ScriptWrapperConverter
Handles XStream conversion of Test Scripts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanConvert(Class arg0) protected Class<?> getNextType(HierarchicalStreamReader reader) static StringReturns the converter version; used to check for possible incompatibilitiesvoidunmarshal(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
-