ProcessUtil

public class ProcessUtil
extends Object

java.lang.Object
😎 com.android.tradefed.util.ProcessUtil


Zusammenfassung

Konstanten

int DEFAULT_ADB_PORT

Felder

public static final String DEFAULT_LOCAL_HOST

Öffentliche Konstruktoren

ProcessUtil()

Öffentliche Methoden

static Process createSshTunnel(String remoteHost, int localPort, int remotePort, File sshPrivateKeyPath, String user, File sshTunnelLog, IRunUtil runUtil)

Erstellen Sie einen SSH-Tunnel zu einem bestimmten Remote-Host und geben Sie den Prozess zurück.

Konstanten

DEFAULT_ADB_PORT

public static final int DEFAULT_ADB_PORT

Konstantenwert: 5555 (0x000015b3)

Felder

DEFAULT_LOCAL_HOST

public static final String DEFAULT_LOCAL_HOST

Öffentliche Konstruktoren

ProcessUtil

public ProcessUtil ()

Öffentliche Methoden

createSshTunnel

public static Process createSshTunnel (String remoteHost, 
                int localPort, 
                int remotePort, 
                File sshPrivateKeyPath, 
                String user, 
                File sshTunnelLog, 
                IRunUtil runUtil)

Erstellen Sie einen SSH-Tunnel zu einem bestimmten Remote-Host und geben Sie den Prozess zurück.

Parameter
remoteHost String: der Hostname bzw. die IP-Adresse des Android-Geräts mit der Remote-IP-Adresse.

localPort int: der Port des lokalen TCP-IP-Geräts.

remotePort int ist der Port des Remote-TCP-IP-Geräts.

sshPrivateKeyPath File

user String

sshTunnelLog File

runUtil IRunUtil

Returns
Process Process des SSH-Befehls.