Class CmsReplaceModuleInfo

java.lang.Object
org.opencms.module.CmsReplaceModuleInfo

public class CmsReplaceModuleInfo extends Object
Status after updating a module.

  • Constructor Details

    • CmsReplaceModuleInfo

      public CmsReplaceModuleInfo(CmsModule module, boolean usedUpdater)
      Creates a new instance.

      Parameters:
      module - the module
      usedUpdater - true if the module updater was used
  • Method Details

    • getModule

      public CmsModule getModule()
      Gets the module.

      Returns:
      the module
    • usedUpdater

      public boolean usedUpdater()
      Returns true if the module updater was used.

      Returns:
      true if the module updater was used