Class DropAllTask

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
liquibase.integration.ant.BaseLiquibaseTask
liquibase.integration.ant.DropAllTask
All Implemented Interfaces:
Cloneable

public class DropAllTask extends BaseLiquibaseTask
  • Constructor Details

    • DropAllTask

      public DropAllTask()
  • Method Details

    • executeWithLiquibaseClassloader

      public void executeWithLiquibaseClassloader() throws org.apache.tools.ant.BuildException
      Specified by:
      executeWithLiquibaseClassloader in class BaseLiquibaseTask
      Throws:
      org.apache.tools.ant.BuildException
    • getCatalog

      public String getCatalog()
    • setCatalog

      public void setCatalog(String catalog)
    • getSchemas

      public String getSchemas()
    • setSchemas

      public void setSchemas(String schemas)