public interface ConfigurationValueProvider
LiquibaseConfiguration
to find configured values.Modifier and Type | Method and Description |
---|---|
int |
getPrecedence()
Returns the precedence of values returned by this provider.
|
ProvidedValue |
getProvidedValue(String... keyAndAliases)
Lookup the given key(s) in this source.
|
void |
validate(CommandScope commandScope)
Perform any validation of keys/values stored in this provider for the given commandScope.
|
int getPrecedence()
ScopeValueProvider
DeprecatedConfigurationValueProvider
SystemPropertyValueProvider
DefaultsFileValueProvider
ProvidedValue getProvidedValue(String... keyAndAliases)
keyAndAliases
- an array of keys to check, where the first element is the canonical key name, any aliases for that key as later elements.void validate(CommandScope commandScope) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2023 Liquibase.org. All rights reserved.