Uses of Interface
liquibase.configuration.ConfigurationValueProvider
Packages that use ConfigurationValueProvider
Package
Description
-
Uses of ConfigurationValueProvider in liquibase.command.core.init
Classes in liquibase.command.core.init that implement ConfigurationValueProviderModifier and TypeClassDescriptionclass
This value provider handles values obtained during interactive CLI prompting. -
Uses of ConfigurationValueProvider in liquibase.configuration
Classes in liquibase.configuration that implement ConfigurationValueProviderModifier and TypeClassDescriptionclass
Convenience base class forConfigurationValueProvider
implementationsclass
Convenience class forConfigurationValueProvider
s that can collect the possible values into a Map.Methods in liquibase.configuration that return ConfigurationValueProviderModifier and TypeMethodDescriptionLiquibaseConfiguration.getProvider
(ConfigurationValueProvider provider) ProvidedValue.getProvider()
The provider for this valueMethods in liquibase.configuration that return types with arguments of type ConfigurationValueProviderMethods in liquibase.configuration with parameters of type ConfigurationValueProviderModifier 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.Constructors in liquibase.configuration with parameters of type ConfigurationValueProviderModifierConstructorDescriptionProvidedValue
(String requestedKey, String actualKey, Object value, String sourceDescription, ConfigurationValueProvider provider) -
Uses of ConfigurationValueProvider in liquibase.configuration.core
Classes in liquibase.configuration.core that implement ConfigurationValueProviderModifier 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
Classes in liquibase.extension.testing that implement ConfigurationValueProvider -
Uses of ConfigurationValueProvider in liquibase.extension.testing.setup
Constructor parameters in liquibase.extension.testing.setup with type arguments of type ConfigurationValueProviderModifierConstructorDescriptionSetupConfigurationValueProvider
(groovy.lang.Closure<ConfigurationValueProvider> configurationValueProvider) Create a new configuration value provider. -
Uses of ConfigurationValueProvider in liquibase.integration.commandline
Classes in liquibase.integration.commandline that implement ConfigurationValueProvider -
Uses of ConfigurationValueProvider in liquibase.integration.servlet
Classes in liquibase.integration.servlet that implement ConfigurationValueProvider -
Uses of ConfigurationValueProvider in org.liquibase.maven.provider
Classes in org.liquibase.maven.provider that implement ConfigurationValueProvider