top | up | prev | next

RemoveProjectClientCommand Class

Definition at line 37 of ClientCommand.hpp

Constructors

RemoveProjectClientCommand(const std::string& projectFilePath_, const std::string& serverName_)

Member Functions

void Execute() override

Member Variables

std::string projectFilePath
std::string serverName

Constructor Details

RemoveProjectClientCommand Constructor

cmajor::build::RemoveProjectClientCommand::RemoveProjectClientCommand(const std::string& projectFilePath_, const std::string& serverName_)

Definition at line 103 of ClientCommand.cpp :
103 :
104 projectFilePath(GetFilePath(projectFilePath_))serverName(serverName_)
105 {
106 }


Declaration at line 40 of ClientCommand.hpp


Member Function Details

Execute Member Function

void cmajor::build::RemoveProjectClientCommand::Execute() override

Definition at line 108 of ClientCommand.cpp :
109 {
110 }


Declaration at line 41 of ClientCommand.hpp

Base class overridden functions: cmajor::build::ClientCommand::Execute


top | up | prev | next