public abstract class AbstractAntPerformable extends Object implements AntPerformable
| Constructor and Description |
|---|
AbstractAntPerformable(String tenant) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPerform() |
boolean |
beforePerform()
checks if sufficient attributes provided have also
|
void |
doPerform() |
protected ApplicationContext |
getApplicationContext() |
protected abstract void |
performImpl() |
boolean |
validate() |
protected void |
validateTenant(String tenant)
validates tenant name correctness
|
protected String tenantId
public AbstractAntPerformable(String tenant)
protected void validateTenant(String tenant)
public final void doPerform()
throws Exception
doPerform in interface AntPerformableExceptionpublic boolean validate()
validate in interface AntPerformablepublic boolean beforePerform()
beforePerform in interface AntPerformablepublic void afterPerform()
afterPerform in interface AntPerformableprotected ApplicationContext getApplicationContext()
Copyright © 2017 SAP SE. All Rights Reserved.