Uses of Class
org.pentaho.di.trans.steps.textfileoutput.TextFileOutputMeta
-
Packages that use TextFileOutputMeta Package Description org.pentaho.di.trans.steps.textfileoutput org.pentaho.di.trans.steps.textfileoutputlegacy -
-
Uses of TextFileOutputMeta in org.pentaho.di.trans.steps.textfileoutput
Fields in org.pentaho.di.trans.steps.textfileoutput declared as TextFileOutputMeta Modifier and Type Field Description TextFileOutputMeta
TextFileOutput. meta
Methods in org.pentaho.di.trans.steps.textfileoutput with parameters of type TextFileOutputMeta Modifier and Type Method Description String
TextFileOutputMeta. buildFilename(String filename, String extension, org.pentaho.di.core.variables.VariableSpace space, int stepnr, String partnr, int splitnr, boolean ziparchive, TextFileOutputMeta meta)
-
Uses of TextFileOutputMeta in org.pentaho.di.trans.steps.textfileoutputlegacy
Subclasses of TextFileOutputMeta in org.pentaho.di.trans.steps.textfileoutputlegacy Modifier and Type Class Description class
TextFileOutputLegacyMeta
Deprecated.useTextFileOutputMeta
instead.Methods in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type TextFileOutputMeta Modifier and Type Method Description String
TextFileOutputLegacyMeta. buildFilename(String filename, String extension, org.pentaho.di.core.variables.VariableSpace space, int stepnr, String partnr, int splitnr, boolean ziparchive, TextFileOutputMeta meta)
Deprecated.
-