org.pentaho.di.trans.steps.script
Class ScriptData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by org.pentaho.di.trans.steps.script.ScriptData
All Implemented Interfaces:
StepDataInterface

public class ScriptData
extends BaseStepData
implements StepDataInterface

Since:
24-jan-2005
Author:
Matt

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 javax.script.ScriptEngine cx
           
 int[] fields_used
           
 RowMetaInterface outputRowMeta
           
 int[] replaceIndex
           
 javax.script.Bindings scope
           
 javax.script.CompiledScript script
           
 Value[] values_used
           
 
Constructor Summary
ScriptData()
           
 
Method Summary
 void check(int i)
           
 
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
 

Field Detail

cx

public javax.script.ScriptEngine cx

scope

public javax.script.Bindings scope

script

public javax.script.CompiledScript script

fields_used

public int[] fields_used

values_used

public Value[] values_used

outputRowMeta

public RowMetaInterface outputRowMeta

replaceIndex

public int[] replaceIndex
Constructor Detail

ScriptData

public ScriptData()
Method Detail

check

public void check(int i)