Uses of Interface
com.github.rvesse.airline.prompts.PromptProvider
Packages that use PromptProvider
Package
Description
-
Uses of PromptProvider in com.github.rvesse.airline.prompts
Fields in com.github.rvesse.airline.prompts declared as PromptProviderMethods in com.github.rvesse.airline.prompts that return PromptProviderModifier and TypeMethodDescriptionstatic PromptProvider
Prompts.defaultProvider()
Gets the default providerPrompt.getProvider()
Gets the prompt providerConstructors in com.github.rvesse.airline.prompts with parameters of type PromptProviderModifierConstructorDescriptionPrompt
(PromptProvider provider, PromptFormatter formatter, long timeout, TimeUnit timeoutUnit, String promptMessage, Collection<TOption> options, PromptOptionMatcher<TOption> optionMatcher, boolean allowNumericOptionSelection, TypeConverter converter) Creates a new prompt -
Uses of PromptProvider in com.github.rvesse.airline.prompts.builders
Fields in com.github.rvesse.airline.prompts.builders declared as PromptProviderMethods in com.github.rvesse.airline.prompts.builders with parameters of type PromptProviderModifier and TypeMethodDescriptionPromptBuilder.withPromptProvider
(PromptProvider provider) Specifies that the given prompt provider should be used -
Uses of PromptProvider in com.github.rvesse.airline.prompts.console
Classes in com.github.rvesse.airline.prompts.console that implement PromptProviderModifier and TypeClassDescriptionclass
A prompt that is backed bySystem.console()
class
A prompt backed bySystem.out
andSystem.in
class
Creates a new prompt backed by arbitrary streams