Uses of Class
com.github.rvesse.airline.prompts.matchers.DefaultMatcher
-
Packages that use DefaultMatcher Package Description com.github.rvesse.airline.prompts.matchers -
-
Uses of DefaultMatcher in com.github.rvesse.airline.prompts.matchers
Subclasses of DefaultMatcher in com.github.rvesse.airline.prompts.matchers Modifier and Type Class Description class
ExactIgnoresCaseMatcher<TOption>
class
ExactMatcher<TOption>
class
IgnoresCaseMatcher<TOption>
An option matcher that ignores case
-