Package de.hybris.ant.taskdefs
Class CheckPlatformAntPerformableImpl
- java.lang.Object
-
- de.hybris.ant.taskdefs.AbstractAntPerformable
-
- de.hybris.ant.taskdefs.CheckPlatformAntPerformableImpl
-
- All Implemented Interfaces:
AntPerformable
public class CheckPlatformAntPerformableImpl extends AbstractAntPerformable
-
-
Field Summary
-
Fields inherited from class de.hybris.ant.taskdefs.AbstractAntPerformable
tenantId
-
-
Constructor Summary
Constructors Constructor Description CheckPlatformAntPerformableImpl(java.lang.String tenantID, java.lang.String ddlFilePath, java.lang.String dmlFilePath, java.lang.String changesFilePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetChangesFilePath()java.io.FilegetDdlFilePath()java.io.FilegetDmlFilePath()protected voidperformImpl()-
Methods inherited from class de.hybris.ant.taskdefs.AbstractAntPerformable
afterPerform, beforePerform, doPerform, failOnError, getApplicationContext, validate, validateTenant
-
-
-
-
Method Detail
-
performImpl
protected void performImpl() throws java.lang.Exception- Specified by:
performImplin classAbstractAntPerformable- Throws:
java.lang.Exception
-
getDdlFilePath
public java.io.File getDdlFilePath()
-
getDmlFilePath
public java.io.File getDmlFilePath()
-
getChangesFilePath
public java.io.File getChangesFilePath()
-
-