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

Declaration of the ServerCommandFactory class for server administration commands. More...

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

Go to the source code of this file.

Classes

class  svcs::server::cli::ServerCommandFactory
 Factory for creating server administration ICommand objects. More...

Namespaces

namespace  svcs::server::cli
 Server administration command-line interface components.
namespace  svcs::server
 Server-side components and administration commands.

Detailed Description

Declaration of the ServerCommandFactory class for server administration commands.

Implements the Factory pattern specifically for server management commands. Creates commands for hub management, user administration, and repository access control.