public class

PropertiesModule

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

Class Overview

This module is responsible for identifying deltas in all ".properties" files that are inside /WEB-INF/classes and save those deltas into the target plugin.

Summary

Public Constructors
PropertiesModule(UpgradeManager manager)
Default constructor.
Public Methods
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 PropertiesModule (UpgradeManager manager)

Default constructor. Receives the UpgradeManager instantiating this AbstractModule.

Public Methods

public String getDescription ()

public String getName ()

public void run (UpgradeInfo info)

Method triggered to execute the module's upgrade tasks.

Parameters
info upgrade information.