Package liquibase.integration.ant
Class DiffDatabaseTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
liquibase.integration.ant.BaseLiquibaseTask
liquibase.integration.ant.AbstractDatabaseDiffTask
liquibase.integration.ant.DiffDatabaseTask
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapperFields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidSubclasses that override this method must always callsuper.validateParameters()method.Methods inherited from class liquibase.integration.ant.AbstractDatabaseDiffTask
addReferenceDatabase, getDiffResult, setReferenceDatabaseRefMethods inherited from class liquibase.integration.ant.BaseLiquibaseTask
addChangeLogParameters, 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.Task
bindToOwner, 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.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Constructor Details
-
DiffDatabaseTask
public DiffDatabaseTask()
-
-
Method Details
-
executeWithLiquibaseClassloader
public void executeWithLiquibaseClassloader() throws org.apache.tools.ant.BuildException- Specified by:
executeWithLiquibaseClassloaderin classBaseLiquibaseTask- Throws:
org.apache.tools.ant.BuildException
-
validateParameters
protected void validateParameters()Description copied from class:BaseLiquibaseTaskSubclasses that override this method must always callsuper.validateParameters()method.- Overrides:
validateParametersin classAbstractDatabaseDiffTask
-