Package org.opencms.module
Class CmsReplaceModuleInfo
- java.lang.Object
-
- org.opencms.module.CmsReplaceModuleInfo
-
public class CmsReplaceModuleInfo extends java.lang.Object
Status after updating a module.
-
-
Constructor Summary
Constructors Constructor Description CmsReplaceModuleInfo(CmsModule module, boolean usedUpdater)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CmsModulegetModule()Gets the module.booleanusedUpdater()Returns true if the module updater was used.
-
-
-
Constructor Detail
-
CmsReplaceModuleInfo
public CmsReplaceModuleInfo(CmsModule module, boolean usedUpdater)
Creates a new instance.- Parameters:
module- the moduleusedUpdater- 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
-
-