Uses of Enum
liquibase.GlobalConfiguration.DuplicateFileMode
-
Uses of GlobalConfiguration.DuplicateFileMode in liquibase
Modifier and TypeFieldDescriptionstatic final ConfigurationDefinition<GlobalConfiguration.DuplicateFileMode>
GlobalConfiguration.DUPLICATE_FILE_MODE
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.GlobalConfiguration.DuplicateFileMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GlobalConfiguration.DuplicateFileMode in liquibase.resource
Modifier and TypeMethodDescriptiondefault void
ResourceAccessor.handleDuplicateFileModeLogging
(StringBuilder message, GlobalConfiguration.DuplicateFileMode mode, Resource resource) Handles logging based on theGlobalConfiguration.DuplicateFileMode
setting when duplicate files are found.