public interface DataOutputProvider extends DataProvider
DataProvider.type| Modifier and Type | Method and Description |
|---|---|
void |
writeDataResult(String column,
int line,
String value)
Writes a data in the output file.
|
void |
writeFailedResult(int line,
String value)
Writes a fail message in the output file.
|
void |
writeSuccessResult(int line)
Writes a successful message in the output file.
|
void |
writeWarningResult(int line,
String value)
Writes a warning message in the output file.
|
getIndexData, getModel, getNbGherkinExample, getResultColumnName, isResultColumnNameAuthorized, prepare, setDataInPath, setDataOutPath, setIndexDatavoid writeFailedResult(int line,
String value)
throws TechnicalException
line - the line to write the message on (0 is header, 1 and more are datas).value - the value to writeTechnicalException - is thrown if you have a technical error (format, configuration, datas, ...) in NoraUi.void writeWarningResult(int line,
String value)
throws TechnicalException
line - the line to write the message on (0 is header, 1 and more are datas).value - the value to writeTechnicalException - is thrown if you have a technical error (format, configuration, datas, ...) in NoraUi.void writeSuccessResult(int line)
throws TechnicalException
line - the line to write the message onTechnicalException - is thrown if you have a technical error (format, configuration, datas, ...) in NoraUi.void writeDataResult(String column, int line, String value) throws TechnicalException
column - the column to write the message online - the line to write the message on (0 is header, 1 and more are datas).value - the value to writeTechnicalException - is thrown if you have a technical error (format, configuration, datas, ...) in NoraUi.Copyright © 2023 NoraUi. All rights reserved.