Uses of Enum Class
liquibase.command.core.init.InitProjectPromptingEnum
Packages that use InitProjectPromptingEnum
-
Uses of InitProjectPromptingEnum in liquibase.command.core.init
Methods in liquibase.command.core.init that return InitProjectPromptingEnumModifier and TypeMethodDescriptionstatic InitProjectPromptingEnumReturns the enum constant of this class with the specified name.static InitProjectPromptingEnum[]InitProjectPromptingEnum.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 InitProjectPromptingEnumModifier and TypeMethodDescriptionfinal TAbstractCommandLineValueGetter.prompt(InitProjectPromptingEnum parameter, Object currentValue) Prompt the user to enter a value for a parameter, and include the existing value in the prompt.