Uses of Enum Class
org.jline.prompt.ConfirmResult.ConfirmationValue
Packages that use ConfirmResult.ConfirmationValue
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
Implementation classes for the JLine Prompt API.
-
Uses of ConfirmResult.ConfirmationValue in org.jline.prompt
Methods in org.jline.prompt that return ConfirmResult.ConfirmationValueModifier and TypeMethodDescriptionConfirmResult.getConfirmed()Get the confirmation value.Returns the enum constant of this class with the specified name.static ConfirmResult.ConfirmationValue[]ConfirmResult.ConfirmationValue.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConfirmResult.ConfirmationValue in org.jline.prompt.impl
Methods in org.jline.prompt.impl that return ConfirmResult.ConfirmationValueConstructors in org.jline.prompt.impl with parameters of type ConfirmResult.ConfirmationValueModifierConstructorDescriptionDefaultConfirmResult(ConfirmResult.ConfirmationValue confirmed, ConfirmPrompt prompt) Create a new DefaultConfirmResult with the given confirmation value and item.