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 TextFileOutputMetaTextFileOutput. metaMethods in org.pentaho.di.trans.steps.textfileoutput with parameters of type TextFileOutputMeta Modifier and Type Method Description StringTextFileOutputMeta. 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 classTextFileOutputLegacyMetaDeprecated.useTextFileOutputMetainstead.Methods in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type TextFileOutputMeta Modifier and Type Method Description StringTextFileOutputLegacyMeta. buildFilename(String filename, String extension, org.pentaho.di.core.variables.VariableSpace space, int stepnr, String partnr, int splitnr, boolean ziparchive, TextFileOutputMeta meta)Deprecated.
-