liquibase.parser.core.xml
Class XMLChangeLogSAXParser
java.lang.Object
   liquibase.parser.core.xml.XMLChangeLogSAXParser
liquibase.parser.core.xml.XMLChangeLogSAXParser
- All Implemented Interfaces: 
- ChangeLogParser, PrioritizedService
- public class XMLChangeLogSAXParser 
- extends Object- implements ChangeLogParser
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
XMLChangeLogSAXParser
public XMLChangeLogSAXParser()
getPriority
public int getPriority()
- 
- Specified by:
- getPriorityin interface- PrioritizedService
 
- 
 
getSchemaVersion
public static String getSchemaVersion()
- 
 
- 
 
getDatabaseChangeLogNameSpace
public static String getDatabaseChangeLogNameSpace()
- 
 
- 
 
supports
public boolean supports(String changeLogFile,
                        ResourceAccessor resourceAccessor)
- 
- Specified by:
- supportsin interface- ChangeLogParser
 
- 
 
parse
public DatabaseChangeLog parse(String physicalChangeLogLocation,
                               ChangeLogParameters changeLogParameters,
                               ResourceAccessor resourceAccessor)
                        throws ChangeLogParseException
- 
- Specified by:
- parsein interface- ChangeLogParser
 
- 
- Throws:
- ChangeLogParseException
 
Copyright © 2004-2011 Liquibase.org. All Rights Reserved.