Package liquibase.parser
Class SqlParserFactory
- All Implemented Interfaces:
PluginFactory,SingletonObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<LiquibaseSqlParser>protected intgetPriority(LiquibaseSqlParser obj, Object... args) Returns the priority of the given object based on the passed args array.voidunregister(LiquibaseSqlParser liquibaseSqlParser) Methods inherited from class liquibase.plugin.AbstractPluginFactory
findAllInstances, getPlugin, getPlugins, register, removeInstance
-
Constructor Details
-
SqlParserFactory
public SqlParserFactory()
-
-
Method Details
-
getPluginClass
- Specified by:
getPluginClassin classAbstractPluginFactory<LiquibaseSqlParser>
-
getPriority
Description copied from class:AbstractPluginFactoryReturns the priority of the given object based on the passed args array. The args are created as part of the custom public getPlugin method in implementations are passed throughAbstractPluginFactory.getPlugin(Object...)- Specified by:
getPriorityin classAbstractPluginFactory<LiquibaseSqlParser>
-
getSqlParser
-
unregister
-