All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.plugin.PluginFactory Maven / Gradle / Ivy

There is a newer version: 4.29.2
Show newest version
package liquibase.plugin;

import liquibase.SingletonObject;

/**
 * Interface for classes that manage {@link Plugin}s.
 * Normally the factories will use a "priority" mechanism where they assign a priority to each object and return the plugin object with the highest priority.
 */
public interface PluginFactory extends SingletonObject {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy