Uses of Class
org.seedstack.maven.components.prompter.Value
-
Packages that use Value Package Description org.seedstack.maven.components.inquirer org.seedstack.maven.components.prompter org.seedstack.maven.components.prompter.impl -
-
Uses of Value in org.seedstack.maven.components.inquirer
Methods in org.seedstack.maven.components.inquirer that return types with arguments of type Value Modifier and Type Method Description List<Value>Question. getValues()Method parameters in org.seedstack.maven.components.inquirer with type arguments of type Value Modifier and Type Method Description voidQuestion. setValues(List<Value> values) -
Uses of Value in org.seedstack.maven.components.prompter
Methods in org.seedstack.maven.components.prompter that return types with arguments of type Value Modifier and Type Method Description static List<Value>Value. convertStrings(List<String> values)Methods in org.seedstack.maven.components.prompter with parameters of type Value Modifier and Type Method Description intValue. compareTo(Value o)Method parameters in org.seedstack.maven.components.prompter with type arguments of type Value Modifier and Type Method Description static List<String>Value. convertValues(List<Value> values)Set<String>Prompter. promptCheckbox(String message, List<Value> values)StringPrompter. promptChoice(String message, List<Value> values)StringPrompter. promptList(String message, List<Value> values, String defaultValue) -
Uses of Value in org.seedstack.maven.components.prompter.impl
Method parameters in org.seedstack.maven.components.prompter.impl with type arguments of type Value Modifier and Type Method Description Set<String>BasicPrompter. promptCheckbox(String message, List<Value> values)Set<String>ConsoleUIPrompter. promptCheckbox(String message, List<Value> values)StringBasicPrompter. promptChoice(String message, List<Value> groups)StringConsoleUIPrompter. promptChoice(String message, List<Value> values)StringBasicPrompter. promptList(String message, List<Value> values, String defaultValue)StringConsoleUIPrompter. promptList(String message, List<Value> values, String defaultValue)
-