Uses of Class
org.aesh.readline.alias.AliasManager
Packages that use AliasManager
-
Uses of AliasManager in org.aesh.readline.alias
Constructors in org.aesh.readline.alias with parameters of type AliasManagerModifierConstructorDescriptionAliasCompletion(AliasManager manager) Creates a new AliasCompletion with the specified alias manager.AliasCompletion(AliasManager manager, boolean includeAliasInCompletion) Creates a new AliasCompletion with the specified alias manager and completion behavior.AliasPreProcessor(AliasManager manager) Creates a new AliasPreProcessor with the specified alias manager.