Interface MacroResolver

  • All Known Implementing Classes:
    MacroResolverImpl

    public interface MacroResolver
    Resolves the macros in the given string.
    Author:
    Alfonso Vásquez
    See Also:
    Macro
    • Method Detail

      • resolveMacros

        String resolveMacros​(String str)
        Resolve the macros found in the string.
        Parameters:
        str - the string with the macros
        Returns:
        the resolved string
      • resolveMacros

        String resolveMacros​(String str,
                             Map<String,​?> macroValues)
        Resolve the macros found in the string.
        Parameters:
        str - the string with the macros
        macroValues - additional macros values
        Returns:
        the resolved string