Interface MacroMigrationManager
- All Known Implementing Classes:
DefaultMacroMigrationManager
public interface MacroMigrationManager
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptiongetMacroMigration(String macroName) Returns theMacroMigrationfor the given macro.
-
Method Details
-
getMacroMigration
Returns theMacroMigrationfor the given macro.If a custom
MacroMigrationis registered for this macro name it will be returned, otherwise if the macro implements theMacrointerface it will return aMacroMigrationbased on the type of macro.- Parameters:
macroName-- Returns:
- a macro migration. Cannot be null.
-