Package liquibase.changelog
Class ModifyChangeSets
java.lang.Object
liquibase.changelog.ModifyChangeSets
Container class to handle the modifyChangeSets tag.
Other attributes may be added later
-
Constructor Summary
ConstructorDescriptionModifyChangeSets
(String runWith, String runWithSpool) ModifyChangeSets
(ParsedNode node) -
Method Summary
-
Constructor Details
-
ModifyChangeSets
- Parameters:
node
- The ParsedNode to use- Throws:
ParsedNodeException
-
ModifyChangeSets
- Parameters:
runWith
- The native executor to execute all included change sets with. Can be nullrunWithSpool
- The name of the spool file to be created
-
-
Method Details
-
getRunWith
-
getRunWithSpool
-