public class TemplateLoadedChange extends AbstractLoadedChange
fileName, implementationClass| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getApply() |
java.lang.reflect.Method |
getApplyMethod()
Returns the method to be invoked for executing the change.
|
java.lang.Object |
getConfiguration() |
java.util.List<java.lang.String> |
getProfiles() |
java.lang.Object |
getRollback() |
java.util.Optional<java.lang.reflect.Method> |
getRollbackMethod()
Returns the optional method to be invoked for rolling back the change.
|
java.lang.Object |
getSteps() |
java.lang.Class<? extends io.flamingock.api.template.ChangeTemplate<?,?,?>> |
getTemplateClass() |
getConstructor, getValidationErrorsgetFileName, getImplementationClassequals, getAuthor, getId, getOrder, getRecovery, getSource, getTargetSystem, hashCode, isLegacy, isRunAlways, isSystem, isTransactional, setAuthor, setId, setLegacy, setOrder, setRecovery, setRunAlways, setSource, setSystem, setTargetSystem, setTransactional, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic java.lang.Object getConfiguration()
public java.lang.Object getApply()
public java.lang.Object getRollback()
public java.lang.Object getSteps()
public java.util.List<java.lang.String> getProfiles()
public java.lang.Class<? extends io.flamingock.api.template.ChangeTemplate<?,?,?>> getTemplateClass()
public java.lang.reflect.Method getApplyMethod()
AbstractReflectionLoadedTaskThis method typically:
@ApplygetApplyMethod in class AbstractReflectionLoadedTaskpublic java.util.Optional<java.lang.reflect.Method> getRollbackMethod()
AbstractReflectionLoadedTaskThis method, if present:
@RollbackgetRollbackMethod in class AbstractReflectionLoadedTaskOptional containing the rollback method, or empty if no rollback is defined