public class ExcelAntEvaluateCell
extends org.apache.tools.ant.Task
Constructor and Description |
---|
ExcelAntEvaluateCell() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected java.lang.String |
getCell() |
protected double |
getExpectedValue() |
protected double |
getPrecision() |
ExcelAntEvaluationResult |
getResult() |
protected boolean |
requiredToPass() |
void |
setCell(java.lang.String cell) |
void |
setExpectedValue(double expectedValue) |
protected void |
setGlobalPrecision(double prec) |
void |
setPrecision(double precision) |
void |
setRequiredToPass(boolean val) |
void |
setShowDelta(boolean value) |
protected void |
setWorkbookUtil(ExcelAntWorkbookUtil wb) |
protected boolean |
showDelta() |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
protected void setWorkbookUtil(ExcelAntWorkbookUtil wb)
public void setShowDelta(boolean value)
protected boolean showDelta()
public void setCell(java.lang.String cell)
public void setRequiredToPass(boolean val)
protected boolean requiredToPass()
public void setExpectedValue(double expectedValue)
public void setPrecision(double precision)
protected void setGlobalPrecision(double prec)
protected java.lang.String getCell()
protected double getExpectedValue()
protected double getPrecision()
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public ExcelAntEvaluationResult getResult()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.]]>