#include <utils/GitProxy.hpp>
|
| | GitProxy () |
| |
| virtual | ~GitProxy () |
| |
| int | clone (const std::string &Path, const std::string &URL, const std::string &LocalName="") |
| |
◆ GitProxy()
| openfluid::utils::GitProxy::GitProxy |
( |
| ) |
|
◆ ~GitProxy()
| virtual openfluid::utils::GitProxy::~GitProxy |
( |
| ) |
|
|
virtual |
◆ canGetBranch()
| static bool openfluid::utils::GitProxy::canGetBranch |
( |
| ) |
|
|
inlinestatic |
◆ clone()
| int openfluid::utils::GitProxy::clone |
( |
const std::string & |
Path, |
|
|
const std::string & |
URL, |
|
|
const std::string & |
LocalName = "" |
|
) |
| |
◆ getCurrentBranchName()
| static const std::string openfluid::utils::GitProxy::getCurrentBranchName |
( |
const std::string & |
Path | ) |
|
|
static |
◆ getExecutablePath()
| static std::string openfluid::utils::GitProxy::getExecutablePath |
( |
| ) |
|
|
static |
◆ isAvailable()
| static bool openfluid::utils::GitProxy::isAvailable |
( |
| ) |
|
|
static |
◆ isPathGitRepo()
| static bool openfluid::utils::GitProxy::isPathGitRepo |
( |
const std::string & |
Path | ) |
|
|
static |
◆ setRemote()
| static int openfluid::utils::GitProxy::setRemote |
( |
const std::string |
RepoPath, |
|
|
const std::string |
RemoteUrl |
|
) |
| |
|
static |
◆ m_LocalGitProgram
| std::string openfluid::utils::GitProxy::m_LocalGitProgram |
|
protected |
The documentation for this class was generated from the following file: