com.atlassian.confluence.macro.xhtml
Interface MacroMigrationManager

All Known Implementing Classes:
DefaultMacroMigrationManager

public interface MacroMigrationManager

Since:
4.0

Method Summary
 MacroMigration getMacroMigration(java.lang.String macroName)
          Returns the MacroMigration for the given macro.
 

Method Detail

getMacroMigration

MacroMigration getMacroMigration(java.lang.String macroName)
Returns the MacroMigration for the given macro.

If a custom MacroMigration is registered for this macro name it will be returned, otherwise if the macro implements the Macro interface it will return a MacroMigration based on the type of macro.

Parameters:
macroName -
Returns:
a macro migration. Cannot be null.


Copyright © 2003-2014 Atlassian. All Rights Reserved.