Uses of Interface
liquibase.configuration.ConfigurationValueProvider
Package
Description
-
Uses of ConfigurationValueProvider in liquibase.configuration
Modifier and TypeClassDescriptionclass
Convenience base class forConfigurationValueProvider
implementationsclass
Convenience class forConfigurationValueProvider
s that can collect the possible values into a Map.Modifier and TypeMethodDescriptionLiquibaseConfiguration.getProvider
(ConfigurationValueProvider provider) ProvidedValue.getProvider()
The provider for this valueModifier and TypeMethodDescriptionConfigurationDefinition.getCurrentConfiguredValue
(ConfigurationValueProvider... additionalValueProviders) <DataType> ConfiguredValue<DataType>
LiquibaseConfiguration.getCurrentConfiguredValue
(ConfigurationValueConverter<DataType> converter, ConfigurationValueObfuscator<DataType> obfuscator, ConfigurationValueProvider[] additionalValueProviders, String... keyAndAliases) Searches for the given keys in the current providers and applies any applicable modifiers.LiquibaseConfiguration.getProvider
(ConfigurationValueProvider provider) void
LiquibaseConfiguration.registerProvider
(ConfigurationValueProvider valueProvider) Adds a newConfigurationValueProvider
to the active collection of providers.boolean
LiquibaseConfiguration.removeProvider
(ConfigurationValueProvider provider) Removes a specificConfigurationValueProvider
from the active collection of providers.boolean
LiquibaseConfiguration.unregisterProvider
(ConfigurationValueProvider valueProvider) Removes the givenConfigurationValueProvider
from the active collection of providers.ModifierConstructorDescriptionProvidedValue
(String requestedKey, String actualKey, Object value, String sourceDescription, ConfigurationValueProvider provider) -
Uses of ConfigurationValueProvider in liquibase.configuration.core
Modifier and TypeClassDescriptionclass
class
Deprecated.class
Searches for the configuration values in the system environment variables.class
Searches theScope
for the given key.class
Searches for the configuration values in the system propertiesSystem.getProperties()
. -
Uses of ConfigurationValueProvider in liquibase.extension.testing
-
Uses of ConfigurationValueProvider in liquibase.extension.testing.setup
ModifierConstructorDescriptionSetupConfigurationValueProvider
(groovy.lang.Closure<ConfigurationValueProvider> configurationValueProvider) Create a new configuration value provider. -
Uses of ConfigurationValueProvider in liquibase.integration.commandline
-
Uses of ConfigurationValueProvider in liquibase.integration.servlet
-
Uses of ConfigurationValueProvider in org.liquibase.maven.provider