Package liquibase.change.visitor
Class ChangeVisitorFactory
java.lang.Object
liquibase.change.visitor.ChangeVisitorFactory
Factory class for constructing the liquibase.change.ChangeVisitor implementation based on a change name.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionCreate a new ChangeVisitor subclass based on the given tag name.
-
Method Details
-
create
Create a new ChangeVisitor subclass based on the given tag name.
-