Class RegexEvalData

java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.regexeval.RegexEvalData
All Implemented Interfaces:
StepDataInterface

public class RegexEvalData extends BaseStepData implements StepDataInterface
Runtime data for the RegexEval step.
Since:
27-03-2008
Author:
Samatar Hassan, Daniel Einspanjer
  • Field Details

    • outputRowMeta

      public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
    • conversionRowMeta

      public org.pentaho.di.core.row.RowMetaInterface conversionRowMeta
    • indexOfFieldToEvaluate

      public int indexOfFieldToEvaluate
    • indexOfResultField

      public int indexOfResultField
    • pattern

      public Pattern pattern
    • positions

      public int[] positions
  • Constructor Details

    • RegexEvalData

      public RegexEvalData()