Package liquibase.integration.ant
Class DiffDatabaseToChangeLogTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
liquibase.integration.ant.BaseLiquibaseTask
liquibase.integration.ant.AbstractDatabaseDiffTask
liquibase.integration.ant.DiffDatabaseToChangeLogTask
- All Implemented Interfaces:
- Cloneable
- 
Field SummaryFields inherited from class org.apache.tools.ant.Tasktarget, taskName, taskType, wrapperFields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddConfiguredJson(ChangeLogOutputFile changeLogOutputFile) voidaddConfiguredTxt(ChangeLogOutputFile changeLogOutputFile) voidaddConfiguredXml(ChangeLogOutputFile changeLogOutputFile) voidaddConfiguredYaml(ChangeLogOutputFile changeLogOutputFile) protected voidbooleanbooleanbooleangetOutputEncoding(ChangeLogOutputFile changeLogOutputFile) protected voidSubclasses that override this method must always callsuper.validateParameters()method.Methods inherited from class liquibase.integration.ant.AbstractDatabaseDiffTaskaddReferenceDatabase, getDiffResult, setReferenceDatabaseRefMethods inherited from class liquibase.integration.ant.BaseLiquibaseTaskaddChangeLogParameters, addDatabase, closeDatabase, createClasspath, createDatabaseFromConfiguredDatabaseType, createDatabaseFromType, execute, getChangeLogDirectory, getChangeLogFile, getDefaultOutputEncoding, getLiquibase, getResourceAccessor, getSearchPath, init, isPromptOnNonLocalDatabase, setChangeLogParametersRef, setClasspathRef, setDatabaseRef, setPromptOnNonLocalDatabase, shouldRunMethods inherited from class org.apache.tools.ant.TaskbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeMethods inherited from class org.apache.tools.ant.ProjectComponentclone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
- 
Constructor Details- 
DiffDatabaseToChangeLogTaskpublic DiffDatabaseToChangeLogTask()
 
- 
- 
Method Details- 
executeWithLiquibaseClassloaderprotected void executeWithLiquibaseClassloader() throws org.apache.tools.ant.BuildException- Specified by:
- executeWithLiquibaseClassloaderin class- BaseLiquibaseTask
- Throws:
- org.apache.tools.ant.BuildException
 
- 
validateParametersprotected void validateParameters()Description copied from class:BaseLiquibaseTaskSubclasses that override this method must always callsuper.validateParameters()method.- Overrides:
- validateParametersin class- AbstractDatabaseDiffTask
 
- 
getOutputEncoding
- 
addConfiguredJson
- 
addConfiguredXml
- 
addConfiguredYaml
- 
addConfiguredTxt
- 
getIncludeCatalogpublic boolean getIncludeCatalog()
- 
getIncludeSchemapublic boolean getIncludeSchema()
- 
getIncludeTablespacepublic boolean getIncludeTablespace()
 
-