public interface Plugin
PluginFactory
implementations to return them.Modifier and Type | Field and Description |
---|---|
static int |
PRIORITY_DEFAULT
Value to return from priority functions when the plugin is the standard implementation.
|
static int |
PRIORITY_NOT_APPLICABLE
Value to return from priority functions when the plugin is not applicable.
|
static int |
PRIORITY_SPECIALIZED
Value to return from priority functions when the plugin is a specialized, non-default implementation.
|
static final int PRIORITY_NOT_APPLICABLE
static final int PRIORITY_DEFAULT
static final int PRIORITY_SPECIALIZED
Copyright © 2023 Liquibase.org. All rights reserved.