Class CommandRegistryAdapter

java.lang.Object
org.jline.console.impl.CommandRegistryAdapter
All Implemented Interfaces:
CommandRegistry

public class CommandRegistryAdapter extends Object implements CommandRegistry
Adapts a new CommandGroup to the old CommandRegistry interface.

This bridge allows new-style command groups to be used with the legacy SystemRegistryImpl and other old API consumers.

Since:
4.0
See Also: