DeployableFile Class
(ProjectExplorer::DeployableFile)Public Types
enum | Type { TypeNormal, TypeExecutable } |
Public Functions
DeployableFile() = default | |
DeployableFile(const QString &m_localFilePath, const QString &m_remoteDir, Type type = TypeNormal) | |
DeployableFile(const Utils::FileName &localFilePath, const QString &remoteDir, Type type = TypeNormal) | |
bool | isExecutable() const |
bool | isValid() const |
Utils::FileName | localFilePath() const |
QString | remoteDirectory() const |
QString | remoteFilePath() const |
Member Function Documentation
[default]
DeployableFile::DeployableFile()
Default constructs an instance of DeployableFile.
DeployableFile::DeployableFile(const QString &m_localFilePath, const QString &m_remoteDir, Type type = TypeNormal)
Default constructs an instance of DeployableFile.
DeployableFile::DeployableFile(const Utils::FileName &localFilePath, const QString &remoteDir, Type type = TypeNormal)
Default constructs an instance of DeployableFile.