Class AliasPreProcessor
java.lang.Object
org.aesh.readline.alias.AliasPreProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionAliasPreProcessor(AliasManager manager) Creates a new AliasPreProcessor with the specified alias manager. -
Method Summary
-
Constructor Details
-
AliasPreProcessor
Creates a new AliasPreProcessor with the specified alias manager.- Parameters:
manager- the alias manager used to look up and expand aliases
-
-
Method Details
-
apply
Applies alias expansion to the given input string. If the input matches an alias name, returns the expanded alias value.
-