public class

LocalesModule

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

Class Overview

This module is responsible to upgrade the locales.xml file.

Summary

Public Constructors
LocalesModule(UpgradeManager manager)
Public Methods
String getDescription()
String getName()
Protected Methods
Class elementClass()
Subclasses must implement this method to identify the AbstractConfigurationElement class that represents the root node of the xml.
String initParameterName()
Subclasses must implement this method to identify the name of the init-parameter that defines the location of the xml configuration file.
[Expand]
Inherited Methods
From class com.microstrategy.web.app.utils.upgrade.AbstractXMLConfigModule
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 LocalesModule (UpgradeManager manager)

Public Methods

public String getDescription ()

public String getName ()

Protected Methods

protected Class elementClass ()

Subclasses must implement this method to identify the AbstractConfigurationElement class that represents the root node of the xml.

protected String initParameterName ()

Subclasses must implement this method to identify the name of the init-parameter that defines the location of the xml configuration file.