Package org.apache.jmeter.save
Class ScriptWrapperConverter
- java.lang.Object
-
- org.apache.jmeter.save.ScriptWrapperConverter
-
public class ScriptWrapperConverter extends Object
Handles XStream conversion of Test Scripts
-
-
Constructor Summary
Constructors Constructor Description ScriptWrapperConverter(Mapper classMapper)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canConvert(Class arg0)
protected Class<?>
getNextType(HierarchicalStreamReader reader)
static String
getVersion()
Returns the converter version; used to check for possible incompatibilitiesvoid
marshal(Object arg0, HierarchicalStreamWriter writer, MarshallingContext context)
Object
unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
-
-
-
Method Detail
-
getVersion
public static String getVersion()
Returns the converter version; used to check for possible incompatibilities- Returns:
- the version of the converter
-
canConvert
public boolean canConvert(Class arg0)
-
marshal
public void marshal(Object arg0, HierarchicalStreamWriter writer, MarshallingContext context)
-
unmarshal
public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
-
getNextType
protected Class<?> getNextType(HierarchicalStreamReader reader)
-
-