liquibase.sql.visitor
Class SqlVisitorFactory

java.lang.Object
  extended by liquibase.sql.visitor.SqlVisitorFactory

public class SqlVisitorFactory
extends Object


Method Summary
 SqlVisitor create(String tagName)
          Create a new Change subclass based on the given tag name.
static SqlVisitorFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SqlVisitorFactory getInstance()

create

public SqlVisitor create(String tagName)
Create a new Change subclass based on the given tag name.



Copyright © 2016 Liquibase.org. All rights reserved.