Class ModifyChangeSets

java.lang.Object
liquibase.changelog.ModifyChangeSets

public class ModifyChangeSets extends Object
Container class to handle the modifyChangeSets tag. Other attributes may be added later
  • Constructor Details

    • ModifyChangeSets

      public ModifyChangeSets(ParsedNode node) throws ParsedNodeException
      Parameters:
      node - The ParsedNode to use
      Throws:
      ParsedNodeException
    • ModifyChangeSets

      public ModifyChangeSets(String runWith, String runWithSpool)
      Parameters:
      runWith - The native executor to execute all included change sets with. Can be null
      runWithSpool - The name of the spool file to be created
  • Method Details

    • getRunWith

      public String getRunWith()
    • getRunWithSpool

      public String getRunWithSpool()