top
|
up
|
prev
|
next
InstallProjectClientCommand Class
Definition at line
88
of
ClientCommand.hpp
Constructors
InstallProjectClientCommand
(
const
std::string& projectFilePath_,
const
std::string& directory_,
const
std::string& serverName_)
Member Functions
void
Execute
()
override
Member Variables
std::string
directory
std::string
projectFilePath
std::string
serverName
Constructor Details
InstallProjectClientCommand Constructor
cmajor::build::InstallProjectClientCommand::InstallProjectClientCommand(
const
std::string& projectFilePath_,
const
std::string& directory_,
const
std::string& serverName_)
Definition at line
186
of
ClientCommand.cpp
:
186
:
187
projectFilePath
(
GetFilePath
(
projectFilePath_
)
)
,
directory
(
GetFilePath
(
directory_
)
)
,
serverName
(
serverName_
)
188
{
189
}
Declaration at line
91
of
ClientCommand.hpp
Member Function Details
Execute Member Function
void
cmajor::build::InstallProjectClientCommand::Execute()
override
Definition at line
191
of
ClientCommand.cpp
:
192
{
193
}
Declaration at line
92
of
ClientCommand.hpp
Base class overridden functions:
cmajor::build::ClientCommand::Execute
top
|
up
|
prev
|
next