SVCS - English Documentation
Loading...
Searching...
No Matches
CompositeCommandFactory.hxx File Reference

Composite factory that combines multiple command factories. More...

#include "../../cli/include/ICommand.hxx"
#include "../../services/ISubject.hxx"
#include "../../core/include/RepositoryManager.hxx"
#include <memory>
#include <vector>
#include <functional>
#include <string>
#include <unordered_set>

Go to the source code of this file.

Classes

class  svcs::integration::CompositeCommandFactory
 Integration component for combining multiple command factories. More...

Namespaces

namespace  svcs::integration
 System integration components and cross-cutting concerns.

Detailed Description

Composite factory that combines multiple command factories.

Integration component that delegates command creation to multiple underlying factories in sequence. Provides unified interface for both standard CLI commands and server administration commands.