public class CodeLoadedChange extends AbstractReflectionLoadedChange
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, getFileName, getImplementationClass, getValidationErrorsisTransactionalequals, getAuthor, getId, getOrder, getRecovery, getSource, getSourceFile, getTargetSystem, getTransactionalFlag, hashCode, isLegacy, isRunAlways, isSystem, setAuthor, setId, setLegacy, setOrder, setRecovery, setRunAlways, setSource, setSourceFile, setSystem, setTargetSystem, setTransactionalFlagclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic java.lang.reflect.Method getApplyMethod()
AbstractReflectionLoadedChangeThis method typically:
@ApplygetApplyMethod in class AbstractReflectionLoadedChangepublic java.util.Optional<java.lang.reflect.Method> getRollbackMethod()
AbstractReflectionLoadedChangeThis method, if present:
@RollbackgetRollbackMethod in class AbstractReflectionLoadedChangeOptional 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.change.AbstractChangeDescriptor