liquibase.parser.core.xml
Class XMLChangeLogSAXParser

java.lang.Object
  extended by liquibase.parser.core.xml.XMLChangeLogSAXParser
All Implemented Interfaces:
ChangeLogParser, PrioritizedService

public class XMLChangeLogSAXParser
extends java.lang.Object
implements ChangeLogParser


Field Summary
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Constructor Summary
XMLChangeLogSAXParser()
           
 
Method Summary
 int getPriority()
           
static java.lang.String getSchemaVersion()
           
 DatabaseChangeLog parse(java.lang.String physicalChangeLogLocation, ChangeLogParameters changeLogParameters, ResourceAccessor resourceAccessor)
           
 boolean supports(java.lang.String changeLogFile, ResourceAccessor resourceAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLChangeLogSAXParser

public XMLChangeLogSAXParser()
Method Detail

getPriority

public int getPriority()
Specified by:
getPriority in interface PrioritizedService

getSchemaVersion

public static java.lang.String getSchemaVersion()

supports

public boolean supports(java.lang.String changeLogFile,
                        ResourceAccessor resourceAccessor)
Specified by:
supports in interface ChangeLogParser

parse

public DatabaseChangeLog parse(java.lang.String physicalChangeLogLocation,
                               ChangeLogParameters changeLogParameters,
                               ResourceAccessor resourceAccessor)
                        throws ChangeLogParseException
Specified by:
parse in interface ChangeLogParser
Throws:
ChangeLogParseException


Copyright © 2010 Liquibase.org. All Rights Reserved.