com.atlassian.confluence.macro.xhtml
Class MacroMigrationLifecycleItem

java.lang.Object
  extended by com.atlassian.confluence.macro.xhtml.MacroMigrationLifecycleItem
All Implemented Interfaces:
com.atlassian.config.lifecycle.LifecycleItem

public class MacroMigrationLifecycleItem
extends java.lang.Object
implements com.atlassian.config.lifecycle.LifecycleItem


Constructor Summary
MacroMigrationLifecycleItem()
           
 
Method Summary
 void setXhtmlWikiMarkupMacroSiteMigrator(SiteMigrator xhtmlWikiMarkupMacroSiteMigrator)
           
 void shutdown(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext)
           
 void startup(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacroMigrationLifecycleItem

public MacroMigrationLifecycleItem()
Method Detail

startup

public void startup(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext)
             throws java.lang.Exception
Specified by:
startup in interface com.atlassian.config.lifecycle.LifecycleItem
Throws:
java.lang.Exception

shutdown

public void shutdown(com.atlassian.config.lifecycle.LifecycleContext lifecycleContext)
              throws java.lang.Exception
Specified by:
shutdown in interface com.atlassian.config.lifecycle.LifecycleItem
Throws:
java.lang.Exception

setXhtmlWikiMarkupMacroSiteMigrator

public void setXhtmlWikiMarkupMacroSiteMigrator(SiteMigrator xhtmlWikiMarkupMacroSiteMigrator)


Copyright © 2003-2014 Atlassian. All Rights Reserved.