Package com.github.rvesse.airline.prompts.matchers
package com.github.rvesse.airline.prompts.matchers
-
ClassDescriptionDefaultMatcher<TOption>Default prompt option matcherExactIgnoresCaseMatcher<TOption>ExactMatcher<TOption>IgnoresCaseMatcher<TOption>An option matcher that ignores caseIndexMatcher<TOption>An option matcher that matches options based on the numeric index of the option using 1 based indexesOption matcher utility functionsMatcherUtils.Exact<TOption>MatcherUtils.ExactIgnoresCase<TOption>MatcherUtils.ExactOrStartsWith<TOption>PromptOptionMatcher<TOption>Interfaces for option matchers that controls how options are matched to the prompt response when using
Prompt.promptForOption(boolean)
ValueMatcher<TOption>An option matcher that matches based on actual value rather than strings