Package liquibase.configuration
Class AbstractConfigurationValueProvider
- java.lang.Object
-
- liquibase.configuration.AbstractConfigurationValueProvider
-
- All Implemented Interfaces:
ConfigurationValueProvider
- Direct Known Subclasses:
AbstractMapConfigurationValueProvider,ScopeValueProvider,ServletConfigurationValueProvider
public abstract class AbstractConfigurationValueProvider extends Object implements ConfigurationValueProvider
Convenience base class forConfigurationValueProviderimplementations
-
-
Constructor Summary
Constructors Constructor Description AbstractConfigurationValueProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate(CommandScope commandScope)Default implementation does no checking-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface liquibase.configuration.ConfigurationValueProvider
getPrecedence, getProvidedValue
-
-
-
-
Method Detail
-
validate
public void validate(CommandScope commandScope) throws IllegalArgumentException
Default implementation does no checking- Specified by:
validatein interfaceConfigurationValueProvider- Throws:
IllegalArgumentException
-
-