Uses of Interface
org.pentaho.di.trans.steps.file.IBaseFileInputStepControl
-
Uses of IBaseFileInputStepControl in org.pentaho.di.trans.steps.file
Modifier and TypeClassDescriptionclass
BaseFileInputStep<M extends BaseFileInputMeta<?,
?, ?>, D extends BaseFileInputStepData> This class contains base functionality for file-based input steps. -
Uses of IBaseFileInputStepControl in org.pentaho.di.trans.steps.fileinput.text
Modifier and TypeClassDescriptionclass
Read all sorts of text files, convert them to rows and writes these to one or more output streams.ModifierConstructorDescriptionTextFileInputReader
(IBaseFileInputStepControl step, TextFileInputMeta meta, TextFileInputData data, org.apache.commons.vfs2.FileObject file, org.pentaho.di.core.logging.LogChannelInterface log)