Class LiquibaseXmlChangeLogParser

java.lang.Object
liquibase.parser.core.xml.AbstractChangeLogParser
liquibase.parser.core.xml.XMLChangeLogSAXParser
org.frankframework.jdbc.migration.LiquibaseXmlChangeLogParser
All Implemented Interfaces:
liquibase.parser.ChangeLogParser, liquibase.parser.LiquibaseParser, liquibase.servicelocator.PrioritizedService

public class LiquibaseXmlChangeLogParser extends liquibase.parser.core.xml.XMLChangeLogSAXParser
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.logging.log4j.Logger
     

    Fields inherited from class liquibase.parser.core.xml.XMLChangeLogSAXParser

    LIQUIBASE_SCHEMA_VERSION

    Fields inherited from interface liquibase.servicelocator.PrioritizedService

    COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected liquibase.parser.core.ParsedNode
    parseToNode(String physicalChangeLogLocation, liquibase.changelog.ChangeLogParameters changeLogParameters, liquibase.resource.ResourceAccessor resourceAccessor)
     

    Methods inherited from class liquibase.parser.core.xml.XMLChangeLogSAXParser

    getPriority, getSaxParserFactory, getSchemaVersion, setShouldWarnOnMismatchedXsdVersion, supports

    Methods inherited from class liquibase.parser.core.xml.AbstractChangeLogParser

    parse

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected org.apache.logging.log4j.Logger log
  • Constructor Details

    • LiquibaseXmlChangeLogParser

      public LiquibaseXmlChangeLogParser()
  • Method Details

    • parseToNode

      protected liquibase.parser.core.ParsedNode parseToNode(String physicalChangeLogLocation, liquibase.changelog.ChangeLogParameters changeLogParameters, liquibase.resource.ResourceAccessor resourceAccessor) throws liquibase.exception.ChangeLogParseException
      Overrides:
      parseToNode in class liquibase.parser.core.xml.XMLChangeLogSAXParser
      Throws:
      liquibase.exception.ChangeLogParseException