Uses of Class
org.aesh.readline.ReadlineBuilder
Packages that use ReadlineBuilder
-
Uses of ReadlineBuilder in org.aesh.readline
Methods in org.aesh.readline that return ReadlineBuilderModifier and TypeMethodDescriptionstatic ReadlineBuilderReadlineBuilder.builder()Creates a new ReadlineBuilder instance.ReadlineBuilder.completionHandler(CompletionHandler completionHandler) Sets the completion handler for tab completion.Sets the edit mode for the Readline instance.ReadlineBuilder.enableHistory(boolean enableHistory) Enables or disables history tracking.Sets the history implementation for the Readline instance.ReadlineBuilder.historyFile(String historyFile) Sets the file path for persistent history storage.ReadlineBuilder.historySize(int historySize) Sets the maximum number of history entries to retain.