| Modifier and Type | Field and Description | 
|---|---|
boolean | 
doIt  | 
boolean | 
finished  | 
boolean | 
ok  | 
| Constructor and Description | 
|---|
StepInitThread(StepMetaDataCombi combi,
              org.pentaho.di.core.logging.LogChannelInterface log)  | 
| Modifier and Type | Method and Description | 
|---|---|
StepMetaDataCombi | 
getCombi()  | 
boolean | 
isDoIt()  | 
boolean | 
isFinished()  | 
boolean | 
isOk()  | 
void | 
run()  | 
void | 
setCombi(StepMetaDataCombi combi)  | 
void | 
setDoIt(boolean doIt)  | 
String | 
toString()  | 
public StepInitThread(StepMetaDataCombi combi, org.pentaho.di.core.logging.LogChannelInterface log)
public boolean isFinished()
public boolean isOk()
public StepMetaDataCombi getCombi()
public void setCombi(StepMetaDataCombi combi)
combi - The combi to set.public boolean isDoIt()
public void setDoIt(boolean doIt)
doIt - the doIt to set