Uses of Enum
liquibase.changelog.DatabaseChangeLog.OnUnknownFileFormat
-
Uses of DatabaseChangeLog.OnUnknownFileFormat in liquibase.changelog
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.DatabaseChangeLog.OnUnknownFileFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionboolean
DatabaseChangeLog.include
(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, String logicalFilePath, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat) boolean
DatabaseChangeLog.include
(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, String logicalFilePath, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat, ModifyChangeSets modifyChangeSets) boolean
DatabaseChangeLog.include
(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat) Deprecated.
DatabaseChangeLog.include(String, boolean, boolean, ResourceAccessor, ContextExpression, Labels, Boolean, String, OnUnknownFileFormat)