|
|||||||||
| 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.LiquibaseDropAll
public class LiquibaseDropAll
Drops all database objects owned by the user. Note that functions, procedures and packages are not dropped.
| Field Summary | |
|---|---|
protected java.lang.String |
schemas
The schemas to be dropped. |
| 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 | |
|---|---|
LiquibaseDropAll()
|
|
| Method Summary | |
|---|---|
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 |
|---|
checkRequiredParametersAreSpecified, 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 |
| Field Detail |
|---|
protected java.lang.String schemas
| Constructor Detail |
|---|
public LiquibaseDropAll()
| Method Detail |
|---|
protected void performLiquibaseTask(Liquibase liquibase)
throws LiquibaseException
performLiquibaseTask in class AbstractLiquibaseMojoLiquibaseExceptionprotected void printSettings(java.lang.String indent)
AbstractLiquibaseMojo
printSettings in class AbstractLiquibaseMojoindent - 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 | ||||||||