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
-
Field Summary
Fields inherited from class de.hybris.ant.taskdefs.InitPlatformAntPerformableImpl
dryRunFields inherited from class de.hybris.ant.taskdefs.AbstractAntPerformable
tenantId -
Constructor Summary
ConstructorsConstructorDescriptionUpdatePlatformAntPerformableImpl(String tenantID) UpdatePlatformAntPerformableImpl(String tenantID, String configurationFileName) UpdatePlatformAntPerformableImpl(String tenantID, String configurationFileName, String dryRun) -
Method Summary
Methods inherited from class de.hybris.ant.taskdefs.InitPlatformAntPerformableImpl
beforePerform, createJspContext, failOnError, getExtensions, performImpl, validateConfiguration, validateTenantMethods inherited from class de.hybris.ant.taskdefs.AbstractAntPerformable
afterPerform, doPerform, getApplicationContext
-
Constructor Details
-
UpdatePlatformAntPerformableImpl
public UpdatePlatformAntPerformableImpl() -
UpdatePlatformAntPerformableImpl
-
UpdatePlatformAntPerformableImpl
-
UpdatePlatformAntPerformableImpl
-
-
Method Details
-
validate
public boolean validate()- Specified by:
validatein interfaceAntPerformable- Overrides:
validatein classInitPlatformAntPerformableImpl
-
getProcessName
- Overrides:
getProcessNamein classInitPlatformAntPerformableImpl
-
overrideConfiguration
- Overrides:
overrideConfigurationin classInitPlatformAntPerformableImpl
-
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
-