public class MethodMessagesConverter extends Converter
| Modifier and Type | Field and Description |
|---|---|
static String |
METHOD_MESSAGES |
static String |
PROGRAM_EXECUTION_RESULTS |
| Constructor and Description |
|---|
MethodMessagesConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
convertExecutionStatusTo_v2(ProgramExecutionResult.Status executionStatus_v3,
MethodMessages msgs_v2)
Converts an XMCDA v3 execution status into a XMCDA v2 methodMessages' logMessage or an errorMessage, if and
only if
XMCDAConverter.ToV2ConverterParameters.convertExecutionStatusToMethodMessages() is true. |
void |
convertProgramExecutionResultsTo_v2(List<ProgramExecutionResult> results_v3,
XMCDA xmcda_v2) |
void |
convertProgramExecutionResultTo_v2(ProgramExecutionResult result_v3,
XMCDA xmcda_v2) |
void |
convertTo_v3(MethodMessages msgs_v2,
XMCDA xmcda_v3) |
getWarningspublic static final String METHOD_MESSAGES
public static final String PROGRAM_EXECUTION_RESULTS
public void convertTo_v3(MethodMessages msgs_v2, XMCDA xmcda_v3)
public void convertProgramExecutionResultsTo_v2(List<ProgramExecutionResult> results_v3, XMCDA xmcda_v2)
public void convertProgramExecutionResultTo_v2(ProgramExecutionResult result_v3, XMCDA xmcda_v2)
protected void convertExecutionStatusTo_v2(ProgramExecutionResult.Status executionStatus_v3, MethodMessages msgs_v2)
XMCDAConverter.ToV2ConverterParameters.convertExecutionStatusToMethodMessages() is true.executionStatus_v3 - the execution status to convert.msgs_v2 - The XMCDA v2 methodMessages into which the log/errorMessage is appended.Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.