createVariable
public VariableResolver createVariable(java.lang.String name,
java.lang.Object value)
Creates a new variable. This probably doesn't need to be implemented in most scenarios. This is
used for variable assignment.
- Specified by:
createVariable
in interface VariableResolverFactory
- Overrides:
createVariable
in class StackDemarcResolverFactory
- Parameters:
name
- - name of the variable being created
value
- - value of the variable
- Returns:
- instance of the variable resolver associated with the variable