Uses of Interface
org.pentaho.di.trans.steps.file.IBaseFileInputStepControl
-
Packages that use IBaseFileInputStepControl Package Description org.pentaho.di.trans.steps.file org.pentaho.di.trans.steps.fileinput.text -
-
Uses of IBaseFileInputStepControl in org.pentaho.di.trans.steps.file
Classes in org.pentaho.di.trans.steps.file that implement IBaseFileInputStepControl Modifier and Type Class Description class
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 IBaseFileInputStepControl Modifier and Type Class Description class
TextFileInput
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 IBaseFileInputStepControl Constructor Description TextFileInputReader(IBaseFileInputStepControl step, TextFileInputMeta meta, TextFileInputData data, org.apache.commons.vfs2.FileObject file, org.pentaho.di.core.logging.LogChannelInterface log)
-