Uses of Package
org.aesh.readline.completion
Packages that use org.aesh.readline.completion
-
Classes in org.aesh.readline.completion used by org.aesh.readlineClassDescriptionTo enable auto completion, commands need to implement this interface.Abstract handler that manages tab-completion for command line input.
-
Classes in org.aesh.readline.completion used by org.aesh.readline.aliasClassDescriptionInterface representing a completion operation with candidates and configuration options.To enable auto completion, commands need to implement this interface.
-
Classes in org.aesh.readline.completion used by org.aesh.readline.completionClassDescriptionInterface representing a completion operation with candidates and configuration options.To enable auto completion, commands need to implement this interface.Abstract handler that manages tab-completion for command line input.Represents the current status of the completion process.