Package org.opencms.module
Class CmsReplaceModuleInfo
java.lang.Object
org.opencms.module.CmsReplaceModuleInfo
Status after updating a module.
-
Constructor Summary
ConstructorDescriptionCmsReplaceModuleInfo
(CmsModule module, boolean usedUpdater) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the module.boolean
Returns true if the module updater was used.
-
Constructor Details
-
CmsReplaceModuleInfo
Creates a new instance.- Parameters:
module
- the moduleusedUpdater
- true if the module updater was used
-
-
Method Details
-
getModule
Gets the module.- Returns:
- the module
-
usedUpdater
Returns true if the module updater was used.- Returns:
- true if the module updater was used
-