Class CmsReplaceModuleInfo

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CmsModule getModule()
      Gets the module.
      boolean usedUpdater()
      Returns true if the module updater was used.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CmsReplaceModuleInfo

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

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

      • usedUpdater

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

        Returns:
        true if the module updater was used