Uses of Interface
org.aesh.readline.completion.CompleteOperation
Packages that use CompleteOperation
-
Uses of CompleteOperation in org.aesh.readline.alias
Methods in org.aesh.readline.alias with parameters of type CompleteOperationModifier and TypeMethodDescriptionvoidAliasCompletion.complete(CompleteOperation completeOperation) Provides completion candidates for alias-related commands. -
Uses of CompleteOperation in org.aesh.readline.completion
Classes in org.aesh.readline.completion with type parameters of type CompleteOperationModifier and TypeInterfaceDescriptioninterfaceCompletion<C extends CompleteOperation>To enable auto completion, commands need to implement this interface.classCompletionHandler<C extends CompleteOperation>Abstract handler that manages tab-completion for command line input.Classes in org.aesh.readline.completion that implement CompleteOperationModifier and TypeClassDescriptionclassA payload object to store completion dataSubclasses with type arguments of type CompleteOperation in org.aesh.readline.completionModifier and TypeClassDescriptionclassSimple implementation of CompletionHandler using the default CompleteOperation.Methods in org.aesh.readline.completion that return CompleteOperationModifier and TypeMethodDescriptionSimpleCompletionHandler.createCompleteOperation(String buffer, int cursor) Creates a complete operation for the given buffer and cursor position.Method parameters in org.aesh.readline.completion with type arguments of type CompleteOperationModifier and TypeMethodDescriptionstatic StringCompletionHandler.findStartsWithOperation(List<? extends CompleteOperation> coList) If there is any common start string in the completion list, return it