|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.liquibase.maven.plugins.AbstractLiquibaseMojo
org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
org.liquibase.maven.plugins.LiquibaseUpdate
public class LiquibaseUpdate
Liquibase Update Maven plugin. This plugin allows for DatabaseChangeLogs to be applied to a database as part of a Maven build process.
| Field Summary | |
|---|---|
protected boolean |
dropFirst
Whether or not to perform a drop on the database before executing the change. |
| Fields inherited from class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo |
|---|
changesToApply |
| Fields inherited from class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo |
|---|
changeLogFile, contexts |
| Fields inherited from class org.liquibase.maven.plugins.AbstractLiquibaseMojo |
|---|
clearCheckSums, databaseClass, defaultSchemaName, driver, emptyPassword, includeArtifact, includeTestOutputDirectory, logging, password, project, promptOnNonLocalDatabase, propertyFile, propertyFileWillOverride, skip, systemProperties, url, username, verbose |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
LiquibaseUpdate()
|
|
| Method Summary | |
|---|---|
protected void |
doUpdate(Liquibase liquibase)
Performs the actual "update" work on the database. |
protected void |
printSettings(java.lang.String indent)
Prints the settings that have been set of defaulted for the plugin. |
| Methods inherited from class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo |
|---|
performLiquibaseTask |
| Methods inherited from class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo |
|---|
checkRequiredParametersAreSpecified, createLiquibase, getFileOpener |
| Methods inherited from class org.liquibase.maven.plugins.AbstractLiquibaseMojo |
|---|
cleanup, configureFieldsAndValues, execute, getLiquibase, getMavenArtifactClassLoader, isPromptOnNonLocalDatabase, parsePropertiesFile |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean dropFirst
| Constructor Detail |
|---|
public LiquibaseUpdate()
| Method Detail |
|---|
protected void doUpdate(Liquibase liquibase)
throws LiquibaseException
AbstractLiquibaseUpdateMojo
doUpdate in class AbstractLiquibaseUpdateMojoliquibase - The Liquibase object to use to perform the "update".
LiquibaseExceptionprotected void printSettings(java.lang.String indent)
AbstractLiquibaseMojo
printSettings in class AbstractLiquibaseUpdateMojoindent - The indent string to use when printing the settings.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||