public class LicenseServiceFactory extends AbstractPluginFactory<LicenseService>
Modifier and Type | Method and Description |
---|---|
LicenseService |
getLicenseService() |
protected Class<LicenseService> |
getPluginClass() |
protected int |
getPriority(LicenseService obj,
Object... args)
Returns the priority of the given object based on the passed args array.
|
void |
unregister(LicenseService service) |
findAllInstances, getPlugin, register, removeInstance
protected Class<LicenseService> getPluginClass()
getPluginClass
in class AbstractPluginFactory<LicenseService>
protected int getPriority(LicenseService obj, Object... args)
AbstractPluginFactory
AbstractPluginFactory.getPlugin(Object...)
getPriority
in class AbstractPluginFactory<LicenseService>
public LicenseService getLicenseService()
public void unregister(LicenseService service)
Copyright © 2023 Liquibase.org. All rights reserved.