public class CodeLoadedChange extends AbstractLoadedChange
fileName, implementationClass| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Method |
getApplyMethod()
Returns the method to be invoked for executing the change.
|
java.util.Optional<java.lang.reflect.Method> |
getRollbackMethod()
Returns the optional method to be invoked for rolling back the change.
|
java.lang.String |
pretty() |
java.lang.String |
toString() |
getConstructor, getValidationErrorsgetFileName, getImplementationClassequals, getAuthor, getId, getOrder, getRecovery, getSource, getTargetSystem, hashCode, isLegacy, isRunAlways, isSystem, isTransactional, setAuthor, setId, setLegacy, setOrder, setRecovery, setRunAlways, setSource, setSystem, setTargetSystem, setTransactionalclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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 definedpublic java.lang.String pretty()
public java.lang.String toString()
toString in class io.flamingock.internal.common.core.task.AbstractTaskDescriptor