Uses of Interface
org.jline.prompt.PasswordBuilder
Packages that use PasswordBuilder
Package
Description
JLine Prompt API - Interactive Console Prompts for Java Applications.
Implementation classes for the JLine Prompt API.
-
Uses of PasswordBuilder in org.jline.prompt
Methods in org.jline.prompt that return PasswordBuilderModifier and TypeMethodDescriptionPromptBuilder.createPasswordPrompt()Create a builder for password prompts.PasswordBuilder.defaultValue(String defaultValue) Set the default value.Set the mask character.PasswordBuilder.showMask(boolean showMask) Set whether to show the mask character or hide input completely. -
Uses of PasswordBuilder in org.jline.prompt.impl
Classes in org.jline.prompt.impl that implement PasswordBuilderModifier and TypeClassDescriptionclassDefault implementation of PasswordBuilder.Methods in org.jline.prompt.impl that return PasswordBuilderModifier and TypeMethodDescriptionDefaultPromptBuilder.createPasswordPrompt()DefaultPasswordBuilder.defaultValue(String defaultValue) DefaultPasswordBuilder.showMask(boolean showMask) DefaultPasswordBuilder.transformer(Function<String, String> transformer)