Uses of Interface
liquibase.configuration.ConfigurationValueProvider
-
-
Uses of ConfigurationValueProvider in liquibase.configuration
Classes in liquibase.configuration that implement ConfigurationValueProvider Modifier and Type Class Description classAbstractConfigurationValueProviderConvenience base class forConfigurationValueProviderimplementationsclassAbstractMapConfigurationValueProviderConvenience class forConfigurationValueProviders that can collect the possible values into a Map.Methods in liquibase.configuration that return ConfigurationValueProvider Modifier and Type Method Description ConfigurationValueProviderProvidedValue. getProvider()The provider for this valueMethods in liquibase.configuration that return types with arguments of type ConfigurationValueProvider Modifier and Type Method Description SortedSet<ConfigurationValueProvider>LiquibaseConfiguration. getProviders()Methods in liquibase.configuration with parameters of type ConfigurationValueProvider Modifier and Type Method Description ConfiguredValue<DataType>ConfigurationDefinition. 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.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 ConfigurationValueProvider Constructor Description ProvidedValue(String requestedKey, String actualKey, Object value, String sourceDescription, ConfigurationValueProvider provider) -
Uses of ConfigurationValueProvider in liquibase.configuration.core
Classes in liquibase.configuration.core that implement ConfigurationValueProvider Modifier and Type Class Description classDefaultsFileValueProviderclassDeprecatedConfigurationValueProviderDeprecated.classEnvironmentValueProviderSearches for the configuration values in the system environment variables.classScopeValueProviderSearches theScopefor the given key.classSystemPropertyValueProviderSearches for the configuration values in the system propertiesSystem.getProperties(). -
Uses of ConfigurationValueProvider in liquibase.extension.testing
Classes in liquibase.extension.testing that implement ConfigurationValueProvider Modifier and Type Class Description classLiquibaseSdkConfigurationValueProvider -
Uses of ConfigurationValueProvider in liquibase.extension.testing.setup
Constructor parameters in liquibase.extension.testing.setup with type arguments of type ConfigurationValueProvider Constructor Description SetupConfigurationValueProvider(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 Modifier and Type Class Description classCommandLineArgumentValueProvider -
Uses of ConfigurationValueProvider in liquibase.integration.servlet
Classes in liquibase.integration.servlet that implement ConfigurationValueProvider Modifier and Type Class Description classServletConfigurationValueProvider -
Uses of ConfigurationValueProvider in org.liquibase.maven.provider
Classes in org.liquibase.maven.provider that implement ConfigurationValueProvider Modifier and Type Class Description classFlowCommandArgumentValueProvider
-