public
class
GceRemoteCmdFormatter
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.device.cloud.GceRemoteCmdFormatter
|
คลาสยูทิลิตีสำหรับจัดรูปแบบคำสั่งเพื่อเข้าถึงอุปกรณ์ gce ระยะไกล
สรุป
วิธีการสาธารณะ |
static
|
getScpCommand(File sshKey, extraOptions, String user, String hostName, String remoteFile, String localFile, GceRemoteCmdFormatter.ScpMode mode)
ยูทิลิตีในการสร้างคำสั่ง scp เพื่อดึงไฟล์จากอุปกรณ์ gce ระยะไกล
|
static
|
getSshCommand(File sshKey, extraOptions, String user, String hostName, String... command)
ยูทิลิตีในการสร้างคำสั่ง ssh สำหรับอุปกรณ์ gce ตามพารามิเตอร์บางอย่าง
|
ช่างก่อสร้างสาธารณะ
public GceRemoteCmdFormatter ()
วิธีการสาธารณะ
public static getScpCommand (File sshKey,
extraOptions,
String user,
String hostName,
String remoteFile,
String localFile,
GceRemoteCmdFormatter.ScpMode mode)
ยูทิลิตีในการสร้างคำสั่ง scp เพื่อดึงไฟล์จากอุปกรณ์ gce ระยะไกล
พารามิเตอร์ |
sshKey |
File : คีย์ SSH ERROR(/File) |
extraOptions |
: รายการ String ที่เพิ่มสำหรับตัวเลือก SSH เพิ่มเติมได้ สามารถเป็น
ค่าว่าง |
user |
String |
hostName |
String : ชื่อโฮสต์ที่จะเชื่อมต่อกับอุปกรณ์ gce |
remoteFile |
String : ไฟล์ที่จะดึงในอุปกรณ์ gce ระยะไกล |
localFile |
String : ไฟล์ในเครื่องที่จะใช้วางไฟล์ระยะไกล |
mode |
GceRemoteCmdFormatter.ScpMode : ไม่ว่าเราจะพุชไฟล์ในเครื่องไปยังรีโมตหรือดึงรีโมต |
คิกรีเทิร์น |
|
รายการที่แสดงคำสั่ง scp สำหรับอุปกรณ์ gce |
getSshCommand
public static getSshCommand (File sshKey,
extraOptions,
String user,
String hostName,
String... command)
ยูทิลิตีในการสร้างคำสั่ง ssh สำหรับอุปกรณ์ gce ตามพารามิเตอร์บางอย่าง
พารามิเตอร์ |
sshKey |
File : คีย์ SSH ERROR(/File) |
extraOptions |
: รายการ String ที่เพิ่มสำหรับตัวเลือก SSH เพิ่มเติมได้ สามารถเป็น
ค่าว่าง |
user |
String |
hostName |
String : ชื่อโฮสต์ที่จะเชื่อมต่อกับอุปกรณ์ gce |
command |
String : คำสั่งจริงที่จะเรียกใช้ในอุปกรณ์ gce |
คิกรีเทิร์น |
|
รายการที่แสดงคำสั่ง ssh สำหรับอุปกรณ์ gce |