Uses of Class
liquibase.configuration.ConfiguredValue
Package
Description
-
Uses of ConfiguredValue in liquibase.command
Modifier and TypeMethodDescription<T> ConfiguredValue<T>
CommandScope.getConfiguredValue
(CommandArgumentDefinition<T> argument) Returns the detailed information about how an argument is set. -
Uses of ConfiguredValue in liquibase.command.core.init
Modifier and TypeMethodDescriptionInitProjectUtil.copyExampleChangelog
(String format, File projectDirFile, String changelogFilePath, ConfiguredValue<String> changelogFileConfig) Copy the example changelog file of the format specified to the project directory if necessary Return the File object representing the properties filestatic void
InitProjectCommandStep.outputEndInstructions
(boolean wasDefaultProjectDirValueUsed, ConfiguredValue<String> defaultsFileConfig, String projectDir, boolean usedH2) static String
InitProjectUtil.replaceProperty
(String key, ConfiguredValue<String> config, String contents, boolean newDefaultsFile) Replace the contents where "key=" with the value from the ConfiguredValue static void
InitProjectUtil.updateDefaultsFile
(File defaultsFile, boolean newDefaultsFile, String format, ConfiguredValue<String> changelogConfig, ConfiguredValue<String> urlConfig, ConfiguredValue<String> usernameConfig, ConfiguredValue<String> passwordConfig, InitProjectUtil.FileCreationResultEnum changelogFileCreationResult, Boolean shouldBackupDefaultsFile, CommandResultsBuilder resultsBuilder) Update the defaults file with any argument valuesstatic boolean
InitProjectUtil.wasH2Used
(ConfiguredValue<String> urlConfig, ConfiguredValue<String> usernameConfig, ConfiguredValue<String> passwordConfig) Determine if H2 was used. -
Uses of ConfiguredValue in liquibase.configuration
Modifier and TypeMethodDescriptionConfigurationDefinition.getCurrentConfiguredValue()
ConfigurationDefinition.getCurrentConfiguredValue
(ConfigurationValueProvider... additionalValueProviders) <DataType> ConfiguredValue<DataType>
LiquibaseConfiguration.getCurrentConfiguredValue
(ConfigurationValueConverter<DataType> converter, ConfigurationValueObfuscator<DataType> obfuscator, String... keyAndAliases) Convenience method forLiquibaseConfiguration.getCurrentConfiguredValue(ConfigurationValueConverter, ConfigurationValueObfuscator, ConfigurationValueProvider[], String...)
with no additional value providers.<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.Modifier and TypeMethodDescriptionvoid
ConfiguredValueModifier.override
(ConfiguredValue<DataType> object) Called to potentially override the givenConfiguredValue
.void
ConfiguredValueModifierFactory.override
(ConfiguredValue configuredValue) -
Uses of ConfiguredValue in liquibase.license