public interface CustomChange
Modifier and Type | Method and Description |
---|---|
String |
getConfirmationMessage()
Confirmation message to be displayed after the change is executed
|
void |
setFileOpener(ResourceAccessor resourceAccessor)
Sets the fileOpener that should be used for any file loading and resource
finding for files that are provided by the user.
|
void |
setUp()
This method will be called after the no arg constructor and all of the
properties have been set to allow the task to do any heavy tasks or
more importantly generate any exceptions to report to the user about
the settings provided.
|
ValidationErrors |
validate(Database database)
Tests that the change is configured correctly before attempting to execute it.
|
String getConfirmationMessage()
String
containing the message after the change is executedvoid setUp() throws SetupException
SetupException
void setFileOpener(ResourceAccessor resourceAccessor)
ValidationErrors validate(Database database)
database
- The database the change will be ran againstCopyright © 2023 Liquibase.org. All rights reserved.