|
|||||||||
| 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.LiquibaseTag
public class LiquibaseTag
Writes a Liquibase tag to the database.
| Field Summary |
|---|
| 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, wagonManager |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
LiquibaseTag()
|
|
| Method Summary | |
|---|---|
protected void |
checkRequiredParametersAreSpecified()
Performs some validation after the properties file has been loaded checking that all properties required have been specified. |
protected void |
performLiquibaseTask(Liquibase liquibase)
|
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.AbstractLiquibaseMojo |
|---|
cleanup, configureFieldsAndValues, createLiquibase, execute, getFileOpener, 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 |
| Constructor Detail |
|---|
public LiquibaseTag()
| Method Detail |
|---|
protected void checkRequiredParametersAreSpecified()
throws org.apache.maven.plugin.MojoFailureException
AbstractLiquibaseMojo
checkRequiredParametersAreSpecified in class AbstractLiquibaseMojoorg.apache.maven.plugin.MojoFailureException - If any property that is required has not been
specified.protected void printSettings(java.lang.String indent)
AbstractLiquibaseMojo
printSettings in class AbstractLiquibaseMojoindent - The indent string to use when printing the settings.
protected void performLiquibaseTask(Liquibase liquibase)
throws LiquibaseException
performLiquibaseTask in class AbstractLiquibaseMojoLiquibaseException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||