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 TypeClassDescriptionclassThis value provider handles values obtained during interactive CLI prompting. -
Uses of ConfigurationValueProvider in liquibase.configuration
Classes in liquibase.configuration that implement ConfigurationValueProviderModifier and TypeClassDescriptionclassConvenience base class forConfigurationValueProviderimplementationsclassConvenience class forConfigurationValueProviders 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) voidLiquibaseConfiguration.registerProvider(ConfigurationValueProvider valueProvider) Adds a newConfigurationValueProviderto the active collection of providers.booleanLiquibaseConfiguration.removeProvider(ConfigurationValueProvider provider) Removes a specificConfigurationValueProviderfrom the active collection of providers.booleanLiquibaseConfiguration.unregisterProvider(ConfigurationValueProvider valueProvider) Removes the givenConfigurationValueProviderfrom 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 TypeClassDescriptionclassclassDeprecated.classSearches for the configuration values in the system environment variables.classSearches theScopefor the given key.classSearches 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