Interface VariableResolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String resolve​(java.lang.String variable)
      Returns a replacement value for the named variable or null if no replacement is available.
    • Method Detail

      • resolve

        java.lang.String resolve​(java.lang.String variable)
        Returns a replacement value for the named variable or null if no replacement is available.
        Parameters:
        variable - The name of the variable for which to return a replacement.
        Returns:
        The replacement value or null if no replacement is available.