MoleQueue 0.9.0
Loading...
Searching...
No Matches
SshCommandFactory Class Reference

#include <molequeue/sshcommandfactory.h>

Inheritance diagram for SshCommandFactory:

Public Types

enum  SshClient { OpenSsh }

Public Member Functions

SshCommandnewSshCommand (QObject *parentObject=0)
SshCommandnewSshCommand (SshClient sshClient, QObject *parentObject=0)

Static Public Member Functions

static SshCommandFactory * instance ()
static QString defaultSshCommand ()
static QString defaultScpCommand ()

Detailed Description

Used to construct the correct SshCommand implementation based on the ssh client.

Author
Chris Harris

Member Enumeration Documentation

◆ SshClient

enum SshClient

Ssh clients.

Member Function Documentation

◆ newSshCommand()

SshCommand * newSshCommand ( QObject * parentObject = 0)
Returns
a new SshCommand for this platform, the caller is responsible for cleanup

The documentation for this class was generated from the following file: