Uses of Interface
com.github.rvesse.airline.prompts.PromptProvider
Packages that use PromptProvider
Package
Description
-
Uses of PromptProvider in com.github.rvesse.airline.prompts
Methods in com.github.rvesse.airline.prompts that return PromptProviderModifier and TypeMethodDescriptionstatic PromptProviderPrompts.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
Methods 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 TypeClassDescriptionclassA prompt that is backed bySystem.console()classA prompt backed bySystem.outandSystem.inclassCreates a new prompt backed by arbitrary streams