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 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
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
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 classliquibase.parser.core.xml.XMLChangeLogSAXParser
- Throws:
liquibase.exception.ChangeLogParseException
-