Interface AliasManager

All Known Implementing Classes:
DefaultAliasManager

public interface AliasManager
Manages command aliases for the shell.

An alias maps a short name to a longer command expansion. When the shell encounters an alias name as the first word of a command line, it substitutes the alias expansion before executing.

Implementations may optionally support persistence via load() and save().

Since:
4.0
See Also: