Apache JMeter
2.1.1

org.apache.jmeter.save
Class SaveService

java.lang.Object
  extended byorg.apache.jmeter.save.SaveService

public class SaveService
extends Object

Author:
Mike Stover, Keith Cassell

Nested Class Summary
static class SaveService.Test
           
 
Field Summary
static String version
           
 
Constructor Summary
SaveService()
           
 
Method Summary
static boolean isSaveTestLogFormat20()
           
static boolean isSaveTestPlanFormat20()
           
static Object loadElement(InputStream in)
           
static Object loadElement(Reader in)
           
static TestResultWrapper loadTestResults(InputStream reader)
           
static HashTree loadTree(InputStream reader)
           
static void saveElement(Object el, Writer writer)
           
static void saveSampleResult(SampleResult res, Writer writer)
           
static void saveTestElement(TestElement elem, Writer writer)
           
static void saveTree(HashTree tree, Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static final String version
See Also:
Constant Field Values
Constructor Detail

SaveService

public SaveService()
Method Detail

saveTree

public static void saveTree(HashTree tree,
                            Writer writer)
                     throws Exception
Throws:
Exception

saveElement

public static void saveElement(Object el,
                               Writer writer)
                        throws Exception
Throws:
Exception

loadElement

public static Object loadElement(InputStream in)
                          throws Exception
Throws:
Exception

loadElement

public static Object loadElement(Reader in)
                          throws Exception
Throws:
Exception

saveSampleResult

public static void saveSampleResult(SampleResult res,
                                    Writer writer)
                             throws Exception
Throws:
Exception

saveTestElement

public static void saveTestElement(TestElement elem,
                                   Writer writer)
                            throws Exception
Throws:
Exception

loadTestResults

public static TestResultWrapper loadTestResults(InputStream reader)
                                         throws Exception
Throws:
Exception

loadTree

public static HashTree loadTree(InputStream reader)
                         throws Exception
Throws:
Exception

isSaveTestPlanFormat20

public static boolean isSaveTestPlanFormat20()

isSaveTestLogFormat20

public static boolean isSaveTestLogFormat20()

Apache JMeter
2.1.1

Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.