Uses of Interface
org.pentaho.di.trans.steps.file.IBaseFileInputStepControl
Packages that use IBaseFileInputStepControl
-
Uses of IBaseFileInputStepControl in org.pentaho.di.trans.steps.file
Classes in org.pentaho.di.trans.steps.file that implement IBaseFileInputStepControlModifier 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
Classes in org.pentaho.di.trans.steps.fileinput.text that implement IBaseFileInputStepControlModifier and TypeClassDescriptionclass
Read all sorts of text files, convert them to rows and writes these to one or more output streams.Constructors in org.pentaho.di.trans.steps.fileinput.text with parameters of type IBaseFileInputStepControlModifierConstructorDescriptionTextFileInputReader
(IBaseFileInputStepControl step, TextFileInputMeta meta, TextFileInputData data, org.apache.commons.vfs2.FileObject file, org.pentaho.di.core.logging.LogChannelInterface log)