Package de.hybris.ant.taskdefs
Class ClearLockAntPerformable
- java.lang.Object
-
- de.hybris.ant.taskdefs.AbstractAntPerformable
-
- de.hybris.ant.taskdefs.ClearLockAntPerformable
-
- All Implemented Interfaces:
AntPerformable
public class ClearLockAntPerformable extends AbstractAntPerformable
-
-
Field Summary
-
Fields inherited from class de.hybris.ant.taskdefs.AbstractAntPerformable
tenantId
-
-
Constructor Summary
Constructors Constructor Description ClearLockAntPerformable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidperformImpl()booleanvalidate()-
Methods inherited from class de.hybris.ant.taskdefs.AbstractAntPerformable
afterPerform, beforePerform, doPerform, failOnError, getApplicationContext, validateTenant
-
-
-
-
Method Detail
-
performImpl
protected void performImpl() throws java.lang.Exception- Specified by:
performImplin classAbstractAntPerformable- Throws:
java.lang.Exception
-
validate
public boolean validate()
- Specified by:
validatein interfaceAntPerformable- Overrides:
validatein classAbstractAntPerformable
-
-