GceRemoteCmdFormatter

public class GceRemoteCmdFormatter
extends Object

java.lang.Object
com.android.tradefed.util.GceRemoteCmdFormatter


रिमोट gce डिवाइस तक पहुंचने के लिए कमांड फ़ॉर्मैट करने के लिए यूटिलिटी क्लास.

खास जानकारी

सार्वजनिक कंस्ट्रक्टर

GceRemoteCmdFormatter()

सार्वजनिक तरीके

static getScpCommand(File sshKey, extraOptions, String user, String hostName, String remoteFile, String localFile, GceRemoteCmdFormatter.ScpMode mode)

रिमोट gce डिवाइस से फ़ाइल फ़ेच करने के लिए, scp कमांड बनाने की सुविधा.

static getSshCommand(File sshKey, extraOptions, String user, String hostName, String... command)

कुछ पैरामीटर के आधार पर, gce डिवाइस के लिए ssh कमांड बनाने की सुविधा.

सार्वजनिक कंस्ट्रक्टर

GceRemoteCmdFormatter

public GceRemoteCmdFormatter ()

सार्वजनिक तरीके

getScpCommand

public static  getScpCommand (File sshKey, 
                 extraOptions, 
                String user, 
                String hostName, 
                String remoteFile, 
                String localFile, 
                GceRemoteCmdFormatter.ScpMode mode)

रिमोट gce डिवाइस से फ़ाइल फ़ेच करने के लिए, scp कमांड बनाने की सुविधा.

पैरामीटर
sshKey File: ssh कुंजी ERROR(/File).

extraOptions : String की सूची, जिसे ज़्यादा एसएसएच विकल्पों के लिए जोड़ा जा सकता है. हो सकता है शून्य.

user String

hostName String: वह होस्टनेम जहां gce डिवाइस से कनेक्ट करना है.

remoteFile String: रिमोट gce डिवाइस पर लाई जाने वाली फ़ाइल.

localFile String: वह लोकल फ़ाइल जहां रिमोट फ़ाइल को रखना है.

mode GceRemoteCmdFormatter.ScpMode: चाहे हम लोकल फ़ाइल को रिमोट पर पुश करें या रिमोट को

रिटर्न
किसी gce डिवाइस के लिए scp कमांड दिखाने वाली सूची.

getSshCommand

public static  getSshCommand (File sshKey, 
                 extraOptions, 
                String user, 
                String hostName, 
                String... command)

कुछ पैरामीटर के आधार पर, gce डिवाइस के लिए ssh कमांड बनाने की सुविधा.

पैरामीटर
sshKey File: ssh कुंजी ERROR(/File).

extraOptions : String की सूची, जिसे ज़्यादा एसएसएच विकल्पों के लिए जोड़ा जा सकता है. हो सकता है शून्य.

user String

hostName String: वह होस्टनेम जहां gce डिवाइस से कनेक्ट करना है.

command String: gce डिवाइस पर चलाने के लिए वास्तविक निर्देश.

रिटर्न
gce डिवाइस के लिए ssh कमांड को दर्शाने वाली सूची.