|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
liquibase.integration.ant.BaseLiquibaseTask
liquibase.integration.ant.DBDocTask
public class DBDocTask
Nested Class Summary |
---|
Nested classes/interfaces inherited from class liquibase.integration.ant.BaseLiquibaseTask |
---|
BaseLiquibaseTask.ChangeLogProperty, BaseLiquibaseTask.LogRedirector |
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 | |
---|---|
DBDocTask()
|
Method Summary | |
---|---|
void |
executeWithLiquibaseClassloader()
|
protected String |
getChangeLogFile()
This method is designed to be overridden by subclasses when a change log is needed. |
org.apache.tools.ant.types.resources.FileResource |
getOutputDirectory()
|
void |
setChangeLogFile(String changeLog)
|
void |
setContexts(String contexts)
This method no longer does anything. |
void |
setOutputDirectory(org.apache.tools.ant.types.resources.FileResource outputDirectory)
|
protected void |
validateParameters()
Subclasses that override this method must always call super.validateParameters() method. |
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 |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DBDocTask()
Method Detail |
---|
public void executeWithLiquibaseClassloader() throws org.apache.tools.ant.BuildException
executeWithLiquibaseClassloader
in class BaseLiquibaseTask
org.apache.tools.ant.BuildException
protected void validateParameters()
BaseLiquibaseTask
super.validateParameters()
method.
validateParameters
in class BaseLiquibaseTask
protected String getChangeLogFile()
BaseLiquibaseTask
getChangeLogFile
in class BaseLiquibaseTask
AbstractChangeLogBasedTask.getChangeLogFile()
public org.apache.tools.ant.types.resources.FileResource getOutputDirectory()
public void setOutputDirectory(org.apache.tools.ant.types.resources.FileResource outputDirectory)
public void setChangeLogFile(String changeLog)
setChangeLogFile
in class BaseLiquibaseTask
public void setContexts(String contexts)
BaseLiquibaseTask
AbstractChangeLogBasedTask
which has the equivalent method.
setContexts
in class BaseLiquibaseTask
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |