public class CmsReplaceModuleInfo extends java.lang.Object
| Constructor and Description |
|---|
CmsReplaceModuleInfo(CmsModule module,
boolean usedUpdater)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
CmsModule |
getModule()
Gets the module.
|
boolean |
usedUpdater()
Returns true if the module updater was used.
|
public CmsReplaceModuleInfo(CmsModule module, boolean usedUpdater)
module - the moduleusedUpdater - true if the module updater was usedpublic boolean usedUpdater()