com.atlassian.confluence.content.render.xhtml.migration
Class DefaultWikiToXhtmlSiteMigrator

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.migration.DefaultWikiToXhtmlSiteMigrator
All Implemented Interfaces:
WikiToXhtmlSiteMigrator

public class DefaultWikiToXhtmlSiteMigrator
extends Object
implements WikiToXhtmlSiteMigrator


Method Summary
 boolean isSiteMigrationInProgress()
           
 ExceptionReport migrateSite()
          Migrate the entire site from wiki to Xhtml storage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

migrateSite

public ExceptionReport migrateSite()
                            throws MigrationException
Description copied from interface: WikiToXhtmlSiteMigrator
Migrate the entire site from wiki to Xhtml storage. Only one migration can be in progress at any time.

Specified by:
migrateSite in interface WikiToXhtmlSiteMigrator
Throws:
MigrationException - wrapping any exceptions which occur during the migration

isSiteMigrationInProgress

public boolean isSiteMigrationInProgress()
Specified by:
isSiteMigrationInProgress in interface WikiToXhtmlSiteMigrator
Returns:
if a migration is currently in progress


Confluence is developed by Atlassian.