Uses of Enum Class
liquibase.changelog.DatabaseChangeLog.OnUnknownFileFormat
Packages that use DatabaseChangeLog.OnUnknownFileFormat
-
Uses of DatabaseChangeLog.OnUnknownFileFormat in liquibase.changelog
Methods in liquibase.changelog that return DatabaseChangeLog.OnUnknownFileFormatModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DatabaseChangeLog.OnUnknownFileFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in liquibase.changelog with parameters of type DatabaseChangeLog.OnUnknownFileFormatModifier 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)