Package org.apache.jmeter.save
Class OldSaveService
- java.lang.Object
-
- org.apache.jmeter.save.OldSaveService
-
public final class OldSaveService extends Object
This class restores the original Avalon XML format (not used by default). This may be removed in a future release.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HashTree
loadSubTree(InputStream in)
static void
processSamples(String filename, Visualizer visualizer, ResultCollector rc)
-
-
-
Method Detail
-
loadSubTree
public static HashTree loadSubTree(InputStream in) throws IOException
- Throws:
IOException
-
processSamples
public static void processSamples(String filename, Visualizer visualizer, ResultCollector rc) throws SAXException, IOException, ConfigurationException
- Throws:
SAXException
IOException
ConfigurationException
-
-