com.atlassian.confluence.upgrade
Class MoveLayoutsToDatabaseUpgradeTask

java.lang.Object
  extended bycom.atlassian.confluence.upgrade.MoveLayoutsToDatabaseUpgradeTask
All Implemented Interfaces:
UpgradeTask

public class MoveLayoutsToDatabaseUpgradeTask
extends Object
implements UpgradeTask


Field Summary
static String DECORATORS
           
static org.apache.log4j.Category log
           
static String PAGE_EXPORT_LAYOUT
           
static String SPACE_EXPORT_LAYOUT
           
 
Constructor Summary
MoveLayoutsToDatabaseUpgradeTask()
           
 
Method Summary
 void doUpgrade()
           
 String getBuildNumber()
           
 Collection getErrors()
           
 String getShortDescription()
           
 void setPersistentDecoratorDao(PersistentDecoratorDao persistentDecoratorDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.log4j.Category log

DECORATORS

public static final String DECORATORS
See Also:
Constant Field Values

SPACE_EXPORT_LAYOUT

public static final String SPACE_EXPORT_LAYOUT

PAGE_EXPORT_LAYOUT

public static final String PAGE_EXPORT_LAYOUT
Constructor Detail

MoveLayoutsToDatabaseUpgradeTask

public MoveLayoutsToDatabaseUpgradeTask()
Method Detail

getBuildNumber

public String getBuildNumber()
Specified by:
getBuildNumber in interface UpgradeTask

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in interface UpgradeTask

doUpgrade

public void doUpgrade()
               throws Exception
Specified by:
doUpgrade in interface UpgradeTask
Throws:
Exception

getErrors

public Collection getErrors()
Specified by:
getErrors in interface UpgradeTask

setPersistentDecoratorDao

public void setPersistentDecoratorDao(PersistentDecoratorDao persistentDecoratorDao)


Confluence is developed by Atlassian.