Uses of Interface
org.aesh.readline.suggestion.SuggestionProvider
Packages that use SuggestionProvider
-
Uses of SuggestionProvider in org.aesh.readline.suggestion
Classes in org.aesh.readline.suggestion that implement SuggestionProviderModifier and TypeClassDescriptionclassA suggestion provider that chains multiple providers, returning the first non-null result.Constructors in org.aesh.readline.suggestion with parameters of type SuggestionProviderModifierConstructorDescriptionCompositeSuggestionProvider(SuggestionProvider... providers) Constructor.