Package liquibase.license
Class LicenseTrackingFactory
java.lang.Object
liquibase.plugin.AbstractPluginFactory<LicenseTrackingListener>
liquibase.license.LicenseTrackingFactory
- All Implemented Interfaces:
PluginFactory
,SingletonObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<LicenseTrackingListener>
protected int
getPriority
(LicenseTrackingListener obj, Object... args) Returns the priority of the given object based on the passed args array.void
handleEvent
(LicenseTrackList event) Methods inherited from class liquibase.plugin.AbstractPluginFactory
findAllInstances, getPlugin, getPlugins, register, removeInstance
-
Constructor Details
-
LicenseTrackingFactory
public LicenseTrackingFactory()
-
-
Method Details
-
getPluginClass
- Specified by:
getPluginClass
in classAbstractPluginFactory<LicenseTrackingListener>
-
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<LicenseTrackingListener>
-
handleEvent
-