|
SVCS - English Documentation
|
Implementation of the CompositeCommandFactory class. More...
#include "../include/CompositeCommandFactory.hxx"#include "../../cli/include/CommandFactory.hxx"#include "../../server/include/ServerCommandFactory.hxx"#include <iostream>#include <unordered_set>#include <algorithm>Namespaces | |
| namespace | svcs::integration |
| System integration components and cross-cutting concerns. | |
Implementation of the CompositeCommandFactory class.
Provides concrete implementation for combining multiple command factories into a unified interface. Handles command creation, help display, and command discovery across all registered factories.