|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.save.SaveService
author Mike Stover author Keith Cassell
Field Summary | |
static String |
TESTLOG_FORMAT
|
static String |
TESTPLAN_FORMAT
|
Constructor Summary | |
SaveService()
|
Method Summary | |
static String |
aliasToClass(String s)
|
static String |
CEtoString(com.thoughtworks.xstream.converters.ConversionException ce)
Simplify getMessage() output from XStream ConversionException |
static String |
classToAlias(String s)
|
static String |
getPropertiesVersion()
|
static String |
getVERSION()
|
static boolean |
isSaveTestLogFormat20()
|
static boolean |
isSaveTestPlanFormat20()
|
static boolean |
isSaveTestPlanFormat22()
|
static Object |
loadElement(InputStream in)
|
static Object |
loadElement(Reader in)
Deprecated. Use loadElement(InputStream in) instead, since that takes the fileEncoding property of SaveService into consideration |
static Properties |
loadProperties()
|
static TestResultWrapper |
loadTestResults(InputStream reader)
|
static HashTree |
loadTree(InputStream reader)
|
static void |
saveElement(Object el,
OutputStream out)
|
static void |
saveElement(Object el,
Writer writer)
Deprecated. Use saveElement(Object el, OutputStream out) instead, which takes the fileEncoding property of SaveService into consideration |
static void |
saveSampleResult(SampleResult res,
OutputStream out)
|
static void |
saveSampleResult(SampleResult res,
Writer writer)
Deprecated. Use saveSampleResult(SampleResult res, OutputStream out) instead, which takes the fileEncoding property of SaveService into consideration |
static void |
saveTestElement(TestElement elem,
OutputStream out)
|
static void |
saveTestElement(TestElement elem,
Writer writer)
Deprecated. Use saveTestElement(TestElement elem, OutputStream out) instead, which takes the fileEncoding property of SaveService into consideration |
static void |
saveTree(HashTree tree,
OutputStream out)
|
static void |
saveTree(HashTree tree,
Writer writer)
Deprecated. Use saveTree(HashTree tree, OutputStream out) instead, which takes the fileEncoding property of SaveService into consideration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String TESTPLAN_FORMAT
public static final String TESTLOG_FORMAT
Constructor Detail |
public SaveService()
Method Detail |
public static Properties loadProperties() throws IOException
IOException
public static String aliasToClass(String s)
public static String classToAlias(String s)
public static void saveTree(HashTree tree, OutputStream out) throws Exception
Exception
public static void saveTree(HashTree tree, Writer writer) throws Exception
Exception
public static void saveElement(Object el, OutputStream out) throws Exception
Exception
public static void saveElement(Object el, Writer writer) throws Exception
Exception
public static Object loadElement(InputStream in) throws Exception
Exception
public static Object loadElement(Reader in) throws Exception
Exception
public static void saveSampleResult(SampleResult res, OutputStream out) throws Exception
Exception
public static void saveSampleResult(SampleResult res, Writer writer) throws Exception
Exception
public static void saveTestElement(TestElement elem, OutputStream out) throws Exception
Exception
public static void saveTestElement(TestElement elem, Writer writer) throws Exception
Exception
public static TestResultWrapper loadTestResults(InputStream reader) throws Exception
Exception
public static HashTree loadTree(InputStream reader) throws Exception
Exception
public static boolean isSaveTestPlanFormat20()
public static boolean isSaveTestLogFormat20()
public static boolean isSaveTestPlanFormat22()
public static String CEtoString(com.thoughtworks.xstream.converters.ConversionException ce)
ce
- - ConversionException to analyse
public static String getPropertiesVersion()
public static String getVERSION()
|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |