Uses of Class
liquibase.parser.ChangeLogParserFactory
-
Packages that use ChangeLogParserFactory Package Description liquibase.parser -
-
Uses of ChangeLogParserFactory in liquibase.parser
Methods in liquibase.parser that return ChangeLogParserFactory Modifier and Type Method Description static ChangeLogParserFactoryChangeLogParserFactory. getInstance()Methods in liquibase.parser with parameters of type ChangeLogParserFactory Modifier and Type Method Description static voidChangeLogParserFactory. setInstance(ChangeLogParserFactory instance)Set the instance used by this singleton.
-