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, getSearchPath, init, isPromptOnNonLocalDatabase, setChangeLogParametersRef, setClasspathRef, setDatabaseRef, setPromptOnNonLocalDatabase, shouldRun, validateParameters
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void executeWithLiquibaseClassloader() throws org.apache.tools.ant.BuildException
executeWithLiquibaseClassloader
in class BaseLiquibaseTask
org.apache.tools.ant.BuildException
public String getCatalog()
public void setCatalog(String catalog)
public String getSchemas()
public void setSchemas(String schemas)
Copyright © 2023 Liquibase.org. All rights reserved.