Package liquibase.change.visitor
Class ChangeVisitorFactory
- java.lang.Object
-
- liquibase.change.visitor.ChangeVisitorFactory
-
public class ChangeVisitorFactory extends Object
Factory class for constructing the liquibase.change.ChangeVisitor implementation based on a change name.- See Also:
ChangeVisitor
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeVisitorcreate(String tagName)Create a new ChangeVisitor subclass based on the given tag name.static ChangeVisitorFactorygetInstance()
-
-
-
Method Detail
-
getInstance
public static ChangeVisitorFactory getInstance()
-
create
public ChangeVisitor create(String tagName)
Create a new ChangeVisitor subclass based on the given tag name.
-
-