Uses of Interface
org.jline.prompt.InputPrompt
Packages that use InputPrompt
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
Implementation classes for the JLine Prompt API.
-
Uses of InputPrompt in org.jline.prompt
Subinterfaces of InputPrompt in org.jline.promptModifier and TypeInterfaceDescriptioninterfaceInterface for number prompts.interfaceInterface for password prompts. -
Uses of InputPrompt in org.jline.prompt.impl
Classes in org.jline.prompt.impl that implement InputPromptModifier and TypeClassDescriptionclassDefault implementation of InputPrompt interface.classDefault implementation of NumberPrompt interface.classDefault implementation of PasswordPrompt interface.Constructors in org.jline.prompt.impl with parameters of type InputPromptModifierConstructorDescriptionDefaultInputResult(String input, String displayInput, InputPrompt prompt) Create a new DefaultInputResult with the given input, display input, and item.