public class DropAllTask extends BaseLiquibaseTask
| Constructor and Description |
|---|
DropAllTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeWithLiquibaseClassloader() |
String |
getCatalog() |
String |
getSchemas() |
void |
setCatalog(String catalog) |
void |
setSchemas(String schemas) |
addChangeLogParameters, addDatabase, closeDatabase, createClasspath, createDatabaseFromConfiguredDatabaseType, createDatabaseFromType, execute, getChangeLogDirectory, getChangeLogFile, getDefaultOutputEncoding, getLiquibase, getResourceAccessor, init, isPromptOnNonLocalDatabase, setChangeLogParametersRef, setClasspathRef, setDatabaseRef, setPromptOnNonLocalDatabase, shouldRun, validateParametersbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void executeWithLiquibaseClassloader()
throws org.apache.tools.ant.BuildException
executeWithLiquibaseClassloader in class BaseLiquibaseTaskorg.apache.tools.ant.BuildExceptionpublic String getCatalog()
public void setCatalog(String catalog)
public String getSchemas()
public void setSchemas(String schemas)
Copyright © 2022 Liquibase.org. All rights reserved.