Uses of Class
org.seedstack.maven.components.inquirer.Question.Style
-
Packages that use Question.Style Package Description org.seedstack.maven.components.inquirer -
-
Uses of Question.Style in org.seedstack.maven.components.inquirer
Methods in org.seedstack.maven.components.inquirer that return Question.Style Modifier and Type Method Description static Question.StyleQuestion.Style. fromString(String key)Question.StyleQuestion. getStyle()static Question.StyleQuestion.Style. valueOf(String name)Returns the enum constant of this type with the specified name.static Question.Style[]Question.Style. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.seedstack.maven.components.inquirer with parameters of type Question.Style Modifier and Type Method Description voidQuestion. setStyle(Question.Style style)
-