Uses of Class
liquibase.configuration.ConfiguredValue
Packages that use ConfiguredValue
Package
Description
-
Uses of ConfiguredValue in liquibase.command
Methods in liquibase.command that return ConfiguredValueModifier 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
Methods in liquibase.command.core.init with parameters of type ConfiguredValueModifier 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 voidInitProjectCommandStep.outputEndInstructions(boolean wasDefaultProjectDirValueUsed, ConfiguredValue<String> defaultsFileConfig, String projectDir, boolean usedH2) static StringInitProjectUtil.replaceProperty(String key, ConfiguredValue<String> config, String contents, boolean newDefaultsFile) Replace the contents where "key=" with the value from the ConfiguredValue static voidInitProjectUtil.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 booleanInitProjectUtil.wasH2Used(ConfiguredValue<String> urlConfig, ConfiguredValue<String> usernameConfig, ConfiguredValue<String> passwordConfig) Determine if H2 was used. -
Uses of ConfiguredValue in liquibase.configuration
Methods in liquibase.configuration that return ConfiguredValueModifier 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.Methods in liquibase.configuration with parameters of type ConfiguredValueModifier and TypeMethodDescriptionvoidConfiguredValueModifier.override(ConfiguredValue<DataType> object) Called to potentially override the givenConfiguredValue.voidConfiguredValueModifierFactory.override(ConfiguredValue configuredValue) -
Uses of ConfiguredValue in liquibase.license
Methods in liquibase.license that return ConfiguredValueModifier and TypeMethodDescriptiondefault ConfiguredValue<String>LicenseService.getLicenseKey()OSSLicenseService.getLicenseKey()