Class PropertiesModule

  • All Implemented Interfaces:
    UpgradeModule

    public class PropertiesModule
    extends AbstractModule
    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.
    Since:
    MicroStrategy Web 9.0.0
    • Constructor Detail

      • PropertiesModule

        public PropertiesModule​(UpgradeManager manager)
        Default constructor. Receives the UpgradeManager instantiating this AbstractModule.
    • Method Detail

      • run

        public void run​(UpgradeInfo info)
                 throws UpgradeException
        Description copied from class: AbstractModule
        Method triggered to execute the module's upgrade tasks.
        Specified by:
        run in class AbstractModule
        Parameters:
        info - upgrade information.
        Throws:
        UpgradeException - when an unexpected error that prevents the module to cotinue occurs. Other errors should simply be logged.
      • 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.