Class StackDelimiterResolverFactory

    • Constructor Detail

    • Method Detail

      • createVariable

        public VariableResolver createVariable​(java.lang.String name,
                                               java.lang.Object value)
        Description copied from interface: VariableResolverFactory
        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