Package com.github.rvesse.airline.prompts.matchers
-
Interface Summary Interface Description PromptOptionMatcher<TOption> Interfaces for option matchers that controls how options are matched to the prompt response when usingPrompt.promptForOption(boolean)
-
Class Summary Class Description DefaultMatcher<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 indexesMatcherUtils Option matcher utility functionsMatcherUtils.Exact<TOption> MatcherUtils.ExactIgnoresCase<TOption> MatcherUtils.ExactOrStartsWith<TOption> MatcherUtils.ExactOrStartsWithIgnoresCase<TOption> ValueMatcher<TOption> An option matcher that matches based on actual value rather than strings