Package org.aesh.readline
Interface SuggestionProvider
- All Known Implementing Classes:
CompositeSuggestionProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides inline ghost text suggestions based on the current buffer content.
-
Method Summary
-
Method Details
-
suggest
Returns the suggested suffix to display after the current buffer, or null for no suggestion.- Parameters:
buffer- the current input buffer content- Returns:
- the suggestion suffix, or null
-