Uses of Enum
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 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.Methods in liquibase.command.core.init with parameters of type InitProjectPromptingEnumModifier 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.