Robot Framework SSH Library
SSHLibrary.javaclient.RemoteCommand Class Reference
Inheritance diagram for SSHLibrary.javaclient.RemoteCommand:
SSHLibrary.abstractclient.AbstractCommand

Public Member Functions

def read_outputs (self, timeout=None, *args)
 
- Public Member Functions inherited from SSHLibrary.abstractclient.AbstractCommand
def __init__ (self, command, encoding)
 
def run_in (self, shell, sudo=False, sudo_password=None, invoke_subsystem=False)
 Runs this command in the given shell. More...
 
def read_outputs (self)
 Returns the outputs of this command. More...
 

Private Member Functions

def _read_from_stream (self, stream)
 
def _execute (self)
 
def _execute_with_sudo (self, sudo_password=None)
 
def _invoke (self)
 

Detailed Description

Definition at line 246 of file javaclient.py.

Member Function Documentation

◆ _execute()

def SSHLibrary.javaclient.RemoteCommand._execute (   self)
private

Reimplemented from SSHLibrary.abstractclient.AbstractCommand.

Definition at line 267 of file javaclient.py.

◆ _execute_with_sudo()

def SSHLibrary.javaclient.RemoteCommand._execute_with_sudo (   self,
  sudo_password = None 
)
private

Reimplemented from SSHLibrary.abstractclient.AbstractCommand.

Definition at line 271 of file javaclient.py.

◆ _invoke()

def SSHLibrary.javaclient.RemoteCommand._invoke (   self)
private

Reimplemented from SSHLibrary.abstractclient.AbstractCommand.

Definition at line 278 of file javaclient.py.

◆ _read_from_stream()

def SSHLibrary.javaclient.RemoteCommand._read_from_stream (   self,
  stream 
)
private

Definition at line 257 of file javaclient.py.

◆ read_outputs()

def SSHLibrary.javaclient.RemoteCommand.read_outputs (   self,
  timeout = None,
args 
)

Definition at line 248 of file javaclient.py.


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