Package org.aesh.readline.completion
package org.aesh.readline.completion
-
ClassDescriptionInterface representing a completion operation with candidates and configuration options.A payload object to store completion dataCompletion<C extends CompleteOperation>To enable auto completion, commands need to implement this interface.CompletionHandler<C extends CompleteOperation>Abstract handler that manages tab-completion for command line input.Represents the current status of the completion process.Simple implementation of CompletionHandler using the default CompleteOperation.