Uses of Interface
org.jline.prompt.Prompter
Packages that use Prompter
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
Implementation classes for the JLine Prompt API.
-
Uses of Prompter in org.jline.prompt
Methods in org.jline.prompt that return PrompterModifier and TypeMethodDescriptionstatic PrompterPrompterFactory.create(org.jline.reader.LineReader reader, org.jline.terminal.Terminal terminal, PrompterConfig config) Create a new Prompter instance with the given line reader, terminal, and configuration.static PrompterPrompterFactory.create(org.jline.terminal.Terminal terminal) Create a new Prompter instance with the given terminal.static PrompterPrompterFactory.create(org.jline.terminal.Terminal terminal, PrompterConfig config) Create a new Prompter instance with the given terminal and configuration. -
Uses of Prompter in org.jline.prompt.impl
Classes in org.jline.prompt.impl that implement PrompterModifier and TypeClassDescriptionclassDefault implementation of the Prompter interface.