Package liquibase.util
package liquibase.util
-
ClassDescriptionDeprecated.Deprecated.use
BooleanUtil
Various utility methods for working with boolean objects.Deprecated.useBooleanUtil
Cache<T>A wrapper around a method which is expected to be called multiple times.Used to indicate what type of relation owns a column.Functional interface for code blocks that may throw anException
.Common functionality for matching set of Context/Labels against provided expression.General filename and filepath manipulation utilities.Deprecated.useJdbcUtil
Convenience class for reading well known Liquibase command line settings (System and/or environment properties).Agglutinates the different settings, i.e., environment variables or associated JVM system properties, that can be used for customizing the behavior of the class.Write texts to the current logging executorGenerates md5-sums based on a string.Handles 'NOW' and 'TODAY' for Date / Time type columnsMiscellaneous utility methods for number conversion and parsing.Deprecated.useNumberUtil
Various methods that make it easier to read and write object properties using the propertyName, instead of having to look up the correct reader/writer methods manually first.Methods to show a summary of change set counts after an updateInternal use only filter.Implementation of Map with the added methodsSmartMap.get(String, Class)
andSmartMap.get(String, Object)
to make the return values type safe and/or auto-converted.This class provides methods that are necessary because older (< 1.32) versions of SnakeYaml do not have those methods.Deprecated.load theLiquibaseSqlParser
using theSqlParserFactory
directly.Utilities for working with streams.Defines a list of clauses that can be manipulated and rearranged based on keys associated with each.Container to handle sharing update summary message between different servicesSimilar to assert logic, but will run regardless of JVM settings.Util class to offload methods that are used byValidatingVisitor
class and may make it more complex than it should beVarious utility methods for working with XML.
BOMInputStream
instead