| |
|
| java.lang.Object org.apache.jmeter.save.SaveService
SaveService | public class SaveService (Code) | | Handles setting up XStream serialisation.
The class reads alias definitions from saveservice.properties.
|
SAMPLE_EVENT_OBJECT | final public static String SAMPLE_EVENT_OBJECT(Code) | | |
TESTLOG_FORMAT | final public static String TESTLOG_FORMAT(Code) | | |
TESTPLAN_FORMAT | final public static String TESTPLAN_FORMAT(Code) | | |
CEtoString | public static String CEtoString(ConversionException ce)(Code) | | Simplify getMessage() output from XStream ConversionException
Parameters: ce - - ConversionException to analyse string with details of error |
checkFileVersion | static boolean checkFileVersion()(Code) | | |
checkPropertyVersion | static boolean checkPropertyVersion()(Code) | | |
checkVersions | static boolean checkVersions()(Code) | | |
getFileEncoding | public static String getFileEncoding(String dflt)(Code) | | Returns the file Encoding specified in saveservice.properties or the default
Parameters: dflt - value to return if file encoding was not provided file encoding or default |
getPropertiesVersion | public static String getPropertiesVersion()(Code) | | |
isSaveTestLogFormat20 | public static boolean isSaveTestLogFormat20()(Code) | | |
isSaveTestPlanFormat20 | public static boolean isSaveTestPlanFormat20()(Code) | | |
isSaveTestPlanFormat22 | public static boolean isSaveTestPlanFormat22()(Code) | | |
|
|
|