Package org.pentaho.di.trans.steps.file
Interface IBaseFileInputStepControl
- All Known Implementing Classes:
BaseFileInputStep
,TextFileInput
public interface IBaseFileInputStepControl
Interface for some step operations required for parse input file.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkFeedback
(long lines) boolean
failAfterBadFile
(String errorMsg) long
long
long
long
long
void
void
setErrors
(long e) void
stopAll()
-
Method Details
-
incrementLinesInput
long incrementLinesInput() -
getLinesWritten
long getLinesWritten() -
putRow
void putRow(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row) throws org.pentaho.di.core.exception.KettleStepException - Throws:
org.pentaho.di.core.exception.KettleStepException
-
getLinesInput
long getLinesInput() -
checkFeedback
boolean checkFeedback(long lines) -
incrementLinesUpdated
long incrementLinesUpdated() -
failAfterBadFile
-
stopAll
void stopAll() -
getErrors
long getErrors() -
setErrors
void setErrors(long e)
-