Package step.datapool.excel
Class ExcelDataPoolImpl
-
Field Summary
Fields inherited from class step.datapool.DataSet
closing, configuration, context, isRowCommitEnabled -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclose()voidinit()next_()voidreset()voidsave()voidsetContext(ExecutionContext executionContext) Methods inherited from class step.datapool.DataSet
enableRowCommit, isWriteQueueSupportEnabled, next, writeRow
-
Constructor Details
-
ExcelDataPoolImpl
-
-
Method Details
-
init
public void init()- Overrides:
initin classDataSet<ExcelDataPool>
-
reset
public void reset()- Specified by:
resetin classDataSet<ExcelDataPool>
-
next_
- Specified by:
next_in classDataSet<ExcelDataPool>
-
save
public void save()- Overrides:
savein classDataSet<ExcelDataPool>
-
close
public void close()- Overrides:
closein classDataSet<ExcelDataPool>
-
addRow
- Specified by:
addRowin classDataSet<ExcelDataPool>
-
setContext
- Overrides:
setContextin classDataSet<ExcelDataPool>
-