All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.configuration.AbstractConfigurationValueProvider Maven / Gradle / Ivy

There is a newer version: 4.30.0
Show newest version
package liquibase.configuration;

import liquibase.command.CommandScope;

/**
 * Convenience base class for {@link ConfigurationValueProvider} implementations
 */
public abstract class AbstractConfigurationValueProvider implements ConfigurationValueProvider {

    /**
     * Default implementation does no checking
     */
    @Override
    public void validate(CommandScope commandScope) throws IllegalArgumentException {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy