Interface VariableProvider


  • public interface VariableProvider
    • Method Detail

      • getVariable

        Variable getVariable​(Variable variable)
        Substitutes one variable for another.
        Parameters:
        variable - Variable to be substituted.
        Returns:
        Variable substitution or null if no substitution is provided for this variable.
        Throws:
        java.lang.IllegalArgumentException - if the argument is null.