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 String
BaseFileOutputMeta. buildFilename(String realFileName, String realExtension, String stepnr, String partnr, String splitnr, Date date, boolean ziparchive, boolean showSamples, BaseFileOutputMeta meta)
protected String
BaseFileOutputMeta. 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 class
TextFileOutputMeta
-
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 class
TextFileOutputLegacyMeta
Deprecated.useTextFileOutputMeta
instead.
-