Uses of Interface
org.jline.prompt.PromptBuilder
Packages that use PromptBuilder
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
Implementation classes for the JLine Prompt API.
-
Uses of PromptBuilder in org.jline.prompt
Methods in org.jline.prompt that return PromptBuilderModifier and TypeMethodDescriptionBaseBuilder.addPrompt()Complete the configuration of this prompt and add it to the parent builder.Prompter.newBuilder()Get a builder for creating prompts. -
Uses of PromptBuilder in org.jline.prompt.impl
Classes in org.jline.prompt.impl that implement PromptBuilderModifier and TypeClassDescriptionclassDefault implementation of the PromptBuilder interface.Methods in org.jline.prompt.impl that return PromptBuilderModifier and TypeMethodDescriptionDefaultCheckboxBuilder.addPrompt()Add this prompt to the parent builder.DefaultChoiceBuilder.addPrompt()Add this prompt to the parent builder.DefaultConfirmBuilder.addPrompt()Add this prompt to the parent builder.DefaultEditorBuilder.addPrompt()DefaultInputBuilder.addPrompt()Add this prompt to the parent builder and return to the parent.DefaultKeyPressBuilder.addPrompt()DefaultListBuilder.addPrompt()Add this prompt to the parent builder and return to the parent.DefaultNumberBuilder.addPrompt()DefaultPasswordBuilder.addPrompt()DefaultSearchBuilder.addPrompt()DefaultTextBuilder.addPrompt()Add this text to the parent builder.DefaultToggleBuilder.addPrompt()DefaultPrompter.newBuilder()Constructors in org.jline.prompt.impl with parameters of type PromptBuilderModifierConstructorDescriptionDefaultCheckboxBuilder(PromptBuilder parent) Create a new DefaultCheckboxBuilder with the given parent.DefaultChoiceBuilder(PromptBuilder parent) Create a new DefaultChoiceBuilder with the given parent.DefaultConfirmBuilder(PromptBuilder parent) Create a new DefaultConfirmBuilder with the given parent.DefaultEditorBuilder(PromptBuilder parent) DefaultInputBuilder(PromptBuilder parent) Create a new DefaultInputBuilder with the given parent.DefaultKeyPressBuilder(PromptBuilder parent) DefaultListBuilder(PromptBuilder parent) Create a new DefaultListBuilder with the given parent.DefaultNumberBuilder(PromptBuilder parent) DefaultPasswordBuilder(PromptBuilder parent) DefaultSearchBuilder(PromptBuilder parent) DefaultTextBuilder(PromptBuilder parent) Create a new DefaultTextBuilder with the given parent.DefaultToggleBuilder(PromptBuilder parent)