Class TextFileOutputLegacy

java.lang.Object
org.pentaho.di.trans.step.BaseStep
org.pentaho.di.trans.steps.textfileoutput.TextFileOutput
org.pentaho.di.trans.steps.textfileoutputlegacy.TextFileOutputLegacy
All Implemented Interfaces:
org.pentaho.di.core.ExtensionDataInterface, HasLogChannelInterface, org.pentaho.di.core.logging.LoggingObjectInterface, org.pentaho.di.core.logging.LoggingObjectLifecycleInterface, org.pentaho.di.core.variables.VariableSpace, StepInterface

@Deprecated public class TextFileOutputLegacy extends TextFileOutput
Deprecated.
use TextFileOutput instead.
This is deprecated version with capability run as command.
  • Constructor Details

  • Method Details

    • writeRowTo

      protected boolean writeRowTo(Object[] row) throws org.pentaho.di.core.exception.KettleException
      Deprecated.
      Overrides:
      writeRowTo in class TextFileOutput
      Throws:
      org.pentaho.di.core.exception.KettleException
    • initOutput

      protected void initOutput() throws org.pentaho.di.core.exception.KettleException
      Deprecated.
      Overrides:
      initOutput in class TextFileOutput
      Throws:
      org.pentaho.di.core.exception.KettleException
    • close

      protected void close() throws IOException
      Deprecated.
      Overrides:
      close in class TextFileOutput
      Throws:
      IOException