Class GenerateChangeLogTask

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

public class GenerateChangeLogTask extends BaseLiquibaseTask
  • Constructor Details

    • GenerateChangeLogTask

      public GenerateChangeLogTask()
  • Method Details

    • executeWithLiquibaseClassloader

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

      protected void validateParameters()
      Description copied from class: BaseLiquibaseTask
      Subclasses that override this method must always call super.validateParameters() method.
      Overrides:
      validateParameters in class BaseLiquibaseTask
    • addConfiguredJson

      public void addConfiguredJson(ChangeLogOutputFile changeLogOutputFile)
    • addConfiguredXml

      public void addConfiguredXml(ChangeLogOutputFile changeLogOutputFile)
    • addConfiguredYaml

      public void addConfiguredYaml(ChangeLogOutputFile changeLogOutputFile)
    • addConfiguredTxt

      public void addConfiguredTxt(ChangeLogOutputFile changeLogOutputFile)
    • getIncludeCatalog

      public boolean getIncludeCatalog()
    • getIncludeSchema

      public boolean getIncludeSchema()
    • getIncludeTablespace

      public boolean getIncludeTablespace()