Package org.pentaho.di.trans.step
Class StepInitThread
java.lang.Object
org.pentaho.di.trans.step.StepInitThread
- All Implemented Interfaces:
Runnable
-
Field Summary
-
Constructor Summary
ConstructorDescriptionStepInitThread
(StepMetaDataCombi combi, org.pentaho.di.core.logging.LogChannelInterface log) -
Method Summary
-
Field Details
-
ok
public boolean ok -
finished
public boolean finished -
doIt
public boolean doIt
-
-
Constructor Details
-
StepInitThread
-
-
Method Details
-
toString
-
run
public void run() -
isFinished
public boolean isFinished() -
isOk
public boolean isOk() -
getCombi
- Returns:
- Returns the combi.
-
setCombi
- Parameters:
combi
- The combi to set.
-
isDoIt
public boolean isDoIt()- Returns:
- the doIt
-
setDoIt
public void setDoIt(boolean doIt) - Parameters:
doIt
- the doIt to set
-