Uses of Class
org.pentaho.di.trans.steps.fileinput.text.TextFileInputData
-
Packages that use TextFileInputData Package Description org.pentaho.di.trans.steps.fileinput.text -
-
Uses of TextFileInputData in org.pentaho.di.trans.steps.fileinput.text
Methods in org.pentaho.di.trans.steps.fileinput.text with parameters of type TextFileInputData Modifier and Type Method Description protected IBaseFileInputReader
TextFileInput. createReader(TextFileInputMeta meta, TextFileInputData data, org.apache.commons.vfs2.FileObject file)
Constructors in org.pentaho.di.trans.steps.fileinput.text with parameters of type TextFileInputData Constructor Description TextFileInputReader(IBaseFileInputStepControl step, TextFileInputMeta meta, TextFileInputData data, org.apache.commons.vfs2.FileObject file, org.pentaho.di.core.logging.LogChannelInterface log)
-