コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ProcessUtil
public
class
ProcessUtil
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.util.ProcessUtil
|
概要
パブリック メソッド |
static
Process
|
createSshTunnel(String remoteHost, int localPort, int remotePort, File sshPrivateKeyPath, String user, File sshTunnelLog, IRunUtil runUtil)
特定のリモートホストへの SSH トンネルを作成し、プロセスを返します。
|
定数
DEFAULT_ADB_PORT
public static final int DEFAULT_ADB_PORT
定数値:
5,555
(0x000015b3)
フィールド
DEFAULT_LOCAL_HOST
public static final String DEFAULT_LOCAL_HOST
パブリック コンストラクタ
ProcessUtil
public ProcessUtil ()
パブリック メソッド
createSshTunnel
public static Process createSshTunnel (String remoteHost,
int localPort,
int remotePort,
File sshPrivateKeyPath,
String user,
File sshTunnelLog,
IRunUtil runUtil)
特定のリモートホストへの SSH トンネルを作成し、プロセスを返します。
パラメータ |
remoteHost |
String : Android デバイスのリモート TCP IP のホスト名/IP。 |
localPort |
int : ローカル TCP IP デバイスのポート。 |
remotePort |
int : リモート TCP IP デバイスのポート。 |
sshPrivateKeyPath |
File |
user |
String |
sshTunnelLog |
File |
runUtil |
IRunUtil |
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2024-08-23 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-23 UTC。"],[],[]]