public class VariablesResolver
extends java.lang.Object
There is an instance of the VariableResolver per execution thread. Note that the taxonomy development process is all executed in the same thread from start to end
Use the getInstance()
method to obtain the variable resolver for
this thread
Remember to call remove()
method when the thread no longer needs more variables
Modifier and Type | Method and Description |
---|---|
void |
clean() |
static VariablesResolver |
getInstance() |
void |
removeVariable(java.lang.String variableName)
Remove the variable name form the VariablesResolver
|
org.apache.poi.ss.usermodel.RichTextString |
resolve(ExcelSheetPoint excelSheetPoint) |
void |
setVariable(java.lang.String varName,
ExcelSheetPoint clone,
org.apache.log4j.Logger logger) |
public static VariablesResolver getInstance()
public void removeVariable(java.lang.String variableName)
variableName
- public org.apache.poi.ss.usermodel.RichTextString resolve(ExcelSheetPoint excelSheetPoint) throws SheetPointAccessException
excelSheetPoint
- SheetPointAccessException
public void setVariable(java.lang.String varName, ExcelSheetPoint clone, org.apache.log4j.Logger logger)
varName
- clone
- gc
- public void clean()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa