#include <molequeue/sshcommandfactory.h>
Public Types | |
enum | SshClient { OpenSsh } |
Public Member Functions | |
SshCommand * | newSshCommand (QObject *parentObject=0) |
SshCommand * | newSshCommand (SshClient sshClient, QObject *parentObject=0) |
Static Public Member Functions | |
static SshCommandFactory * | instance () |
static QString | defaultSshCommand () |
static QString | defaultScpCommand () |
Used to construct the correct SshCommand implementation based on the ssh client.
enum SshClient |
Ssh clients.
SshCommand* newSshCommand | ( | QObject * | parentObject = 0 | ) |