Package liquibase.license
Class LicenseServiceFactory
- All Implemented Interfaces:
PluginFactory
,SingletonObject
-
Method Summary
Modifier and TypeMethodDescriptionprotected Class<LicenseService>
protected int
getPriority
(LicenseService obj, Object... args) Returns the priority of the given object based on the passed args array.void
unregister
(LicenseService service) Methods inherited from class liquibase.plugin.AbstractPluginFactory
findAllInstances, getPlugin, getPlugins, register, removeInstance
-
Method Details
-
getPluginClass
- Specified by:
getPluginClass
in classAbstractPluginFactory<LicenseService>
-
getPriority
Description copied from class:AbstractPluginFactory
Returns 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:
getPriority
in classAbstractPluginFactory<LicenseService>
-
getLicenseService
-
unregister
-