MoleQueue  0.8.0
 All Classes Functions Variables Enumerations Enumerator Pages
Public Types | Public Member Functions | Static Public Member Functions | List of all members
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 SshCommandFactoryinstance ()
 
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

enum SshClient

Ssh clients.

Member Function Documentation

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: