Class UpdateModuleResgistryStepExecutable
- java.lang.Object
-
- lumis.portal.deployment.stepexecutable.AbstractDeploymentStepExecutable
-
- lumis.portal.deployment.stepexecutable.module.UpdateModuleResgistryStepExecutable
-
- All Implemented Interfaces:
Serializable
,IDeploymentStepExecutable
,IStepExecutable
public class UpdateModuleResgistryStepExecutable extends AbstractDeploymentStepExecutable
Update module register step.- Since:
- 10.2.0
- Version:
- $Revision: 21012 $ $Date: 2018-03-07 18:06:52 -0300 (Wed, 07 Mar 2018) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateModuleResgistryStepExecutable(IModule module)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
executeInternal(IStep step)
Executes the step.protected DeploymentMessageWriter[]
getDeploymentMessageWriters()
Returns the deployment message writer to be used.protected String
getDescriptionInternal()
Returns the description of this step.protected ILogger
getLogger()
Returns the logger to be used.protected String
getMessageInternal()
Returns the message.IModule
getModule()
Returns the module.boolean
isMandatory()
Indicates whether the step is mandatory.-
Methods inherited from class lumis.portal.deployment.stepexecutable.AbstractDeploymentStepExecutable
execute, getDescription, getMessage, localize, stepIgnored
-
-
-
-
Constructor Detail
-
UpdateModuleResgistryStepExecutable
public UpdateModuleResgistryStepExecutable(IModule module)
Creates a new instance.- Parameters:
module
- the module.- Since:
- 7.1.0
-
-
Method Detail
-
executeInternal
protected void executeInternal(IStep step) throws Throwable
Description copied from class:AbstractDeploymentStepExecutable
Executes the step.- Specified by:
executeInternal
in classAbstractDeploymentStepExecutable
- Parameters:
step
- the step.- Throws:
Throwable
-
getLogger
protected ILogger getLogger()
Description copied from class:AbstractDeploymentStepExecutable
Returns the logger to be used.- Specified by:
getLogger
in classAbstractDeploymentStepExecutable
- Returns:
- the logger to be used.
-
getDescriptionInternal
protected String getDescriptionInternal() throws Throwable
Description copied from class:AbstractDeploymentStepExecutable
Returns the description of this step.- Specified by:
getDescriptionInternal
in classAbstractDeploymentStepExecutable
- Returns:
- the description of this step.
- Throws:
Throwable
-
isMandatory
public boolean isMandatory()
Description copied from interface:IDeploymentStepExecutable
Indicates whether the step is mandatory.- Specified by:
isMandatory
in interfaceIDeploymentStepExecutable
- Overrides:
isMandatory
in classAbstractDeploymentStepExecutable
- Returns:
- whether the step is mandatory.
-
getModule
public IModule getModule()
Returns the module.- Returns:
- the module.
- Since:
- 7.1.0
-
getDeploymentMessageWriters
protected DeploymentMessageWriter[] getDeploymentMessageWriters()
Description copied from class:AbstractDeploymentStepExecutable
Returns the deployment message writer to be used.- Specified by:
getDeploymentMessageWriters
in classAbstractDeploymentStepExecutable
- Returns:
- the deployment message writer to be used.
-
getMessageInternal
protected String getMessageInternal() throws Throwable
Description copied from class:AbstractDeploymentStepExecutable
Returns the message.- Specified by:
getMessageInternal
in classAbstractDeploymentStepExecutable
- Returns:
- the message.
- Throws:
Throwable
-
-