Interface IMacroTableProvider

All Known Implementing Classes:
MacroTable

public interface IMacroTableProvider
Provides value for a macro.
  • Method Summary

    Modifier and Type
    Method
    Description
    getMacroValue(String macroName)
    Get value of a macro.
  • Method Details

    • getMacroValue

      String getMacroValue(String macroName)
      Get value of a macro.
      Parameters:
      macroName - the name of the macro
      Returns:
      the value of the macro, null if no such macro exists.