Uses of Enum
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 type with the specified name.DatabaseChangeLog.OnUnknownFileFormat.values()
Returns an array containing the constants of this enum type, 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)