Uses of Enum
liquibase.command.core.init.InitProjectPromptingEnum
-
Uses of InitProjectPromptingEnum in liquibase.command.core.init
Modifier and TypeMethodDescriptionstatic InitProjectPromptingEnum
Returns the enum constant of this type with the specified name.static InitProjectPromptingEnum[]
InitProjectPromptingEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal T
AbstractCommandLineValueGetter.prompt
(InitProjectPromptingEnum parameter, Object currentValue) Prompt the user to enter a value for a parameter, and include the existing value in the prompt.