public class

CleanUpModule

extends AbstractModule
java.lang.Object
   ↳ com.microstrategy.web.app.utils.upgrade.AbstractModule
     ↳ com.microstrategy.web.app.utils.upgrade.CleanUpModule

Class Overview

This module performs general clean-up tasks for the upgrade. It cannot be disabled.

Summary

Public Constructors
CleanUpModule(UpgradeManager manager)
Default constructor.
Public Methods
boolean canChangeEnabled()
Returns false.
String getDescription()
String getName()
void run(UpgradeInfo info)
Method triggered to execute the module's upgrade tasks.
[Expand]
Inherited Methods
From class com.microstrategy.web.app.utils.upgrade.AbstractModule
From class java.lang.Object
From interface com.microstrategy.web.app.utils.upgrade.UpgradeModule

Public Constructors

public CleanUpModule (UpgradeManager manager)

Default constructor. Receives the UpgradeManager instantiating this CleanUpModule.

Public Methods

public boolean canChangeEnabled ()

Returns false. Users are not allowed to disable this module.

public String getDescription ()

public String getName ()

public void run (UpgradeInfo info)

Method triggered to execute the module's upgrade tasks.

Parameters
info upgrade information.