Package de.hybris.ant.taskdefs
Class UpdatePlatformAntPerformableImpl
- java.lang.Object
-
- de.hybris.ant.taskdefs.AbstractAntPerformable
-
- de.hybris.ant.taskdefs.InitPlatformAntPerformableImpl
-
- de.hybris.ant.taskdefs.UpdatePlatformAntPerformableImpl
-
- All Implemented Interfaces:
AntPerformable
public class UpdatePlatformAntPerformableImpl extends InitPlatformAntPerformableImpl
-
-
Field Summary
-
Fields inherited from class de.hybris.ant.taskdefs.InitPlatformAntPerformableImpl
dryRun
-
Fields inherited from class de.hybris.ant.taskdefs.AbstractAntPerformable
tenantId
-
-
Constructor Summary
Constructors Constructor Description UpdatePlatformAntPerformableImpl()UpdatePlatformAntPerformableImpl(java.lang.String tenantID)UpdatePlatformAntPerformableImpl(java.lang.String tenantID, java.lang.String configurationFileName)UpdatePlatformAntPerformableImpl(java.lang.String tenantID, java.lang.String configurationFileName, java.lang.String dryRun)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>getDefaultConfiguration()Overrides parent method which is called when no config file is specified.protected java.lang.StringgetProcessName()protected voidoverrideConfiguration(java.util.HashMap<java.lang.String,java.lang.Object> result)booleanvalidate()-
Methods inherited from class de.hybris.ant.taskdefs.InitPlatformAntPerformableImpl
beforePerform, createJspContext, failOnError, getExtensions, performImpl, validateConfiguration, validateTenant
-
Methods inherited from class de.hybris.ant.taskdefs.AbstractAntPerformable
afterPerform, doPerform, getApplicationContext
-
-
-
-
Constructor Detail
-
UpdatePlatformAntPerformableImpl
public UpdatePlatformAntPerformableImpl()
-
UpdatePlatformAntPerformableImpl
public UpdatePlatformAntPerformableImpl(java.lang.String tenantID)
-
UpdatePlatformAntPerformableImpl
public UpdatePlatformAntPerformableImpl(java.lang.String tenantID, java.lang.String configurationFileName)
-
UpdatePlatformAntPerformableImpl
public UpdatePlatformAntPerformableImpl(java.lang.String tenantID, java.lang.String configurationFileName, java.lang.String dryRun)
-
-
Method Detail
-
validate
public boolean validate()
- Specified by:
validatein interfaceAntPerformable- Overrides:
validatein classInitPlatformAntPerformableImpl
-
getProcessName
protected java.lang.String getProcessName()
- Overrides:
getProcessNamein classInitPlatformAntPerformableImpl
-
overrideConfiguration
protected void overrideConfiguration(java.util.HashMap<java.lang.String,java.lang.Object> result)
- Overrides:
overrideConfigurationin classInitPlatformAntPerformableImpl
-
getDefaultConfiguration
protected java.util.Map<java.lang.String,java.lang.Object> getDefaultConfiguration()
Overrides parent method which is called when no config file is specified.-
Checks configuration for functionality (by default are all executed):
- update running systems
- essential data
- clear hmc
- localize types
- lucene search rebuild index
-
Generates project data related params for patches extension - if it's not specified no project data will be
loaded.
- Overrides:
getDefaultConfigurationin classInitPlatformAntPerformableImpl
-
-