Interface MacroReplacementRendererRepository
- 
- All Known Implementing Classes:
 DefaultMacroReplacementRendererRepository
public interface MacroReplacementRendererRepositoryRepresenting a component that maintains a list ofMacroReplacementRendererto be used during migration of macros. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MacroReplacementRenderergetMacroReplacementRenderer(String macroClass)Get the MacroReplacementRenderer for the given class of v2 Macro. 
 - 
 
- 
- 
Method Detail
- 
getMacroReplacementRenderer
MacroReplacementRenderer getMacroReplacementRenderer(String macroClass)
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
 
 
 - 
 
 -