Class LiquibaseConfiguration

  • All Implemented Interfaces:
    SingletonObject

    public class LiquibaseConfiguration
    extends Object
    implements SingletonObject
    Provides unified management of configuration properties within Liquibase core and in extensions.

    Because this class focuses on raw/untyped access to what is actually configured, it is usually best to interact with ConfigurationDefinition instances which provide type safety, standardized key naming, default values, and more.

    "Registered" configuration definitions will be available for generated help.

    This class will search through the configured ConfigurationValueProviders. Standard value providers are auto-loaded on startup, but more can be added/removed at runtime.