Uses of Enum
liquibase.command.core.init.InitProjectUtil.FileCreationResultEnum
-
Uses of InitProjectUtil.FileCreationResultEnum in liquibase.command.core.init
Modifier 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 type with the specified name.InitProjectUtil.FileCreationResultEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier 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