Uses of Class
org.pentaho.di.trans.steps.file.BaseFileOutputMeta
-
Packages that use BaseFileOutputMeta Package Description org.pentaho.di.trans.steps.file org.pentaho.di.trans.steps.textfileoutput org.pentaho.di.trans.steps.textfileoutputlegacy -
-
Uses of BaseFileOutputMeta in org.pentaho.di.trans.steps.file
Methods in org.pentaho.di.trans.steps.file with parameters of type BaseFileOutputMeta Modifier and Type Method Description protected StringBaseFileOutputMeta. buildFilename(String realFileName, String realExtension, String stepnr, String partnr, String splitnr, Date date, boolean ziparchive, boolean showSamples, BaseFileOutputMeta meta)protected StringBaseFileOutputMeta. buildFilename(org.pentaho.di.core.variables.VariableSpace space, String realFileName, String realExtension, String stepnr, String partnr, String splitnr, Date date, boolean ziparchive, boolean showSamples, BaseFileOutputMeta meta) -
Uses of BaseFileOutputMeta in org.pentaho.di.trans.steps.textfileoutput
Subclasses of BaseFileOutputMeta in org.pentaho.di.trans.steps.textfileoutput Modifier and Type Class Description classTextFileOutputMeta -
Uses of BaseFileOutputMeta in org.pentaho.di.trans.steps.textfileoutputlegacy
Subclasses of BaseFileOutputMeta in org.pentaho.di.trans.steps.textfileoutputlegacy Modifier and Type Class Description classTextFileOutputLegacyMetaDeprecated.useTextFileOutputMetainstead.
-