public abstract class AbstractExcelCellStep extends AbstractExcelSheetStep
KEY_CURRENT_SHEET
DEFAULT_DESCRIPTION, ELEMENT_ATTRIBUTE_ID, ELEMENT_ATTRIBUTE_NAME, PROPERTY_TYPE_ANT, PROPERTY_TYPE_ANT_STRICT, PROPERTY_TYPE_DEFAULT, PROPERTY_TYPE_DYNAMIC
description, location, project
Constructor and Description |
---|
AbstractExcelCellStep() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCell() |
protected org.apache.poi.ss.util.CellReference |
getCellReference() |
protected java.lang.String |
getCellReferenceStr() |
protected java.lang.String |
getCellValue() |
java.lang.String |
getCol() |
protected org.apache.poi.ss.usermodel.Cell |
getExcelCell() |
java.lang.String |
getRow() |
void |
setCell(java.lang.String cell) |
void |
setCol(java.lang.String col) |
void |
setRow(java.lang.String row) |
protected void |
verifyParameters()
Called to let the step's implementation validate its parameters.
|
getExcelSheet, getSheetIndex, getSheetName, setCurrentSheet, setSheetIndex, setSheetName
getExcelWorkbook, verifyStrings
addComputedParameters, clone, doExecute, emptyParamCheck, execute, getComputedParameters, getContext, getDefaultPropertyType, getDescription, getDuration, getParameterDictionary, getStepLabel, getVerifier, getWebtestProperties, getWebtestProperties, getWebtestProperty, getWebtestProperty, handleException, hasDescription, integerParamCheck, isCompleted, isPerformingAction, isStarted, isSuccessful, notifyCompleted, notifyStarted, notifyStepResultsListeners, notifySuccess, nullParamCheck, nullResponseCheck, optionalIntegerParamCheck, paramCheck, positiveOrZeroParamCheck, setStepid, setWebtestProperty, setWebtestProperty, toString
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
getDescription, getLocation, getProject, setDescription, setLocation, setProject
public void setCell(java.lang.String cell)
cell
- The index of the sheet to selectpublic java.lang.String getCell()
public void setRow(java.lang.String row)
row
- The row of the sheet to selectpublic java.lang.String getRow()
public void setCol(java.lang.String col)
col
- The column to selectpublic java.lang.String getCol()
protected void verifyParameters()
Step
Step.doExecute()
.
This implementation does nothing, overwrite as needed.verifyParameters
in class AbstractExcelSheetStep
protected org.apache.poi.ss.usermodel.Cell getExcelCell()
protected java.lang.String getCellValue()
protected org.apache.poi.ss.util.CellReference getCellReference()
protected java.lang.String getCellReferenceStr()