Interface MacroReplacementRendererRepository
- All Known Implementing Classes:
DefaultMacroReplacementRendererRepository
public interface MacroReplacementRendererRepository
Representing a component that maintains a list of
MacroReplacementRenderer
to be used during migration of macros.-
Method Summary
Modifier and TypeMethodDescriptiongetMacroReplacementRenderer
(String macroClass) Get the MacroReplacementRenderer for the given class of v2 Macro.
-
Method Details
-
getMacroReplacementRenderer
Get the MacroReplacementRenderer for the given class of v2 Macro.- Parameters:
macroClass
- the class name of a v2 Macro to be replaced.- Returns:
- the MacroReplacementRenderer that handles the provided macro or null if there is no MacroReplacementRenderer
-