Class AbstractParentCommand

java.lang.Object
gov.nist.secauto.metaschema.cli.processor.command.AbstractParentCommand
All Implemented Interfaces:
ICommand

public abstract class AbstractParentCommand extends Object implements ICommand
A base class for a command that supports hierarchical command structure with child commands. This class provides the foundation for implementing complex CLI commands that can have multiple levels of sub-commands.

This class is thread-safe and supports concurrent access to command handlers.