Class LocalesModule
- java.lang.Object
-
- com.microstrategy.web.app.utils.upgrade.AbstractModule
-
- com.microstrategy.web.app.utils.upgrade.AbstractXMLConfigModule
-
- com.microstrategy.web.app.utils.upgrade.LocalesModule
-
- All Implemented Interfaces:
UpgradeModule
public class LocalesModule extends AbstractXMLConfigModule
This module is responsible to upgrade the locales.xml file.- Since:
- MicroStrategy Web 9.0.0
-
-
Constructor Summary
Constructors Constructor Description LocalesModule(UpgradeManager manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Class
elementClass()
Subclasses must implement this method to identify the AbstractConfigurationElement class that represents the root node of the xml.java.lang.String
getDescription()
A description of the task the module performs.java.lang.String
getName()
The display name of this module.protected java.lang.String
initParameterName()
Subclasses must implement this method to identify the name of the init-parameter that defines the location of the xml configuration file.-
Methods inherited from class com.microstrategy.web.app.utils.upgrade.AbstractXMLConfigModule
calculateDeltas, calculateNewPath, getBaseElement, getCustomElement, getUpgradeInfo, processConfigFile, processDeltas, run, saveDeltas
-
Methods inherited from class com.microstrategy.web.app.utils.upgrade.AbstractModule
canChangeEnabled, getRelativePath, getUpgradeManager, isEnabled, setEnabled
-
-
-
-
Constructor Detail
-
LocalesModule
public LocalesModule(UpgradeManager manager)
-
-
Method Detail
-
elementClass
protected java.lang.Class elementClass()
Description copied from class:AbstractXMLConfigModule
Subclasses must implement this method to identify the AbstractConfigurationElement class that represents the root node of the xml.- Specified by:
elementClass
in classAbstractXMLConfigModule
-
initParameterName
protected java.lang.String initParameterName()
Description copied from class:AbstractXMLConfigModule
Subclasses must implement this method to identify the name of the init-parameter that defines the location of the xml configuration file.- Specified by:
initParameterName
in classAbstractXMLConfigModule
-
getName
public java.lang.String getName()
Description copied from interface:UpgradeModule
The display name of this module.
-
getDescription
public java.lang.String getDescription()
Description copied from interface:UpgradeModule
A description of the task the module performs.
-
-