liquibase.parser
Class SnapshotParserFactory
java.lang.Object
liquibase.parser.SnapshotParserFactory
public class SnapshotParserFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reset
public static void reset()
getInstance
public static SnapshotParserFactory getInstance()
setInstance
public static void setInstance(SnapshotParserFactory instance)
- Set the instance used by this singleton. Used primarily for testing.
getParsers
public List<SnapshotParser> getParsers()
getParser
public SnapshotParser getParser(String fileNameOrExtension,
ResourceAccessor resourceAccessor)
throws LiquibaseException
- Throws:
LiquibaseException
register
public void register(SnapshotParser snapshotParser)
unregister
public void unregister(SnapshotParser snapshotParser)
Copyright © 2016 Liquibase.org. All rights reserved.