Uses of Class
org.pentaho.di.trans.steps.textfileinput.TextFileInputMeta

Packages that use TextFileInputMeta
org.pentaho.di.trans.steps.textfileinput   
org.pentaho.di.ui.trans.steps.textfileinput   
 

Uses of TextFileInputMeta in org.pentaho.di.trans.steps.textfileinput
 

Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type TextFileInputMeta
static String[] TextFileInput.guessStringsFromLine(LogChannelInterface log, String line, TextFileInputMeta inf, String delimiter)
           
 

Uses of TextFileInputMeta in org.pentaho.di.ui.trans.steps.textfileinput
 

Methods in org.pentaho.di.ui.trans.steps.textfileinput with parameters of type TextFileInputMeta
 void TextFileInputDialog.getData(TextFileInputMeta meta)
          Read the data from the TextFileInputMeta object and show it in this dialog.