Package liquibase.integration.ant
Class AbstractDatabaseDiffTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
liquibase.integration.ant.BaseLiquibaseTask
liquibase.integration.ant.AbstractDatabaseDiffTask
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
DiffDatabaseTask
,DiffDatabaseToChangeLogTask
-
Field Summary
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addReferenceDatabase
(DatabaseType referenceDatabase) protected DiffResult
void
setReferenceDatabaseRef
(org.apache.tools.ant.types.Reference referenceDatabaseRef) protected void
Subclasses that override this method must always callsuper.validateParameters()
method.Methods inherited from class liquibase.integration.ant.BaseLiquibaseTask
addChangeLogParameters, addDatabase, closeDatabase, createClasspath, createDatabaseFromConfiguredDatabaseType, createDatabaseFromType, execute, executeWithLiquibaseClassloader, getChangeLogDirectory, getChangeLogFile, getDefaultOutputEncoding, getLiquibase, getResourceAccessor, getSearchPath, init, isPromptOnNonLocalDatabase, setChangeLogParametersRef, setClasspathRef, setDatabaseRef, setPromptOnNonLocalDatabase, shouldRun
Methods 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, setTaskType
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Constructor Details
-
AbstractDatabaseDiffTask
public AbstractDatabaseDiffTask()
-
-
Method Details
-
getDiffResult
-
validateParameters
protected void validateParameters()Description copied from class:BaseLiquibaseTask
Subclasses that override this method must always callsuper.validateParameters()
method.- Overrides:
validateParameters
in classBaseLiquibaseTask
-
addReferenceDatabase
-
setReferenceDatabaseRef
public void setReferenceDatabaseRef(org.apache.tools.ant.types.Reference referenceDatabaseRef)
-