public class ChangeLogParametersType
extends org.apache.tools.ant.types.DataType
Constructor and Description |
---|
ChangeLogParametersType(org.apache.tools.ant.Project project) |
Modifier and Type | Method and Description |
---|---|
void |
addConfigured(org.apache.tools.ant.types.PropertySet propertySet) |
void |
addConfiguredChangeLogParameter(org.apache.tools.ant.taskdefs.Property parameter) |
void |
applyParameters(Liquibase liquibase) |
List<org.apache.tools.ant.taskdefs.Property> |
getChangeLogParameters() |
List<org.apache.tools.ant.types.PropertySet> |
getPropertySets() |
void |
setRefid(org.apache.tools.ant.types.Reference ref) |
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toString
public ChangeLogParametersType(org.apache.tools.ant.Project project)
public void applyParameters(Liquibase liquibase)
public void setRefid(org.apache.tools.ant.types.Reference ref)
setRefid
in class org.apache.tools.ant.types.DataType
public List<org.apache.tools.ant.types.PropertySet> getPropertySets()
public void addConfigured(org.apache.tools.ant.types.PropertySet propertySet)
public List<org.apache.tools.ant.taskdefs.Property> getChangeLogParameters()
public void addConfiguredChangeLogParameter(org.apache.tools.ant.taskdefs.Property parameter)
Copyright © 2023 Liquibase.org. All rights reserved.