public interface IBaseFileInputStepControl
Modifier and Type | Method and Description |
---|---|
boolean |
checkFeedback(long lines) |
boolean |
failAfterBadFile(String errorMsg) |
long |
getErrors() |
long |
getLinesInput() |
long |
getLinesWritten() |
long |
incrementLinesInput() |
long |
incrementLinesUpdated() |
void |
putRow(org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] row) |
void |
setErrors(long e) |
void |
stopAll() |
long incrementLinesInput()
long getLinesWritten()
void putRow(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row) throws org.pentaho.di.core.exception.KettleStepException
org.pentaho.di.core.exception.KettleStepException
long getLinesInput()
boolean checkFeedback(long lines)
long incrementLinesUpdated()
boolean failAfterBadFile(String errorMsg)
void stopAll()
long getErrors()
void setErrors(long e)