Uses of Enum Class
liquibase.command.core.init.InitProjectUtil.FileCreationResultEnum
Packages that use InitProjectUtil.FileCreationResultEnum
-
Uses of InitProjectUtil.FileCreationResultEnum in liquibase.command.core.init
Methods in liquibase.command.core.init that return InitProjectUtil.FileCreationResultEnumModifier and TypeMethodDescriptionInitProjectUtil.copyExampleChangelog
(String format, File projectDirFile, String changelogFilePath, ConfiguredValue<String> changelogFileConfig) Copy the example changelog file of the format specified to the project directory if necessary Return the File object representing the properties fileReturns the enum constant of this class with the specified name.InitProjectUtil.FileCreationResultEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in liquibase.command.core.init with parameters of type InitProjectUtil.FileCreationResultEnumModifier and TypeMethodDescriptionstatic void
InitProjectUtil.updateDefaultsFile
(File defaultsFile, boolean newDefaultsFile, String format, ConfiguredValue<String> changelogConfig, ConfiguredValue<String> urlConfig, ConfiguredValue<String> usernameConfig, ConfiguredValue<String> passwordConfig, InitProjectUtil.FileCreationResultEnum changelogFileCreationResult, Boolean shouldBackupDefaultsFile, CommandResultsBuilder resultsBuilder) Update the defaults file with any argument values