Class AbstractCommandRegistry

java.lang.Object
org.jline.console.impl.AbstractCommandRegistry
All Implemented Interfaces:
CommandRegistry
Direct Known Subclasses:
JlineCommandRegistry

public abstract class AbstractCommandRegistry extends Object implements CommandRegistry
Abstract base class implementing common methods for command registries.

AbstractCommandRegistry provides a base implementation of the CommandRegistry interface, with common methods for registering commands, generating command descriptions, and handling command execution. Concrete implementations can extend this class to create specific command registry types.