Uses of Interface
org.jline.prompt.ConfirmBuilder
Packages that use ConfirmBuilder
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
Implementation classes for the JLine Prompt API.
-
Uses of ConfirmBuilder in org.jline.prompt
Methods in org.jline.prompt that return ConfirmBuilderModifier and TypeMethodDescriptionPromptBuilder.createConfirmPrompt()Create a builder for confirmation prompts.ConfirmBuilder.defaultValue(boolean defaultValue) Set the default value. -
Uses of ConfirmBuilder in org.jline.prompt.impl
Classes in org.jline.prompt.impl that implement ConfirmBuilderModifier and TypeClassDescriptionclassDefault implementation of ConfirmBuilder.Methods in org.jline.prompt.impl that return ConfirmBuilderModifier and TypeMethodDescriptionDefaultPromptBuilder.createConfirmPrompt()DefaultConfirmBuilder.defaultValue(boolean defaultValue) Set the default value.Set the message to display to the user.Set the name of this prompt.DefaultConfirmBuilder.transformer(Function<String, String> transformer)